Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e03114d41b694ce4209d44ea8e79d4b2e11e6a91)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e03114d41b694ce4209d44ea8e79d4b2e11e6a91)
  • Date: Fri, 23 Jul 2010 05:47:20 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

printer/hplip/DETAILS | 2 +-
printer/hplip/HISTORY | 5 +++++
printer/hplip/PRE_BUILD | 4 ----
printer/hplip/install.patch | 11 -----------
4 files changed, 6 insertions(+), 16 deletions(-)

New commits:
commit e03114d41b694ce4209d44ea8e79d4b2e11e6a91
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

hplip: updated spell to 3.10.6

diff --git a/printer/hplip/DETAILS b/printer/hplip/DETAILS
index dce55cb..fb1c6d0 100755
--- a/printer/hplip/DETAILS
+++ b/printer/hplip/DETAILS
@@ -1,5 +1,5 @@
SPELL=hplip
- VERSION=3.10.5
+ VERSION=3.10.6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
diff --git a/printer/hplip/HISTORY b/printer/hplip/HISTORY
index ea11225..5e48508 100644
--- a/printer/hplip/HISTORY
+++ b/printer/hplip/HISTORY
@@ -1,3 +1,8 @@
+2010-07-23 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 3.10.6
+ * install.patch, PRE_BUILD removed, no longer needed
+ bug fixed upstream: https://bugs.launchpad.net/hplip/+bug/399522
+
2010-07-09 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: dbus-python is required for hp-plugin
* PRE_BUILD: added, to apply the patch
diff --git a/printer/hplip/PRE_BUILD b/printer/hplip/PRE_BUILD
deleted file mode 100755
index 4683657..0000000
--- a/printer/hplip/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/install.patch"
diff --git a/printer/hplip/install.patch b/printer/hplip/install.patch
deleted file mode 100644
index 6f3ddb6..0000000
--- a/printer/hplip/install.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 Bor Kraljič (e03114d41b694ce4209d44ea8e79d4b2e11e6a91), Bor Kraljič, 07/23/2010

Archive powered by MHonArc 2.6.24.

Top of Page