Skip to Content.
Sympa Menu

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

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 (03010fd962dc9c4775ecd5399b8001a549f93c54)
  • Date: Thu, 13 Aug 2009 16:03:05 -0500

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

graphics/xsane/HISTORY | 3 +++
graphics/xsane/PRE_BUILD | 4 ++++
graphics/xsane/cap.patch | 14 ++++++++++++++
3 files changed, 21 insertions(+)

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

xsane: fixed compilation with recent sane-backends

diff --git a/graphics/xsane/HISTORY b/graphics/xsane/HISTORY
index bbc312b..8399e24 100644
--- a/graphics/xsane/HISTORY
+++ b/graphics/xsane/HISTORY
@@ -1,3 +1,6 @@
+2009-08-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD, cap.patch: added, to fix compilation with recent sane
stuff
+
2008-09-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.996; quoting paths; fixed short desc;
cleaned up
diff --git a/graphics/xsane/PRE_BUILD b/graphics/xsane/PRE_BUILD
new file mode 100755
index 0000000..2b5c1cf
--- /dev/null
+++ b/graphics/xsane/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/cap.patch"
diff --git a/graphics/xsane/cap.patch b/graphics/xsane/cap.patch
new file mode 100644
index 0000000..fea64fd
--- /dev/null
+++ b/graphics/xsane/cap.patch
@@ -0,0 +1,14 @@
+--- src/xsane-back-gtk.c.orig 2009-06-24 00:12:18.000000000 +0200
++++ src/xsane-back-gtk.c 2009-06-24 00:13:41.000000000 +0200
+@@ -2612,10 +2612,7 @@
+ continue;
+ }
+
+- if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
+- {
+- gtk_widget_set_sensitive(xsane.element[i].widget, sensitive);
+- }
++ gtk_widget_set_sensitive(xsane.element[i].widget, sensitive);
+ }
+
+ if (xsane.xsanemode_widget)



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (03010fd962dc9c4775ecd5399b8001a549f93c54), Vlad Glagolev, 08/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page