Skip to Content.
Sympa Menu

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

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 (0adc3ef6339cb99c39da90866953422e3c0fd297)
  • Date: Sat, 15 Aug 2009 02:22:11 -0500

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

graphics/xsane/DETAILS | 4 ++--
graphics/xsane/HISTORY | 4 ++++
graphics/xsane/PRE_BUILD | 4 ----
graphics/xsane/cap.patch | 14 --------------
4 files changed, 6 insertions(+), 20 deletions(-)

New commits:
commit 0adc3ef6339cb99c39da90866953422e3c0fd297
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xsane: => 0.997

diff --git a/graphics/xsane/DETAILS b/graphics/xsane/DETAILS
index 3c5bb98..32bb39c 100755
--- a/graphics/xsane/DETAILS
+++ b/graphics/xsane/DETAILS
@@ -1,6 +1,6 @@
SPELL=xsane
- VERSION=0.996
-
SOURCE_HASH=sha512:33289fad792087b50a9e55ba53a3966c141039630473521d17bd9a5041b9cdaaf7f0ab622d922bddd2f956e52d57890b15b6b79948878d405909ea5f477715ae
+ VERSION=0.997
+
SOURCE_HASH=sha512:d3be0b9485936f0398e98838c34c88c33423d75ce051136e8a55a51db26645c9ee8fead40036ab2943e5d13d8ac9bd03ecc4c9e7bab37755005cdb8aa171d8e6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.xsane.org/download/$SOURCE
diff --git a/graphics/xsane/HISTORY b/graphics/xsane/HISTORY
index 8399e24..8db16ae 100644
--- a/graphics/xsane/HISTORY
+++ b/graphics/xsane/HISTORY
@@ -1,3 +1,7 @@
+2009-08-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.997
+ * PRE_BUILD, cap.patch: removed
+
2009-08-14 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD, cap.patch: added, to fix compilation with recent sane
stuff

diff --git a/graphics/xsane/PRE_BUILD b/graphics/xsane/PRE_BUILD
deleted file mode 100755
index 2b5c1cf..0000000
--- a/graphics/xsane/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/cap.patch"
diff --git a/graphics/xsane/cap.patch b/graphics/xsane/cap.patch
deleted file mode 100644
index fea64fd..0000000
--- a/graphics/xsane/cap.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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 (0adc3ef6339cb99c39da90866953422e3c0fd297), Vlad Glagolev, 08/15/2009

Archive powered by MHonArc 2.6.24.

Top of Page