Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arwed v. Merkatz (672609f92f467ee33277d4112ce8c2bfbf904df6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Arwed v. Merkatz" <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arwed v. Merkatz (672609f92f467ee33277d4112ce8c2bfbf904df6)
  • Date: Mon, 21 Aug 2006 13:03:19 -0500

GIT changes to master grimoire by Arwed v. Merkatz <v.merkatz AT gmx.net>:

graphics/f-spot/DEPENDS | 2 +-
graphics/f-spot/DETAILS | 2 +-
graphics/f-spot/HISTORY | 7 ++++++-
utils/dbus-mono/BUILD | 2 --
utils/dbus-mono/DEPENDS | 5 ++++-
utils/dbus-mono/HISTORY | 6 ++++++
utils/dbus-mono/PRE_BUILD | 5 +++++
7 files changed, 23 insertions(+), 6 deletions(-)

New commits:
commit 672609f92f467ee33277d4112ce8c2bfbf904df6
Author: Arwed v. Merkatz <v.merkatz AT gmx.net>
Commit: Arwed v. Merkatz <v.merkatz AT gmx.net>

f-spot: depends on dbus-mono

commit 5b521e30cf7731d2193622796953fbded0ac1082
Author: Arwed v. Merkatz <v.merkatz AT gmx.net>
Commit: Arwed v. Merkatz <v.merkatz AT gmx.net>

dbus-mono: dependency cleanup and moved autogen.sh to PRE_BUILD

diff --git a/graphics/f-spot/DEPENDS b/graphics/f-spot/DEPENDS
index 825bf26..fb02468 100755
--- a/graphics/f-spot/DEPENDS
+++ b/graphics/f-spot/DEPENDS
@@ -7,4 +7,4 @@ depends sqlite2 &&
depends lcms &&
depends libgphoto2 &&
depends gtk-sharp-2 &&
-depends dbus
+depends dbus-mono
diff --git a/graphics/f-spot/DETAILS b/graphics/f-spot/DETAILS
index d9ec03c..dd46339 100755
--- a/graphics/f-spot/DETAILS
+++ b/graphics/f-spot/DETAILS
@@ -1,5 +1,6 @@
SPELL=f-spot
VERSION=0.1.11
+ PATCHLEVEL=1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -7,7 +8,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_GPG="gurus.gpg:$SOURCE.sig"
WEB_SITE=http://www.gnome.org/projects/f-spot/
ENTERED=20040425
- UPDATED=20040425
LICENSE[0]=GPL
KEYWORDS="gnome graphics"
SHORT="F-Spot is an application designed to provide personal
photo management to the GNOME desktop."
diff --git a/graphics/f-spot/HISTORY b/graphics/f-spot/HISTORY
index 2f07f6c..efa4a1e 100644
--- a/graphics/f-spot/HISTORY
+++ b/graphics/f-spot/HISTORY
@@ -1,5 +1,10 @@
+2006-08-21 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS: changed dbus to dbus-mono so it actually works again
+ * DETAILS: added PATCHLEVEL=1 because the dbus/dbus-mono split broke
+ this in a hard to detect way
+
2006-07-24 Treeve Jelbert <treeve AT pi.be>
- & DEPENDS: remove sub_depends dbus,
+ * DEPENDS: remove sub_depends dbus,
the mono bindings are not currently supported by dbus

2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
diff --git a/utils/dbus-mono/BUILD b/utils/dbus-mono/BUILD
deleted file mode 100755
index 22cec4e..0000000
--- a/utils/dbus-mono/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-./autogen.sh &&
-default_build
diff --git a/utils/dbus-mono/DEPENDS b/utils/dbus-mono/DEPENDS
index 72b11b6..c74b80e 100755
--- a/utils/dbus-mono/DEPENDS
+++ b/utils/dbus-mono/DEPENDS
@@ -1,3 +1,6 @@
+depends autoconf &&
+depends automake &&
+depends libtool &&
depends git &&
-depends gtk-sharp &&
+depends mono &&
depends dbus-glib
diff --git a/utils/dbus-mono/HISTORY b/utils/dbus-mono/HISTORY
index 2f728f8..d5c99af 100644
--- a/utils/dbus-mono/HISTORY
+++ b/utils/dbus-mono/HISTORY
@@ -1,3 +1,9 @@
+2006-08-21 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * BUILD, PRE_BUILD: moved autogen.sh call to PRE_BUILD, remove
+ example build with sedit as they're not installed, removed BUILD
+ * DEPENDS: removed gtk-sharp, added mono, automake, autoconf and
+ libtool
+
2006-07-28 Pieter Lenaerts <e-type AT sourcemage.org>
* DEPENDS: depends gtk-sharp, makes mono implicit

diff --git a/utils/dbus-mono/PRE_BUILD b/utils/dbus-mono/PRE_BUILD
new file mode 100755
index 0000000..f730841
--- /dev/null
+++ b/utils/dbus-mono/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# remove example, it adds a dependency on gtk-sharp and isn't actually
installed
+sedit 's/example//' mono/Makefile.am &&
+./autogen.sh --no-configure



  • [SM-Commit] GIT changes to master grimoire by Arwed v. Merkatz (672609f92f467ee33277d4112ce8c2bfbf904df6), Arwed v. Merkatz, 08/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page