Skip to Content.
Sympa Menu

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

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 (12163edc75bdade0a6efb7a2974f34233f43095e)
  • Date: Fri, 9 Jul 2010 09:53:42 -0500

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

printer/hplip/DEPENDS | 3 ++-
printer/hplip/HISTORY | 5 +++++
printer/hplip/PRE_BUILD | 4 ++++
printer/hplip/install.patch | 11 +++++++++++
4 files changed, 22 insertions(+), 1 deletion(-)

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

hplip: fixed dependencies and installing of firmware

diff --git a/printer/hplip/DEPENDS b/printer/hplip/DEPENDS
index 125036b..7c06c16 100755
--- a/printer/hplip/DEPENDS
+++ b/printer/hplip/DEPENDS
@@ -1,9 +1,10 @@
depends libusb &&
depends cups &&
depends jpeg &&
-depends python &&
depends openssl &&
+depends python &&
depends dbus &&
+depends dbus-python &&

optional_depends net-snmp \
"--enable-network-build" \
diff --git a/printer/hplip/HISTORY b/printer/hplip/HISTORY
index ec58cb3..ea11225 100644
--- a/printer/hplip/HISTORY
+++ b/printer/hplip/HISTORY
@@ -1,3 +1,8 @@
+2010-07-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: dbus-python is required for hp-plugin
+ * PRE_BUILD: added, to apply the patch
+ * install.patch: added, to fix usage of hp-* scripts
+
2010-05-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 3.10.5

diff --git a/printer/hplip/PRE_BUILD b/printer/hplip/PRE_BUILD
new file mode 100755
index 0000000..4683657
--- /dev/null
+++ b/printer/hplip/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/install.patch"
diff --git a/printer/hplip/install.patch b/printer/hplip/install.patch
new file mode 100644
index 0000000..6f3ddb6
--- /dev/null
+++ b/printer/hplip/install.patch
@@ -0,0 +1,11 @@
+--- installer/core_install.py.orig 2010-05-13 03:45:01.000000000 +0400
++++ installer/core_install.py 2010-07-09 13:50:43.374678083 +0400
+@@ -1990,7 +1990,7 @@
+ if mode == GUI_MODE:
+ return os.system("sh %s --nox11 -- -u" % plugin_file) == 0
+ else:
+- return os.system("sh %s --nox11 -- -i" % plugin_file) == 0
++ return os.system("sh %s --nox11" % plugin_file) == 0
+
+
+ def delete_plugin(self):



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (12163edc75bdade0a6efb7a2974f34233f43095e), Vlad Glagolev, 07/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page