diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 08:23:49 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 08:23:49 +0200 |
commit | 5ea8ad8e2a806c979d411e07bb82519d5dd7cde2 (patch) | |
tree | df14f1f15318d74fa877ec664d2b23bd63e6e759 /extra | |
parent | 1c64e8565df9bde16b1e0da655df31b943147f84 (diff) | |
download | nutyx-pakxe-5ea8ad8e2a806c979d411e07bb82519d5dd7cde2.tar.gz nutyx-pakxe-5ea8ad8e2a806c979d411e07bb82519d5dd7cde2.tar.bz2 nutyx-pakxe-5ea8ad8e2a806c979d411e07bb82519d5dd7cde2.tar.xz nutyx-pakxe-5ea8ad8e2a806c979d411e07bb82519d5dd7cde2.zip |
pycups, port nettoyé
Diffstat (limited to 'extra')
-rw-r--r-- | extra/pycups/Pkgfile | 4 | ||||
-rw-r--r-- | extra/pycups/pycups-1.9.49-python-2.5.patch | 9 |
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"')])]) |