Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (698a6880b5da93eecb01063cf5c06779bdaecbfe)

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 stable-0.62 grimoire by Vlad Glagolev (698a6880b5da93eecb01063cf5c06779bdaecbfe)
  • Date: Sat, 25 Apr 2015 03:57:59 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

gnome2-libs/libgnomeui/DEPENDS | 1 +
gnome2-libs/libgnomeui/DETAILS | 5 +++--
gnome2-libs/libgnomeui/HISTORY | 3 +++
xfce/thunar-vfs/DEPENDS | 1 +
xfce/thunar-vfs/DETAILS | 1 +
xfce/thunar-vfs/HISTORY | 4 ++++
6 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 698a6880b5da93eecb01063cf5c06779bdaecbfe
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

thunar-vfs: added missing glib2 dependency

(cherry picked from commit bd1c568465921e47d2512752893a27d80b8e2728)

commit 1cd9bcaee682c4179d401daa226f91edeceaa384
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libgnomeui: added missing libxml2 dependency

(cherry picked from commit baffc426db23c03c4413b65f7a87449eac16bf2e)

diff --git a/gnome2-libs/libgnomeui/DEPENDS b/gnome2-libs/libgnomeui/DEPENDS
index 6e7c730..e696683 100755
--- a/gnome2-libs/libgnomeui/DEPENDS
+++ b/gnome2-libs/libgnomeui/DEPENDS
@@ -1,4 +1,5 @@
depends glib2 &&
+depends libxml2 &&
depends libbonoboui &&
depends libglade2 &&
depends libgnomecanvas &&
diff --git a/gnome2-libs/libgnomeui/DETAILS b/gnome2-libs/libgnomeui/DETAILS
index 804d835..7116f2c 100755
--- a/gnome2-libs/libgnomeui/DETAILS
+++ b/gnome2-libs/libgnomeui/DETAILS
@@ -1,8 +1,9 @@
SPELL=libgnomeui
VERSION=2.24.5
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ PATCHLEVEL=1
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
diff --git a/gnome2-libs/libgnomeui/HISTORY b/gnome2-libs/libgnomeui/HISTORY
index 9571ef7..b01a5d0 100644
--- a/gnome2-libs/libgnomeui/HISTORY
+++ b/gnome2-libs/libgnomeui/HISTORY
@@ -1,3 +1,6 @@
+2015-04-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing libxml2 dependency; quoting paths; removed
tabs
+
2015-04-02 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing glib2 dependency

diff --git a/xfce/thunar-vfs/DEPENDS b/xfce/thunar-vfs/DEPENDS
index b2257c2..2a13c95 100755
--- a/xfce/thunar-vfs/DEPENDS
+++ b/xfce/thunar-vfs/DEPENDS
@@ -1,4 +1,5 @@
depends exo &&
+depends glib2 &&
depends gtk+2 &&
depends libpng &&
depends intltool &&
diff --git a/xfce/thunar-vfs/DETAILS b/xfce/thunar-vfs/DETAILS
index 346982b..9fbbf7c 100755
--- a/xfce/thunar-vfs/DETAILS
+++ b/xfce/thunar-vfs/DETAILS
@@ -1,5 +1,6 @@
SPELL=thunar-vfs
VERSION=1.2.0
+ PATCHLEVEL=1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/xfce/thunar-vfs/HISTORY b/xfce/thunar-vfs/HISTORY
index 120f628..9b8d85c 100644
--- a/xfce/thunar-vfs/HISTORY
+++ b/xfce/thunar-vfs/HISTORY
@@ -1,3 +1,7 @@
+2015-04-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * DEPENDS: added missing glib2 dependency
+
2011-02-23 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: depend on JPEG intead of jpeg




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (698a6880b5da93eecb01063cf5c06779bdaecbfe), Vlad Glagolev, 04/25/2015

Archive powered by MHonArc 2.6.24.

Top of Page