summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/pycups/Pkgfile4
-rw-r--r--extra/pycups/pycups-1.9.49-python-2.5.patch9
2 files changed, 2 insertions, 11 deletions
diff --git a/extra/pycups/Pkgfile b/extra/pycups/Pkgfile
index 00b21ec47..c74e065da 100644
--- a/extra/pycups/Pkgfile
+++ b/extra/pycups/Pkgfile
@@ -7,8 +7,8 @@
name=pycups
version=1.9.49
release=1
-source=(http://cyberelk.net/tim/data/pycups/$name-$version.tar.bz2\
- pycups-1.9.49-python-2.5.patch)
+source=(http://cyberelk.net/tim/data/pycups/$name-$version.tar.bz2 \
+http://nutyx.meticul.eu/files/patchs/$name/pycups-1.9.49-python-2.5.patch)
build() {
cd $name-$version
patch -Np1 -i ../pycups-1.9.49-python-2.5.patch
diff --git a/extra/pycups/pycups-1.9.49-python-2.5.patch b/extra/pycups/pycups-1.9.49-python-2.5.patch
deleted file mode 100644
index 3be7e6339..000000000
--- a/extra/pycups/pycups-1.9.49-python-2.5.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- pycups-1.9.49/setup.py.orig 2010-04-29 22:54:22.000000000 +0200
-+++ pycups-1.9.49/setup.py 2010-04-29 22:55:20.000000000 +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"')])])