Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (199dda7d1973be9905203e724944308046015ad0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (199dda7d1973be9905203e724944308046015ad0)
  • Date: Fri, 18 Dec 2009 13:37:40 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

dev/null |binary
gnome2-apps/revelation/DETAILS | 4 ++--
gnome2-apps/revelation/HISTORY | 3 +++
gnome2-apps/revelation/revelation-0.4.11.tar.bz2.sig |binary
gnome2-apps/revelation/revelation-0.4.7.tar.bz2.sig | 0
gnome2-libs/gnome-python-extras/DEPENDS | 10 +++++-----
gnome2-libs/gnome-python-extras/HISTORY | 3 +++
video/totem/HISTORY | 4 ++++
video/totem/PRE_BUILD | 7 +++++++
9 files changed, 24 insertions(+), 7 deletions(-)

New commits:
commit 199dda7d1973be9905203e724944308046015ad0
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

revelation: version 0.4.11

commit 744e15498a3a52324cc6142d30852d2f6397740d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gnome-python-extras: completed optional dependencies

commit 3ba2d6e6a73d2ed4a202c2d7b133e9d72f018a05
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

totem: disable the help dirs when building without gnome-doc-utils or
gtk-doc

diff --git a/gnome2-apps/revelation/DETAILS b/gnome2-apps/revelation/DETAILS
index 5d151be..89dc107 100755
--- a/gnome2-apps/revelation/DETAILS
+++ b/gnome2-apps/revelation/DETAILS
@@ -1,8 +1,8 @@
SPELL=revelation
- VERSION=0.4.7
+ VERSION=0.4.11
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://oss.codepoet.no/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://oss.codepoet.no/$SPELL/downloads/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
WEB_SITE=http://oss.codepoet.no/revelation/
diff --git a/gnome2-apps/revelation/HISTORY b/gnome2-apps/revelation/HISTORY
index 3fae9b5..a0131ce 100644
--- a/gnome2-apps/revelation/HISTORY
+++ b/gnome2-apps/revelation/HISTORY
@@ -1,3 +1,6 @@
+2009-12-18 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.4.11, fixed source url
+
2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Added dependencies on gnome-python-desktop
and gnome-python-extras
diff --git a/gnome2-apps/revelation/revelation-0.4.11.tar.bz2.sig
b/gnome2-apps/revelation/revelation-0.4.11.tar.bz2.sig
new file mode 100644
index 0000000..86a4a82
Binary files /dev/null and
b/gnome2-apps/revelation/revelation-0.4.11.tar.bz2.sig differ
diff --git a/gnome2-apps/revelation/revelation-0.4.7.tar.bz2.sig
b/gnome2-apps/revelation/revelation-0.4.7.tar.bz2.sig
deleted file mode 100644
index 0bca6e2..0000000
Binary files a/gnome2-apps/revelation/revelation-0.4.7.tar.bz2.sig and
/dev/null differ
diff --git a/gnome2-libs/gnome-python-extras/DEPENDS
b/gnome2-libs/gnome-python-extras/DEPENDS
index 2aa96ba..4b50fe1 100755
--- a/gnome2-libs/gnome-python-extras/DEPENDS
+++ b/gnome2-libs/gnome-python-extras/DEPENDS
@@ -1,6 +1,6 @@
depends gnome-python2 &&
-optional_depends gtkhtml2 "" "" "for gtkhtml2 python module"
&&
-optional_depends GECKO "" "" "for gtkmozembed python module"
&&
-optional_depends gtkspell "" "" "for gtkspell python module"
&&
-optional_depends gdl "" "" "for gdl python module"
&&
-optional_depends libgksu "" "" "for gksu python module"
+optional_depends gtkhtml2 "--enable-gtkhtml2" "--disable-gtkhtml2" "for
gtkhtml2 python module" &&
+optional_depends GECKO "--enable-gtkmozembed" "--disable-gtkmozembed"
"for gtkmozembed python module" &&
+optional_depends gtkspell "--enable-gtkspell" "--disable-gtkspell" "for
gtkspell python module" &&
+optional_depends gdl "--enable-gdl" "--disable-gdl" "for gdl python
module" &&
+optional_depends libgksu "--enable-gksu2" "--disable-gksu2" "for gksu
python module"
diff --git a/gnome2-libs/gnome-python-extras/HISTORY
b/gnome2-libs/gnome-python-extras/HISTORY
index 809e639..110ac95 100644
--- a/gnome2-libs/gnome-python-extras/HISTORY
+++ b/gnome2-libs/gnome-python-extras/HISTORY
@@ -1,3 +1,6 @@
+2009-12-18 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: actually do something with the enabled/disabled
dependencies
+
2009-05-04 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.25.3

diff --git a/video/totem/HISTORY b/video/totem/HISTORY
index 2156842..c21e308 100644
--- a/video/totem/HISTORY
+++ b/video/totem/HISTORY
@@ -1,3 +1,7 @@
+2009-12-18 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: added, disable help documentation when building without
+ gnome-doc-utils or gtk-doc.
+
2009-11-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.28.4

diff --git a/video/totem/PRE_BUILD b/video/totem/PRE_BUILD
new file mode 100755
index 0000000..dd58f20
--- /dev/null
+++ b/video/totem/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+if ! is_depends_enabled $SPELL gnome-doc-utils ||
+ ! is_depends_enabled $SPELL gtk-doc ; then
+ sedit 's/^HELP_DIR.*/HELP_DIR = /' Makefile.in
+ sedit 's/data help/data/' Makefile.in
+fi



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (199dda7d1973be9905203e724944308046015ad0), Arjan Bouter, 12/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page