[arch-commits] Commit in cups/repos/extra-x86_64 (18 files)

2020-11-26 Thread Andreas Radke via arch-commits
Date: Thursday, November 26, 2020 @ 15:20:30
  Author: andyrtr
Revision: 402088

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 402087, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 402087, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 402087, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-systemd-service.patch
(from rev 402087, cups/trunk/cups-systemd-service.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 402087, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 402087, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 402087, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 402087, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 402087, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

--+
 PKGBUILD |  379 -
 cups-1.6.2-statedir.patch|   24 +-
 cups-no-export-ssllibs.patch |   24 +-
 cups-systemd-service.patch   |   14 +
 cups-systemd-socket.patch|   40 
 cups.install |   56 +++---
 cups.logrotate   |   10 -
 cups.pam |6 
 cups.sysusers|4 
 guid.patch   |   84 -
 10 files changed, 308 insertions(+), 333 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-26 15:20:14 UTC (rev 402087)
+++ PKGBUILD2020-11-26 15:20:30 UTC (rev 402088)
@@ -1,189 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-_commit=a72b0140ee9ad72f7ffc1f46fbe962bde159cbb8 # master 2020-11-15
-pkgver=2.3.3+106+ga72b0140e
-pkgrel=1
-arch=('x86_64')
-license=('Apache' 'custom')
-#url="https://www.cups.org/;
-url="https://github.com/OpenPrinting/cups;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'libxcrypt' 'inetutils' 
'libpaper' 'valgrind'
- 'git')
-source=(#https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-"git+https://github.com/OpenPrinting/cups#commit=$_commit;
-cups.logrotate
-cups.pam
-cups.sysusers
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch
-guid.patch)
-sha256sums=(#'261fd948bce8647b6d5cb2a1784f0c24cc52b5c4e827b71d726020bcc502f3ee'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'5fb8b1df744ddff3652d9940fe2c084f4146b22a60b95a7eb97a2ed29e0d3a10'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g' | sed 's/v//'
-}
-
-prepare() {
-
-  cd "${pkgbase}" #-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i "${srcdir}"/cups-no-export-ssllibs.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i "${srcdir}"/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i "${srcdir}"/cups-systemd-socket.patch
-
-  # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i "${srcdir}"/guid.patch
-
-  # set MaxLogSize to 0 to prevent using cups internal log rotation
-#  sed -i -e '5i\ ' conf/cupsd.conf.in
-#  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
-#  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
-
-  # Rebuild configure script for not zipping man-pages.
-  aclocal -I config-scripts
-  autoconf 

[arch-commits] Commit in cups/repos/extra-x86_64 (18 files)

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 09:33:35
  Author: andyrtr
Revision: 394591

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 394590, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 394590, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 394590, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 394590, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 394590, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 394590, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 394590, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 394590, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 394590, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

--+
 PKGBUILD |  347 -
 cups-1.6.2-statedir.patch|   24 +-
 cups-no-export-ssllibs.patch |   24 +-
 cups-systemd-socket.patch|   76 
 cups.install |   40 ++--
 cups.logrotate   |   10 -
 cups.pam |6 
 cups.sysusers|4 
 guid.patch   |   84 -
 9 files changed, 307 insertions(+), 308 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 09:33:20 UTC (rev 394590)
+++ PKGBUILD2020-08-23 09:33:35 UTC (rev 394591)
@@ -1,174 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.3.3
-pkgrel=2
-arch=('x86_64')
-license=('Apache' 'custom')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate
-cups.pam
-cups.sysusers
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch
-guid.patch)
-sha256sums=('261fd948bce8647b6d5cb2a1784f0c24cc52b5c4e827b71d726020bcc502f3ee'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'3d8e24fd340fecef7101672d342433365cf78130b7182ecfd03071e31e894a9b'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-prepare() {
-
-  cd "${pkgbase}"-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i "${srcdir}"/cups-no-export-ssllibs.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i "${srcdir}"/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i "${srcdir}"/cups-systemd-socket.patch
-
-  # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i "${srcdir}"/guid.patch
-
-  # set MaxLogSize to 0 to prevent using cups internal log rotation
-  sed -i -e '5i\ ' conf/cupsd.conf.in
-  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
-  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
-
-  # Rebuild configure script for not zipping man-pages.
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-}
-
-build() {
-  cd "${pkgbase}"-${pkgver}
-
-  # use fixed cups user (id 209) since systemd adds "lp" group without a fixed 
id
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --sbindir=/usr/bin \
- --libdir=/usr/lib \
- --with-logdir=/var/log/cups \
- --with-docdir=/usr/share/cups/doc \
-  

[arch-commits] Commit in cups/repos/extra-x86_64 (18 files)

2020-07-16 Thread Andreas Radke via arch-commits
Date: Thursday, July 16, 2020 @ 10:46:45
  Author: andyrtr
Revision: 391958

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 391957, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 391957, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 391957, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 391957, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 391957, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 391957, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 391957, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 391957, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 391957, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

--+
 PKGBUILD |  347 -
 cups-1.6.2-statedir.patch|   24 +-
 cups-no-export-ssllibs.patch |   24 +-
 cups-systemd-socket.patch|   76 
 cups.install |   40 ++--
 cups.logrotate   |   10 -
 cups.pam |6 
 cups.sysusers|4 
 guid.patch   |   84 -
 9 files changed, 308 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 10:46:27 UTC (rev 391957)
+++ PKGBUILD2020-07-16 10:46:45 UTC (rev 391958)
@@ -1,173 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.3.3
-pkgrel=1
-arch=('x86_64')
-license=('Apache' 'custom')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate
-cups.pam
-cups.sysusers
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch
-guid.patch)
-sha256sums=('261fd948bce8647b6d5cb2a1784f0c24cc52b5c4e827b71d726020bcc502f3ee'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'3d8e24fd340fecef7101672d342433365cf78130b7182ecfd03071e31e894a9b'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-prepare() {
-
-  cd "${pkgbase}"-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i "${srcdir}"/cups-no-export-ssllibs.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i "${srcdir}"/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i "${srcdir}"/cups-systemd-socket.patch
-
-  # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i "${srcdir}"/guid.patch
-
-  # set MaxLogSize to 0 to prevent using cups internal log rotation
-  sed -i -e '5i\ ' conf/cupsd.conf.in
-  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
-  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
-
-  # Rebuild configure script for not zipping man-pages.
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-}
-
-build() {
-  cd "${pkgbase}"-${pkgver}
-
-  # use fixed cups user (id 209) since systemd adds "lp" group without a fixed 
id
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --sbindir=/usr/bin \
- --libdir=/usr/lib \
- --with-logdir=/var/log/cups \
- --with-docdir=/usr/share/cups/doc \
-  

[arch-commits] Commit in cups/repos/extra-x86_64 (18 files)

2020-04-28 Thread Andreas Radke via arch-commits
Date: Tuesday, April 28, 2020 @ 06:53:44
  Author: andyrtr
Revision: 381770

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 381769, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 381769, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 381769, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 381769, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 381769, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 381769, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 381769, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 381769, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 381769, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

--+
 PKGBUILD |  346 -
 cups-1.6.2-statedir.patch|   24 +-
 cups-no-export-ssllibs.patch |   24 +-
 cups-systemd-socket.patch|   75 
 cups.install |   40 ++--
 cups.logrotate   |   10 -
 cups.pam |6 
 cups.sysusers|4 
 guid.patch   |   84 -
 9 files changed, 307 insertions(+), 306 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 06:53:27 UTC (rev 381769)
+++ PKGBUILD2020-04-28 06:53:44 UTC (rev 381770)
@@ -1,173 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.3.1
-pkgrel=1
-arch=('x86_64')
-license=('Apache' 'custom')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate
-cups.pam
-cups.sysusers
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch
-guid.patch)
-sha256sums=('1bca9d89507e3f68cbc84482fe46ae8d5333af5bc2b9061347b2007182ac77ce'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'656374f4933ad33d34bbaf4ac89ce4ee13c04fd398454eadbb8cbcf68418c704'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-prepare() {
-
-  cd "${pkgbase}"-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i "${srcdir}"/cups-no-export-ssllibs.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i "${srcdir}"/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i "${srcdir}"/cups-systemd-socket.patch
-
-  # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i "${srcdir}"/guid.patch
-
-  # set MaxLogSize to 0 to prevent using cups internal log rotation
-  sed -i -e '5i\ ' conf/cupsd.conf.in
-  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
-  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
-
-  # Rebuild configure script for not zipping man-pages.
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-}
-
-build() {
-  cd "${pkgbase}"-${pkgver}
-
-  # use fixed cups user (id 209) since systemd adds "lp" group without a fixed 
id
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --sbindir=/usr/bin \
- --libdir=/usr/lib \
- --with-logdir=/var/log/cups \
- --with-docdir=/usr/share/cups/doc \
-  

[arch-commits] Commit in cups/repos/extra-x86_64 (18 files)

2019-10-25 Thread Andreas Radke via arch-commits
Date: Friday, October 25, 2019 @ 18:10:43
  Author: andyrtr
Revision: 365691

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 365690, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 365690, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 365690, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 365690, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 365690, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 365690, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 365690, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 365690, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 365690, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

--+
 PKGBUILD |  354 -
 cups-1.6.2-statedir.patch|   24 +-
 cups-no-export-ssllibs.patch |   24 +-
 cups-systemd-socket.patch|   74 
 cups.install |   40 ++--
 cups.logrotate   |   10 -
 cups.pam |6 
 cups.sysusers|4 
 guid.patch   |   84 -
 9 files changed, 311 insertions(+), 309 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-25 18:10:23 UTC (rev 365690)
+++ PKGBUILD2019-10-25 18:10:43 UTC (rev 365691)
@@ -1,176 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.3.0
-pkgrel=3
-arch=('x86_64')
-license=('Apache' 'custom')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate
-cups.pam
-cups.sysusers
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch
-guid.patch)
-sha256sums=('acaf0229cf008ea8f06353ffd1bbd62d71dbe88990dd3330650ef87edb95a1a5'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'656374f4933ad33d34bbaf4ac89ce4ee13c04fd398454eadbb8cbcf68418c704'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-prepare() {
-
-  cd ${pkgbase}-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
-
-  # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i ${srcdir}/guid.patch
-
-  # set MaxLogSize to 0 to prevent using cups internal log rotation
-  sed -i -e '5i\ ' conf/cupsd.conf.in
-  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
-  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
-
-  # Rebuild configure script for not zipping man-pages.
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  # use fixed cups user (id 209) since systemd adds "lp" group without a fixed 
id
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --sbindir=/usr/bin \
- --libdir=/usr/lib \
- --with-logdir=/var/log/cups \
- --with-docdir=/usr/share/cups/doc \
- 

[arch-commits] Commit in cups/repos/extra-x86_64 (21 files)

2019-08-15 Thread Andreas Radke via arch-commits
Date: Friday, August 16, 2019 @ 05:31:45
  Author: andyrtr
Revision: 359861

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 359860, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 359860, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 359860, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 359860, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 359860, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 359860, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 359860, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 359860, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 359860, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 359860, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch
  cups/repos/extra-x86_64/samsung-printer-workaround.patch

--+
 PKGBUILD |  359 ++---
 cups-1.6.2-statedir.patch|   24 +-
 cups-no-export-ssllibs.patch |   24 +-
 cups-no-gzip-man.patch   |   36 +--
 cups-systemd-socket.patch|   81 +++-
 cups.install |   40 ++--
 cups.logrotate   |   10 -
 cups.pam |6 
 cups.sysusers|4 
 guid.patch   |   84 
 samsung-printer-workaround.patch |   30 ---
 11 files changed, 323 insertions(+), 375 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-16 05:31:25 UTC (rev 359860)
+++ PKGBUILD2019-08-16 05:31:45 UTC (rev 359861)
@@ -1,182 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.2.11
-pkgrel=2
-arch=('x86_64')
-license=('GPL')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate
-cups.pam
-cups.sysusers
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-no-gzip-man.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch
-guid.patch
-   samsung-printer-workaround.patch)
-sha256sums=('f58010813fd6903f690cdb0c0b91e4d1bc9e5b9570c28734229ba3ed2908b76c'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'b8fc2e3bc603495f0278410350ea8f0161d9d83719feb64f573b63430cb4800b'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'f909719e2595e016c320afa421cad74ccda285ac59b11749ddac58e707d4330a'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d'
-'ae3e154b8382f3412c73d863f4db095e722eb5255e15f0684b2bb9e02e5438af')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-prepare() {
-
-  cd ${pkgbase}-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
-  # don't zip man pages in make install, let makepkg do that / Fedora
-  patch -Np1 -i ${srcdir}/cups-no-gzip-man.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
-
-  # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i ${srcdir}/guid.patch
-
-  # FS#62360 / 

[arch-commits] Commit in cups/repos/extra-x86_64 (20 files)

2019-01-13 Thread Andreas Radke via arch-commits
Date: Sunday, January 13, 2019 @ 20:53:19
  Author: andyrtr
Revision: 343998

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 343997, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 343997, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 343997, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 343997, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 343997, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 343997, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 343997, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 343997, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 343997, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 343997, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

--+
 PKGBUILD |  349 -
 cups-1.6.2-statedir.patch|   24 +-
 cups-no-export-ssllibs.patch |   24 +-
 cups-no-gzip-man.patch   |   36 ++--
 cups-systemd-socket.patch|   98 +--
 cups.install |   40 ++--
 cups.logrotate   |   10 -
 cups.pam |6 
 cups.sysusers|4 
 guid.patch   |   84 -
 10 files changed, 340 insertions(+), 335 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-13 20:53:01 UTC (rev 343997)
+++ PKGBUILD2019-01-13 20:53:19 UTC (rev 343998)
@@ -1,172 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.2.10
-pkgrel=1
-arch=('x86_64')
-license=('GPL')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate
-cups.pam
-cups.sysusers
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-no-gzip-man.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch
-guid.patch)
-sha256sums=('77c8b2b3bb7fe8b5fbfffc307f2c817b2d7ec67b657f261a1dd1c61ab81205bb'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'b8fc2e3bc603495f0278410350ea8f0161d9d83719feb64f573b63430cb4800b'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'f909719e2595e016c320afa421cad74ccda285ac59b11749ddac58e707d4330a'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-prepare() {
-
-  cd ${pkgbase}-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
-  # don't zip man pages in make install, let makepkg do that / Fedora
-  patch -Np1 -i ${srcdir}/cups-no-gzip-man.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
-
-  # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i ${srcdir}/guid.patch
-
-  # set MaxLogSize to 0 to prevent using cups internal log rotation
-  sed -i -e '5i\ ' conf/cupsd.conf.in
-  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
-  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
-
-  # Rebuild configure script for not zipping 

[arch-commits] Commit in cups/repos/extra-x86_64 (21 files)

2018-04-16 Thread Evangelos Foutras via arch-commits
Date: Monday, April 16, 2018 @ 21:49:26
  Author: foutrelis
Revision: 321919

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 321918, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/auth-workaround-for-certain-web-browsers.patch
(from rev 321918, cups/trunk/auth-workaround-for-certain-web-browsers.patch)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 321918, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 321918, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 321918, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 321918, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 321918, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 321918, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 321918, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 321918, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 321918, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

+
 PKGBUILD   |  344 +++
 auth-workaround-for-certain-web-browsers.patch |   59 +++
 cups-1.6.2-statedir.patch  |   24 -
 cups-no-export-ssllibs.patch   |   24 -
 cups-no-gzip-man.patch |   36 +-
 cups-systemd-socket.patch  |   98 +++---
 cups.install   |   40 +-
 cups.logrotate |   10 
 cups.pam   |6 
 cups.sysusers  |4 
 guid.patch |   84 ++---
 11 files changed, 396 insertions(+), 333 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:49:11 UTC (rev 321918)
+++ PKGBUILD2018-04-16 21:49:26 UTC (rev 321919)
@@ -1,170 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.2.7
-pkgrel=1
-arch=('x86_64')
-license=('GPL')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus' 
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate cups.pam
-cups.sysusers guid.patch
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-no-gzip-man.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch)
-sha256sums=('3c4b637b737077565ccdfbd5f61785d03f49461ae736fcc2c0ffaf41d2c6ea6a'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'b8fc2e3bc603495f0278410350ea8f0161d9d83719feb64f573b63430cb4800b'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'c04627383d66f19b78e78f960d4d46577111ec9789b937ac4efba4cf369c921f')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-
-prepare() {
-
-  cd ${pkgbase}-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
-  # don't zip man pages in make install, let makepkg do that / Fedora
-  patch -Np1 -i ${srcdir}/cups-no-gzip-man.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
-
-  # FS#56818 - 

[arch-commits] Commit in cups/repos (extra-x86_64)

2011-08-05 Thread andyrtr
Date: Friday, August 5, 2011 @ 14:35:34
  Author: andyrtr
Revision: 134557

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-08-05 Thread andyrtr
Date: Friday, August 5, 2011 @ 14:35:50
  Author: andyrtr
Revision: 134558

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-08-02 Thread Jan de Groot
Date: Tuesday, August 2, 2011 @ 05:43:01
  Author: jgc
Revision: 134145

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-08-02 Thread Jan de Groot
Date: Tuesday, August 2, 2011 @ 05:43:13
  Author: jgc
Revision: 134146

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-07-28 Thread Jan de Groot
Date: Thursday, July 28, 2011 @ 05:25:09
  Author: jgc
Revision: 133461

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-07-28 Thread Jan de Groot
Date: Thursday, July 28, 2011 @ 05:25:21
  Author: jgc
Revision: 133462

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-07-14 Thread andyrtr
Date: Thursday, July 14, 2011 @ 15:07:13
  Author: andyrtr
Revision: 131771

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-07-14 Thread andyrtr
Date: Thursday, July 14, 2011 @ 15:07:30
  Author: andyrtr
Revision: 131772

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-06-28 Thread andyrtr
Date: Tuesday, June 28, 2011 @ 11:27:30
  Author: andyrtr
Revision: 129512

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-06-28 Thread andyrtr
Date: Tuesday, June 28, 2011 @ 11:27:46
  Author: andyrtr
Revision: 129513

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-06-17 Thread andyrtr
Date: Friday, June 17, 2011 @ 15:46:07
  Author: andyrtr
Revision: 127719

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-06-17 Thread andyrtr
Date: Friday, June 17, 2011 @ 15:46:24
  Author: andyrtr
Revision: 127720

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-06-04 Thread andyrtr
Date: Saturday, June 4, 2011 @ 18:35:48
  Author: andyrtr
Revision: 126333

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-06-04 Thread andyrtr
Date: Saturday, June 4, 2011 @ 18:36:03
  Author: andyrtr
Revision: 126334

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-05-11 Thread Stéphane Gaudreault
Date: Wednesday, May 11, 2011 @ 11:20:54
  Author: stephane
Revision: 123479

db-move: cups removed by stephane for move to [extra] (x86_64)

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64 testing-x86_64)

2011-05-11 Thread Stéphane Gaudreault
Date: Wednesday, May 11, 2011 @ 11:20:55
  Author: stephane
Revision: 123480

db-move: moved cups from [testing] to [extra] (x86_64)

Added:
  cups/repos/extra-x86_64/
Deleted:
  cups/repos/testing-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-01-06 Thread andyrtr
Date: Friday, January 7, 2011 @ 01:38:01
  Author: andyrtr
Revision: 105164

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2011-01-06 Thread andyrtr
Date: Friday, January 7, 2011 @ 01:38:18
  Author: andyrtr
Revision: 105165

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-12-07 Thread Tobias Powalowski
Date: Tuesday, December 7, 2010 @ 15:42:19
  Author: tpowa
Revision: 102449

db-move: cups removed by tpowa for move to [extra] (x86_64)

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64 testing-x86_64)

2010-12-07 Thread Tobias Powalowski
Date: Tuesday, December 7, 2010 @ 15:42:20
  Author: tpowa
Revision: 102450

db-move: moved cups from [testing] to [extra] (x86_64)

Added:
  cups/repos/extra-x86_64/
Deleted:
  cups/repos/testing-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-11-12 Thread andyrtr
Date: Friday, November 12, 2010 @ 17:24:32
  Author: andyrtr
Revision: 98722

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-11-12 Thread andyrtr
Date: Friday, November 12, 2010 @ 17:24:50
  Author: andyrtr
Revision: 98723

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-08-14 Thread andyrtr
Date: Saturday, August 14, 2010 @ 06:37:42
  Author: andyrtr
Revision: 87484

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-08-14 Thread andyrtr
Date: Saturday, August 14, 2010 @ 06:37:59
  Author: andyrtr
Revision: 87485

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-08-09 Thread andyrtr
Date: Monday, August 9, 2010 @ 15:01:52
  Author: andyrtr
Revision: 87042

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-08-09 Thread andyrtr
Date: Monday, August 9, 2010 @ 15:02:13
  Author: andyrtr
Revision: 87043

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-06-18 Thread andyrtr
Date: Friday, June 18, 2010 @ 02:19:48
  Author: andyrtr
Revision: 82851

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-06-18 Thread andyrtr
Date: Friday, June 18, 2010 @ 02:20:06
  Author: andyrtr
Revision: 82852

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:02:21
  Author: pierre
Revision: 76615

db-move: cups removed by pierre for move to extra

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64 testing-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:02:21
  Author: pierre
Revision: 76616

db-move: moved cups from [testing] to [extra] (x86_64)

Added:
  cups/repos/extra-x86_64/
Deleted:
  cups/repos/testing-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-03-31 Thread andyrtr
Date: Wednesday, March 31, 2010 @ 13:13:13
  Author: andyrtr
Revision: 74578

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-03-25 Thread andyrtr
Date: Thursday, March 25, 2010 @ 16:47:03
  Author: andyrtr
Revision: 73441

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-03-25 Thread andyrtr
Date: Thursday, March 25, 2010 @ 16:47:26
  Author: andyrtr
Revision: 73442

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-03-24 Thread andyrtr
Date: Wednesday, March 24, 2010 @ 16:47:02
  Author: andyrtr
Revision: 73304

archrelease: remove extra-x86_64

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-03-24 Thread andyrtr
Date: Wednesday, March 24, 2010 @ 16:47:25
  Author: andyrtr
Revision: 73305

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:11:12
  Author: jgc
Revision: 65973

db-move: cups removed by jgc for move to extra

Deleted:
  cups/repos/extra-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64 testing-x86_64)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:11:14
  Author: jgc
Revision: 65974

db-move: moved cups from [testing] to [extra] (x86_64)

Added:
  cups/repos/extra-x86_64/
Deleted:
  cups/repos/testing-x86_64/



[arch-commits] Commit in cups/repos (extra-x86_64)

2009-12-05 Thread Allan McRae
Date: Saturday, December 5, 2009 @ 07:29:57
  Author: allan
Revision: 60556

db-move: cups removed by allan for move to extra

Deleted:
  cups/repos/extra-x86_64/