Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d83c2254181c5ab007cbafb3deda8902ef9692a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d83c2254181c5ab007cbafb3deda8902ef9692a7)
  • Date: Sat, 23 Jun 2007 03:18:23 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/libdaemon/DETAILS | 4 ++--
libs/libdaemon/HISTORY | 3 +++
printer/hplip/DEPENDS | 30 +++++++++++++++++++++---------
printer/hplip/DETAILS | 4 ++--
printer/hplip/FINAL | 1 -
printer/hplip/HISTORY | 7 +++++++
printer/hplip/INSTALL | 11 -----------
printer/hplip/init.d/hplip | 23 -----------------------
8 files changed, 35 insertions(+), 48 deletions(-)

New commits:
commit 81f42ba4492207b5f010786d16072cc7d8f7e4ec
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

hplip-2.7.6

commit 8d2920d46a3809b1bcb2da92ac1aeb164f7e1398
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libdaemon-0.11

diff --git a/libs/libdaemon/DETAILS b/libs/libdaemon/DETAILS
index c9c83be..853497a 100755
--- a/libs/libdaemon/DETAILS
+++ b/libs/libdaemon/DETAILS
@@ -1,6 +1,6 @@
SPELL=libdaemon
- VERSION=0.10
-
SOURCE_HASH=sha512:44dbeeef2ea99374136a0a7aaa94737c39e5fee6c5b8b21638924e228f2c41a2cb4d9d39e89610998e280b4585c00d505e7817383e38723e651964eb3d25ab6b
+ VERSION=0.11
+
SOURCE_HASH=sha512:bbdf6e0576971abcf7358be1c2fb6df6124f9357fed83e85b726f97411e940c66020b00cf852dde5b32f09407c6d247a74f699ff4a02301b247f1200bad7464e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://0pointer.de/lennart/projects/libdaemon/
diff --git a/libs/libdaemon/HISTORY b/libs/libdaemon/HISTORY
index 6f534b2..12ae4db 100644
--- a/libs/libdaemon/HISTORY
+++ b/libs/libdaemon/HISTORY
@@ -1,3 +1,6 @@
+2007-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.11
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/printer/hplip/DEPENDS b/printer/hplip/DEPENDS
index f3cc4e3..6574c88 100755
--- a/printer/hplip/DEPENDS
+++ b/printer/hplip/DEPENDS
@@ -1,10 +1,22 @@
depends libusb &&
-depends CUPS &&
-depends net-snmp &&
-#depends foomatic &&
-depends jpeg
-
-optional_depends pyqt \
- "" \
- "" \
- "To build graphical tools"
+depends cups &&
+depends jpeg &&
+depends python &&
+depends openssl &&
+
+optional_depends net-snmp \
+ "--enable-network-build" \
+ "--disable-network-build" \
+ "network support" &&
+
+#optional_depends libgphoto2 "" "" "" &&
+optional_depends sane-backends \
+ "--enable-scan-build" \
+ "--disable-scan-build" \
+ "scanner support" &&
+
+
+optional_depends pyqt \
+ "--enable-gui-build" \
+ "--disable-gui-build" \
+ "To build graphical tools"
diff --git a/printer/hplip/DETAILS b/printer/hplip/DETAILS
index fc36843..1d25ded 100755
--- a/printer/hplip/DETAILS
+++ b/printer/hplip/DETAILS
@@ -1,7 +1,7 @@
SPELL=hplip
- VERSION=1.7.4a
+ VERSION=2.7.6
+
SOURCE_HASH=sha512:b187db9801b43f332de6e065a6ce47789f63dc4b6748229e92a76320d9f5d3ecabf387c2dac0e7e929193741ece74c64f75a59d35d30edee7bcd068bd346dfad
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:d4326b7c61e4db52447f3ebd7229e236c71f75767a470412cecd489f4273f61a65f1440539225ad60df0d79b9f0c33ac94df38c13e12ea0e90688ae15d8469b7
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
WEB_SITE=http://hplip.sourceforge.net
diff --git a/printer/hplip/FINAL b/printer/hplip/FINAL
deleted file mode 100755
index fafb52e..0000000
--- a/printer/hplip/FINAL
+++ /dev/null
@@ -1 +0,0 @@
-rm -f ${INSTALL_ROOT}/etc/init.d/hplip
diff --git a/printer/hplip/HISTORY b/printer/hplip/HISTORY
index b18bed6..ab9d8d5 100644
--- a/printer/hplip/HISTORY
+++ b/printer/hplip/HISTORY
@@ -1,3 +1,10 @@
+2007-06-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.7.6
+ * DEPENDS: add libgphoto2, sane-backends, python, openssl
+ net-snmp is optional
+ CUPS -> cups (cups-old needs different build process)
+ * INSTALL, FINAL, init.d/hplip: deleted
+
2007-04-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7.4a
* DEPENDS: delete foomatic
diff --git a/printer/hplip/INSTALL b/printer/hplip/INSTALL
deleted file mode 100755
index f340cbf..0000000
--- a/printer/hplip/INSTALL
+++ /dev/null
@@ -1,11 +0,0 @@
-# Pass in DESTDIR to remove need for chkconfig or install_initd
-make install DESTDIR=${INSTALL_ROOT}/
-
-if ! is_depends_enabled pyqt $SPELL; then
- rm -f "/usr/bin/hp-print"
- rm -f "/usr/bin/hp-toolbox"
- rm -f "/usr/share/hplip/print"
- rm -f "/usr/share/hplip/toolbox"
- rm -f "/usr/share/applications/hplip.desktop"
- rm -f "/usr/lib/menu/hplip"
-fi
diff --git a/printer/hplip/init.d/hplip b/printer/hplip/init.d/hplip
deleted file mode 100755
index 48c1d33..0000000
--- a/printer/hplip/init.d/hplip
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-PROGRAM=/usr/sbin/hpiod
-HPSSD=/usr/share/hplip/hpssd.py
-
-RUNLEVEL=3
-NEEDS="+remote_fs"
-
-start()
-{
- loadproc $PROGRAM start &&
- loadproc $HPSSD start
-}
-
-stop()
-{
- killproc $PROGRAM &&
- killproc $HPSSD
-}
-
-. /etc/init.d/smgl_init
-
-



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d83c2254181c5ab007cbafb3deda8902ef9692a7), Treeve Jelbert, 06/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page