[Lunar-commits] <moonbase-other> pycups: Version bump and adding a patch to build with current version of cups.
Dennis Veatch
stumbles at lunar-linux.org
Thu Aug 16 12:14:41 CEST 2012
commit 49f0339bd238f19b856e304e6452b1108db857bc
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Thu, 16 Aug 2012 03:14:41 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/49f0339bd238f19b856e304e6452b1108db857bc
pycups: Version bump and adding a patch to build with current version of cups.
See: http://www.sourcemage.org/projects/grimoire/repository/revisions/ce5efc79c462fe263b0c82981f1d6e4bb50b17cf/entry/printer/pycups/pycups-1.9.61-cups-1.6.patch
---
python/pycups/BUILD +2/-0
python/pycups/DETAILS +5/-2
2 files changed, 7 insertions (+), 2 deletions (-)
--- a/python/pycups/BUILD
+++ b/python/pycups/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE2 1 &&
+
python setup.py build &&
prepare_install &&
python setup.py install --root=/
--- a/python/pycups/DETAILS
+++ b/python/pycups/DETAILS
@@ -1,8 +1,11 @@
MODULE=pycups
- VERSION=1.9.60
+ VERSION=1.9.61
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=pycups-1.9.61-cups-1.6.patch
SOURCE_URL=http://cyberelk.net/tim/data/$MODULE
- SOURCE_VFY=sha1:6d9d65b5d3918c53f3bf5501d74c10ec33cbea7f
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:e1b87ac5c87412a6548a6b6fb62bdb3e678393eb
+ SOURCE2_VFY=sha1:279890240718e4e2a04dbc5372538e78d9322f96
WEB_SITE=http://cyberelk.net/tim/software/pycups
ENTERED=20110516
UPDATED=20111206
More information about the Lunar-commits
mailing list