[arch-commits] Commit in lib32-libcups/trunk (PKGBUILD fix-libusb-configure.patch)

Florian Pritz bluewind at archlinux.org
Sun Jul 27 16:11:21 UTC 2014


    Date: Sunday, July 27, 2014 @ 18:11:21
  Author: bluewind
Revision: 116428

upgpkg: lib32-libcups 1.7.4-1

upstream update

Modified:
  lib32-libcups/trunk/PKGBUILD
Deleted:
  lib32-libcups/trunk/fix-libusb-configure.patch

----------------------------+
 PKGBUILD                   |   12 ++++--------
 fix-libusb-configure.patch |   12 ------------
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-27 16:07:50 UTC (rev 116427)
+++ PKGBUILD	2014-07-27 16:11:21 UTC (rev 116428)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libcups
 pkgname=lib32-$_pkgbasename
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 pkgdesc="The CUPS Printing System - client libraries (32-bit)"
 arch=('x86_64')
@@ -12,11 +12,9 @@
 depends=(lib32-krb5 lib32-libtiff lib32-libpng $_pkgbasename)
 makedepends=(gcc-multilib)
 source=(#ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
-http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig}
-fix-libusb-configure.patch)
-md5sums=('d498c3020acda0904ab0c13b6389a1ec'
-         'SKIP'
-         '9cf39a66f21d1208a585367b25cf117b')
+http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig})
+md5sums=('1a2295c2b2d2f422db2e50f40ed2fb99'
+         'SKIP')
 
 build() {
   export CC="gcc -m32"
@@ -25,8 +23,6 @@
 
   cd ${srcdir}/cups-${pkgver}
 
-  patch -p1 -i "$srcdir/fix-libusb-configure.patch"
-  
   aclocal -I config-scripts
   autoconf -I config-scripts
 

Deleted: fix-libusb-configure.patch
===================================================================
--- fix-libusb-configure.patch	2014-07-27 16:07:50 UTC (rev 116427)
+++ fix-libusb-configure.patch	2014-07-27 16:11:21 UTC (rev 116428)
@@ -1,12 +0,0 @@
-diff -ur cups-1.5_2012-05-20_223115.3/config-scripts/cups-common.m4 cups-1.5.3/config-scripts/cups-common.m4
---- cups-1.5_2012-05-20_223115.3/config-scripts/cups-common.m4	2012-05-20 22:31:15.702071734 +0200
-+++ cups-1.5.3/config-scripts/cups-common.m4	2012-05-20 22:31:29.395622693 +0200
-@@ -216,7 +216,7 @@
- AC_SUBST(LIBUSB)
- 
- if test "x$PKGCONFIG" != x; then
--	if test x$enable_libusb = xyes -o $uname != Darwin; then
-+	if test x$enable_libusb = xyes -a $uname != Darwin; then
- 		AC_MSG_CHECKING(for libusb-1.0)
- 		if $PKGCONFIG --exists libusb-1.0; then
- 			AC_MSG_RESULT(yes)




More information about the arch-commits mailing list