[arch-commits] Commit in pycups/trunk (PKGBUILD gcc4.5.patch)

Andrea Scarpino andrea at archlinux.org
Mon Jun 21 12:53:06 UTC 2010


    Date: Monday, June 21, 2010 @ 08:53:06
  Author: andrea
Revision: 83383

upgpkg: pycups 1.9.50-1
upstream release

Modified:
  pycups/trunk/PKGBUILD
Deleted:
  pycups/trunk/gcc4.5.patch

--------------+
 PKGBUILD     |   13 +++++--------
 gcc4.5.patch |   20 --------------------
 2 files changed, 5 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-21 12:52:53 UTC (rev 83382)
+++ PKGBUILD	2010-06-21 12:53:06 UTC (rev 83383)
@@ -3,25 +3,22 @@
 # Contributor: nesl247 <nesl247 at gmail.com>
 
 pkgname=pycups
-pkgver=1.9.49
+pkgver=1.9.50
 pkgrel=1
 pkgdesc="Python CUPS Bindings"
 url="http://cyberelk.net/tim/software/pycups/"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libcups' 'python')
-source=("http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-	'gcc4.5.patch')
-md5sums=('6db9d8bc7f40315bc0b93f210737cc82'
-	'01bfaa829e4c54d842573a8dd3f40220')
+source=("http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('cae67ab1207f5ffa93edc9b5867738bb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/gcc4.5.patch
-  make || return 1
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }

Deleted: gcc4.5.patch
===================================================================
--- gcc4.5.patch	2010-06-21 12:52:53 UTC (rev 83382)
+++ gcc4.5.patch	2010-06-21 12:53:06 UTC (rev 83383)
@@ -1,20 +0,0 @@
---- pycups-1.9.49/Makefile~	2010-05-19 17:56:30.437732869 +0200
-+++ pycups-1.9.49/Makefile	2010-05-19 17:57:10.201877902 +0200
-@@ -9,7 +9,7 @@
- 	COPYING NEWS README TODO ChangeLog
- 
- cups.so: $(SOURCES)
--	CFLAGS=-DVERSION=\\\"$(VERSION)\\\" python setup.py build
-+	python setup.py build
- 	mv build/lib*/$@ .
- 
- doc:	cups.so
---- pycups-1.9.49/setup.py~	2010-05-19 17:57:19.441043994 +0200
-+++ pycups-1.9.49/setup.py	2010-05-19 17:57:55.434385149 +0200
-@@ -3,4 +3,5 @@
-        ext_modules=[Extension("cups",
-                               ["cupsmodule.c", "cupsconnection.c",
-                                "cupsppd.c", "cupsipp.c"],
--                              libraries=["cups"])])
-+                              libraries=["cups"],
-+                              define_macros=[("VERSION", '"1.9.49"')])])




More information about the arch-commits mailing list