Skip to Content.
Sympa Menu

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

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 (972eaa90f4ff4b33bf875244c3ce1afc9aed07e2)
  • Date: Sun, 5 Aug 2012 08:06:22 -0500

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

printer/hplip/HISTORY | 4 ++++
printer/hplip/PRE_BUILD | 2 ++
printer/hplip/cups16.patch.gz |binary
3 files changed, 6 insertions(+)

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

hplip: fixed build with cups 1.6

diff --git a/printer/hplip/HISTORY b/printer/hplip/HISTORY
index ebf289b..88e0434 100644
--- a/printer/hplip/HISTORY
+++ b/printer/hplip/HISTORY
@@ -1,3 +1,7 @@
+2012-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: apply the patch
+ * cups16.patch.gz: added, to fix build with cups 1.6
+
2012-06-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.12.6
* PRE_BUILD, interactive.patch: patch removed
diff --git a/printer/hplip/PRE_BUILD b/printer/hplip/PRE_BUILD
index 77ed39d..5b74f9e 100755
--- a/printer/hplip/PRE_BUILD
+++ b/printer/hplip/PRE_BUILD
@@ -1,5 +1,7 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+zcat "$SPELL_DIRECTORY/cups16.patch.gz" | patch -p1 &&
+
sed -i "s:SYSFS:ATTRS:g" data/rules/55-hpmud.rules \
data/rules/56-hpmud_support.rules
diff --git a/printer/hplip/cups16.patch.gz b/printer/hplip/cups16.patch.gz
new file mode 100644
index 0000000..0b08cd1
Binary files /dev/null and b/printer/hplip/cups16.patch.gz differ



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

Archive powered by MHonArc 2.6.24.

Top of Page