Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c64de49d6040ca110c9b388d8301ccb61d81a5af)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c64de49d6040ca110c9b388d8301ccb61d81a5af)
  • Date: Sun, 19 Aug 2012 11:33:14 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

printer/gtklp/DEPENDS | 17 ++++++++++++++---
printer/gtklp/DETAILS | 6 +++---
printer/gtklp/HISTORY | 6 ++++++
printer/gtklp/PRE_BUILD | 6 +++---
printer/gtklp/cups16.patch.gz |binary
5 files changed, 26 insertions(+), 9 deletions(-)

New commits:
commit c64de49d6040ca110c9b388d8301ccb61d81a5af
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gtklp: => 1.2.9

diff --git a/printer/gtklp/DEPENDS b/printer/gtklp/DEPENDS
index 8fd948c..f1f4c11 100755
--- a/printer/gtklp/DEPENDS
+++ b/printer/gtklp/DEPENDS
@@ -1,3 +1,14 @@
-depends gtk+2 &&
-depends intltool &&
-depends CUPS
+depends libx11 &&
+depends gtk+2 &&
+depends intltool &&
+depends CUPS &&
+
+optional_depends openssl \
+ "--enable-ssl" \
+ "--disable-ssl" \
+ "for SSL/TLS support" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/printer/gtklp/DETAILS b/printer/gtklp/DETAILS
index c987d14..68609fe 100755
--- a/printer/gtklp/DETAILS
+++ b/printer/gtklp/DETAILS
@@ -1,10 +1,10 @@
SPELL=gtklp
- VERSION=1.2.7
-
SOURCE_HASH=sha512:8528f119dfba05773f7b9e5854cdf26aa9b6b75ffade9c55119328d783628d32d436afd7b1964a0b468917853f5299f27b2b1634cd0b98a1345adcade4acc648
+ VERSION=1.2.9
+
SOURCE_HASH=sha512:0cfbb77c942a28ec08b5572387b664c55b9ef6e23d6662236a7d9412d87f264ecf6e94c9af6bc552e58c82d2fd046f57d91d0fb8e5193f090fc5d8b776dcd14c
SOURCE=${SPELL}-${VERSION}.src.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
- WEB_SITE=http://www.stud.uni-hannover.de/~sirtobi/gtklp/
+ WEB_SITE=http://gtklp.sirtobi.com/
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
ENTERED=20020326
LICENSE[0]=GPL
diff --git a/printer/gtklp/HISTORY b/printer/gtklp/HISTORY
index 91b188a..0fe972d 100644
--- a/printer/gtklp/HISTORY
+++ b/printer/gtklp/HISTORY
@@ -1,3 +1,9 @@
+2012-08-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.9; renewed website
+ * DEPENDS: added missing dependencies
+ * PRE_BUILD: apply the patch
+ * cups16.patch.gz: added, to fix compilation with CUPS >=1.6
+
2009-06-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.7
* DEPENDS: add intltool
diff --git a/printer/gtklp/PRE_BUILD b/printer/gtklp/PRE_BUILD
index 44dd3b7..fc4b422 100755
--- a/printer/gtklp/PRE_BUILD
+++ b/printer/gtklp/PRE_BUILD
@@ -1,4 +1,4 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-chmod u+x autogen.sh &&
-./autogen.sh
+cd "$SOURCE_DIRECTORY" &&
+
+zcat "$SPELL_DIRECTORY/cups16.patch.gz" | patch -p0
diff --git a/printer/gtklp/cups16.patch.gz b/printer/gtklp/cups16.patch.gz
new file mode 100644
index 0000000..c6ed3bb
Binary files /dev/null and b/printer/gtklp/cups16.patch.gz differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c64de49d6040ca110c9b388d8301ccb61d81a5af), Vlad Glagolev, 08/19/2012

Archive powered by MHonArc 2.6.24.

Top of Page