Skip to Content.
Sympa Menu

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

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 (8c3c2ee5e0e9f2c784a01be829b9ebfbc15c4d67)
  • Date: Mon, 27 Oct 2008 18:10:40 -0500

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

xfce/exo/DEPENDS | 18 +++++++++---------
xfce/exo/DETAILS | 4 ++--
xfce/exo/HISTORY | 5 +++++
xfce/exo/PRE_BUILD | 4 ++--
xfce/thunar/DETAILS | 6 +++---
xfce/thunar/HISTORY | 4 ++++
xfce/thunar/PRE_BUILD | 24 ++++++++----------------
7 files changed, 33 insertions(+), 32 deletions(-)

New commits:
commit 8c3c2ee5e0e9f2c784a01be829b9ebfbc15c4d67
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exo: cleaned up

commit 4c42ed12abc5d8bc78c7a1bd7bcabcd6ba55d073
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

thunar: => 0.9.3

diff --git a/xfce/exo/DEPENDS b/xfce/exo/DEPENDS
index 78ca7af..680f3e4 100755
--- a/xfce/exo/DEPENDS
+++ b/xfce/exo/DEPENDS
@@ -1,17 +1,17 @@
depends libxfcegui4 &&
-depends uri &&
+depends uri &&

-optional_depends pygtk2 \
- "--enable-python" \
- "--disable-python" \
+optional_depends pygtk2 \
+ "--enable-python" \
+ "--disable-python" \
"for Python bindings" &&

-optional_depends hal \
- "--enable-hal" \
- "--disable-hal" \
+optional_depends hal \
+ "--enable-hal" \
+ "--disable-hal" \
"for HAL support" &&

-optional_depends libnotify \
- "--enable-notifications" \
+optional_depends libnotify \
+ "--enable-notifications" \
"--disable-notifications" \
"for libnotify support"
diff --git a/xfce/exo/DETAILS b/xfce/exo/DETAILS
index 9920cb2..b4177a2 100755
--- a/xfce/exo/DETAILS
+++ b/xfce/exo/DETAILS
@@ -3,7 +3,7 @@
RELEASE_VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=http://www.xfce.org/archive/xfce-$RELEASE_VERSION/src/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20050101
LICENSE=LGPL
KEYWORDS="xfce"
- SHORT="libexo is an extension library for Xfce"
+ SHORT="extension library for Xfce"
cat << EOF
libexo is an extension library for Xfce. While Xfce ships with quite a few
libraries that are primarly targeted at desktop development, libexo is
targeted
diff --git a/xfce/exo/HISTORY b/xfce/exo/HISTORY
index 9e9bd21..d5cf821 100644
--- a/xfce/exo/HISTORY
+++ b/xfce/exo/HISTORY
@@ -1,3 +1,8 @@
+2008-10-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: quoting paths; fixed short desc
+ * DEPENDS: cleaned up
+ * PRE_BUILD: quoting paths
+
2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: use grimoire-wide release version

diff --git a/xfce/exo/PRE_BUILD b/xfce/exo/PRE_BUILD
index d781434..3b72b91 100755
--- a/xfce/exo/PRE_BUILD
+++ b/xfce/exo/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+cd "$SOURCE_DIRECTORY" &&

if is_depends_enabled $SPELL hal; then
- patch -p1 < $SPELL_DIRECTORY/exo-mount-hal.patch
+ patch -p1 < "$SPELL_DIRECTORY/exo-mount-hal.patch"
fi
diff --git a/xfce/thunar/DETAILS b/xfce/thunar/DETAILS
index 1da5c84..5c69492 100755
--- a/xfce/thunar/DETAILS
+++ b/xfce/thunar/DETAILS
@@ -1,9 +1,9 @@
SPELL=thunar
- VERSION=0.9.0
+ VERSION=0.9.3
SOURCE=Thunar-$VERSION.tar.bz2
RELEASE_VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
SOURCE2=$SOURCE.asc
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Thunar-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Thunar-$VERSION"

SOURCE_URL[0]=http://www.xfce.org/archive/xfce-$RELEASE_VERSION/src/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
WEB_SITE=http://thunar.xfce.org/
@@ -13,7 +13,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Thunar-$VERSION
LICENSE[1]=LGPL
ENTERED=20030608
KEYWORDS="xfce"
- SHORT="File manager for the XFce Desktop Environment"
+ SHORT="file manager for the XFce Desktop Environment"
cat << EOF
Thunar is a filemanage for the XFce Desktop Environment
EOF
diff --git a/xfce/thunar/HISTORY b/xfce/thunar/HISTORY
index 5ad1014..bcb9642 100644
--- a/xfce/thunar/HISTORY
+++ b/xfce/thunar/HISTORY
@@ -1,3 +1,7 @@
+2008-10-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.3; quoting paths; fixed short desc
+ * PRE_BUILD: quoting paths; cleaned up
+
2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: use grimoire-wide release version

diff --git a/xfce/thunar/PRE_BUILD b/xfce/thunar/PRE_BUILD
index e49f767..8acb7d2 100755
--- a/xfce/thunar/PRE_BUILD
+++ b/xfce/thunar/PRE_BUILD
@@ -1,19 +1,11 @@
default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
+cd "$SOURCE_DIRECTORY" &&

-sedit "s:doc/Thunar:doc/${SPELL}:g" \
- docs/Makefile.am \
- docs/Makefile.in \
- docs/manual/Makefile.am \
- docs/manual/Makefile.in &&
+sed -i "s:doc/Thunar:doc/$SPELL:g" \
+ ThunarHelp.in \
+ docs/{manual/,}/Makefile.{am,in} &&

-for lang in C es eu fr ja pl ru zh_TW
-do
- sedit "s:doc/Thunar:doc/${SPELL}:g" \
- docs/manual/${lang}/Makefile.am \
- docs/manual/${lang}/Makefile.in \
- docs/manual/${lang}/images/Makefile.am \
- docs/manual/${lang}/images/Makefile.in
-done &&
-
-sedit "s:doc/Thunar:doc/${SPELL}:g" ThunarHelp.in
+for lang in C es eu fr ja pl ru zh_TW; do
+ sed -i "s:doc/Thunar:doc/$SPELL:g" \
+ docs/manual/$lang/{images/,}Makefile.{am,in}
+done



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8c3c2ee5e0e9f2c784a01be829b9ebfbc15c4d67), Vlad Glagolev, 10/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page