Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (e92d2bf84760f526a71cac1cdc479455c6cc16ef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (e92d2bf84760f526a71cac1cdc479455c6cc16ef)
  • Date: Sat, 6 Mar 2010 16:34:21 -0600

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

xfce/exo-0.5/CONFLICTS | 1
xfce/exo-0.5/DEPENDS | 26 ++++++++++++++++
xfce/exo-0.5/DETAILS | 22 ++++++++++++++
xfce/exo-0.5/HISTORY | 72
++++++++++++++++++++++++++++++++++++++++++++++
xfce/exo/CONFLICTS | 1
xfce/exo/DETAILS | 14 +++++---
xfce/exo/HISTORY | 5 +--
xfce/thunar-1.1/CONFLICTS | 1
xfce/thunar-1.1/DEPENDS | 41 ++++++++++++++++++++++++++
xfce/thunar-1.1/DETAILS | 15 +++++++++
xfce/thunar-1.1/HISTORY | 67 ++++++++++++++++++++++++++++++++++++++++++
xfce/thunar-1.1/PRE_BUILD | 14 ++++++++
xfce/thunar/CONFLICTS | 1
xfce/thunar/DEPENDS | 1
xfce/thunar/DETAILS | 21 ++++++++-----
xfce/thunar/HISTORY | 7 +---
xfce/thunar/PRE_BUILD | 9 +----
17 files changed, 290 insertions(+), 28 deletions(-)

New commits:
commit e92d2bf84760f526a71cac1cdc479455c6cc16ef
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

thunar-1.1: New Spell, forked from thunar spell, latest version of thunar.
Forked because, latest version of thunar need exo-0.5, while latest
version
of XFCE needs exo-0.3.

commit 87ad134759cddccb8755bc69510a7e5185b86fa8
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

exo-0.5: New Spell, forked from exo spell, latest version of exo, needed
for latest version of thunar
Incompatible with latest release of XFCE

commit 12e3d438ffd835eddf95fc0e7b13185df41726a1
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

thunar: CONFLICTS file addes, conflicts with thunar-1.1

commit 34f63b98fdfbc929b82ca55ca0db08cd5673f58a
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

exo: added CONFLICTS file, conflicts with exo-0.5

commit 2e6256c651193a5d1f4024595c052b68af73c26f
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

Reverting exo, latest version of exo is not compatible with current
version of XFCE
Revert "exo: => 0.51"

This reverts commit e72cec7d4f6e4f1d7eaaa27d0b05771570472266.

commit 7cdfcea60cdeccc6cb83e9cbfeb44adec0c08d1e
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

Reverting exo, new version of exo is not compatible with the current
release of XFCE
Revert "exo: HISTORY => fixed formatting"

This reverts commit af680c98baef45984871160e207d091ca79e88b6.

commit 84c2a93db070aac18f3eaa474e9e9d0a20d0742c
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

Reverting thunar, new version of exo is not compatible with the current
XFCE release

Revert "thunar: => 1.1.0"

This reverts commit f154aca89d7f900ee070e830c4878d0a2033269a.

commit 508703b71668f2008364b0ca25487d5106272065
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

Reverting thunar, new version of exo is not compatabile with current XFCE
release

Revert "thunar: HISTORY => fixed formatting"

This reverts commit f6d1f081da2a5c953864917d589c089782b0f54f.

diff --git a/xfce/exo-0.5/CONFLICTS b/xfce/exo-0.5/CONFLICTS
new file mode 100755
index 0000000..751ca2c
--- /dev/null
+++ b/xfce/exo-0.5/CONFLICTS
@@ -0,0 +1 @@
+conflicts exo
diff --git a/xfce/exo-0.5/DEPENDS b/xfce/exo-0.5/DEPENDS
new file mode 100755
index 0000000..1eccea1
--- /dev/null
+++ b/xfce/exo-0.5/DEPENDS
@@ -0,0 +1,26 @@
+depends uri &&
+
+optional_depends pygtk2 \
+ "--enable-python" \
+ "--disable-python" \
+ "for Python bindings" &&
+
+optional_depends hal \
+ "--enable-hal" \
+ "--disable-hal" \
+ "for HAL support" &&
+
+optional_depends libnotify \
+ "--enable-notifications" \
+ "--disable-notifications" \
+ "for libnotify support" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "use gtk-doc to build documentation" &&
+
+optional_depends gnome-doc-utils \
+ "--enable-xml2po" \
+ "--disable-xml2po" \
+ "use xml2po to translate documentation"
diff --git a/xfce/exo-0.5/DETAILS b/xfce/exo-0.5/DETAILS
new file mode 100755
index 0000000..07f7a37
--- /dev/null
+++ b/xfce/exo-0.5/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=exo-0.5
+ VERSION=0.5.1
+ SOURCE=exo-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/exo-${VERSION}
+
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/exo/${VERSION:0:3}/${SOURCE}
+
SOURCE_HASH=sha512:abc3b64289d7e088b75040896fc311ebc97cdd8cc9233e9b3502d1e10b533b5426ad6d10adc1d766b3d4c68d098a9d6f65aee73f964efbb0175a706ef93bb0ff
+# SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
+ WEB_SITE=http://thunar.xfce.org/
+ ENTERED=20050101
+ LICENSE=LGPL
+ KEYWORDS="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
+at application development, with a focus on applications for Xfce. It
contains
+several additional widgets (e.g. an icon bar and widgets that automatically
+ellipsize text), provides a framework for editable toolbars, light-weight
+session management support, functions to automatically synchronize object
+properties, and several miscelleanous utility and helper functions useful for
+application developers.
+EOF
diff --git a/xfce/exo-0.5/HISTORY b/xfce/exo-0.5/HISTORY
new file mode 100644
index 0000000..64c0089
--- /dev/null
+++ b/xfce/exo-0.5/HISTORY
@@ -0,0 +1,72 @@
+2010-03-06 Sukneet Basuta <sukneet AT sourcemage.org>
+ * ALL: forked from exo, needed for latest thunar version. XFCE needs
0.3
+ * CONFLICTS: added, conflicts with exo
+ * DEPENDS: removed dependency on libxfcegui4, not needed
+
+2010-02-27 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 0.5.1
+ removed xfce version information; is not used
+
+2009-12-25 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 0.3.106
+
+2009-10-10 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 0.3.104
+
+2009-10-09 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 0.3.103. Updated SOURCE_URL.
+
+2009-04-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: 0.3.101 (Xfce 4.6.1)
+ * DEPENDS: added missing opt deps
+
+2009-02-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: 0.3.100
+ * PRE_BUILD, exo-mount-hal.patch: removed
+
+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
+
+2008-04-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: added a patch to fix hal mount problem
+
+2007-12-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: gurus => upstream, refixed SOURCE_URL
+ * DEPENDS: cleaned up
+
+2007-12-02 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: optionally depend on hal and libnotify
+
+2007-12-02 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 0.3.4. Fixed SOURCE_URL and WEB_SITE
+
+2007-01-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: uri is required
+
+2007-01-23 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 0.3.2. Updated SOURCE & SOURCE_URL
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-03-18 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: updated to 0.3.0
+ * DEPENDS: removed dependency on dbus, added optional_depends on
pygtk2
+
+2005-01-07 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: changed LICENSE to LGPL
+ * DEPENDS: added dependency on libxfcegui4
+
+2005-01-01 Bas van Gils <bas.vangils AT cs.ru.nl>
+ * created spell
diff --git a/xfce/exo/CONFLICTS b/xfce/exo/CONFLICTS
new file mode 100755
index 0000000..104a4b9
--- /dev/null
+++ b/xfce/exo/CONFLICTS
@@ -0,0 +1 @@
+conflicts exo-0.5
diff --git a/xfce/exo/DETAILS b/xfce/exo/DETAILS
index 1eb47d4..321e3c0 100755
--- a/xfce/exo/DETAILS
+++ b/xfce/exo/DETAILS
@@ -1,10 +1,14 @@
SPELL=exo
- VERSION=0.5.1
- SOURCE=${SPELL}-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
-
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/${SPELL}/${VERSION:0:3}/${SOURCE}
-
SOURCE_HASH=sha512:abc3b64289d7e088b75040896fc311ebc97cdd8cc9233e9b3502d1e10b533b5426ad6d10adc1d766b3d4c68d098a9d6f65aee73f964efbb0175a706ef93bb0ff
+ RELEASE_VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
+ VERSION=0.3.106
+ SOURCE=$SPELL-$VERSION.tar.bz2
+# SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/${VERSION:0:3}/$SOURCE
+# SOURCE2_URL[0]=$SOURCE_URL.asc
+
SOURCE_HASH=sha512:c57e07b7f0db098daa1b68e7336c9fae2487743ebe7f29727b5476107bfdbc7732da49ca7b4dbca3f7408e07ed7123008561cd782718445a41f8220f93f87138
# SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
+# SOURCE2_IGNORE=signature
WEB_SITE=http://thunar.xfce.org/
ENTERED=20050101
LICENSE=LGPL
diff --git a/xfce/exo/HISTORY b/xfce/exo/HISTORY
index 2832884..c85d1e0 100644
--- a/xfce/exo/HISTORY
+++ b/xfce/exo/HISTORY
@@ -1,6 +1,5 @@
-2010-02-27 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 0.5.1
- removed xfce version information; is not used
+2010-03-06 Sukneet Basuta <sukneet AT sourcemage.org>
+ * CONFLICTS: added, conflicts with exo-0.5

2009-12-25 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.3.106
diff --git a/xfce/thunar-1.1/CONFLICTS b/xfce/thunar-1.1/CONFLICTS
new file mode 100755
index 0000000..9c01e76
--- /dev/null
+++ b/xfce/thunar-1.1/CONFLICTS
@@ -0,0 +1 @@
+conflicts thunar
diff --git a/xfce/thunar-1.1/DEPENDS b/xfce/thunar-1.1/DEPENDS
new file mode 100755
index 0000000..3da2c5a
--- /dev/null
+++ b/xfce/thunar-1.1/DEPENDS
@@ -0,0 +1,41 @@
+depends exo-0.5 &&
+depends shared-mime-info &&
+depends desktop-file-utils &&
+depends libxfce4ui &&
+
+optional_depends dbus-glib \
+ "--enable-dbus" \
+ "--disable-dbus" \
+ "for D-Bus support" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+
+optional_depends hal \
+ "--with-volume-manager=hal" \
+ "--with-volume-manager=none" \
+ "use HAL as volume manager" &&
+
+optional_depends libexif \
+ "--enable-exif" \
+ "--disable-exif" \
+ "for EXIF support" &&
+
+optional_depends pcre \
+ "--enable-pcre" \
+ "--disable-pcre" \
+ "for regular expressions support" &&
+
+optional_depends startup-notification \
+ "--enable-startup-notification" \
+ "--disable-startup-notification" \
+ "for startup notification library support" &&
+
+optional_depends gnome-doc-utils \
+ "--enable-xml2po" \
+ "--disable-xml2po" \
+ "use xml2po to translate documentation" &&
+
+optional_depends gamin "" "" "for filesystem change updates"
diff --git a/xfce/thunar-1.1/DETAILS b/xfce/thunar-1.1/DETAILS
new file mode 100755
index 0000000..ba36130
--- /dev/null
+++ b/xfce/thunar-1.1/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=thunar-1.1
+ VERSION=1.1.0
+ SOURCE=Thunar-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Thunar-${VERSION}
+
SOURCE_URL[0]=http://www.xfce.org/archive/src/xfce/${SPELL}/${VERSION%.*}/$SOURCE
+ WEB_SITE=http://thunar.xfce.org/
+
SOURCE_HASH=sha512:a9b97f39b53187c7c0f6e67a39ea18b123767ee4238b62ba0bc8d8428b7e500e9b0b9c30367ed4b185f71d0e2e2a9f437b5e832f2b8efc6426321ba67ef80040
+# SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
+ LICENSE=GPL
+ ENTERED=20030608
+ KEYWORDS="xfce"
+ SHORT="file manager for the XFce Desktop Environment"
+cat << EOF
+Thunar is a filemanager for the XFce Desktop Environment
+EOF
diff --git a/xfce/thunar-1.1/HISTORY b/xfce/thunar-1.1/HISTORY
new file mode 100644
index 0000000..716cf4e
--- /dev/null
+++ b/xfce/thunar-1.1/HISTORY
@@ -0,0 +1,67 @@
+2010-03-06 Sukneet Basuta <sukneet AT sourcemage.org>
+ * ALL: forked from thunar, new version needs exo-0.5, XFCE needs
exo-0.3
+ * CONFLICTS: added, conflicts with thunar
+
+2010-03-03 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.0
+ changed source url to non xfce release version
+ * PRE_BUILD: updated document locations
+ * DEPENDS: added libxfce4ui dep
+
+2009-04-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: 1.0.1 (Xfce 4.6.1)
+ * DEPENDS: added gnome-doc-utils opt dep
+
+2009-02-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: 1.0.0
+ * DEPENDS: added missing dep
+ * PRE_BUILD: use static name; added more langs
+ * thunar-zombie.patch: removed
+
+2008-11-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: don't use "SCRIPT"; quoting paths
+
+2008-11-14 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Added patch.
+ * thunar-zombie.patch: Added upstream patch. Bug #14884
+ See http://bugzilla.xfce.org/show_bug.cgi?id=2983
+
+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
+
+2008-04-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: shared-mime-info is required to display the files correctly
+
+2008-03-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed D-Bus support
+
+2007-12-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added req dep -- desktop-file-utils, cleaned up
+
+2007-12-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: refixed SOURCE_URL, gurus => upstream
+
+2007-12-02 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 0.9.0. Fixed SOURCE_URL and WEB_SITE
+
+2007-11-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * Thunar-0.8.0.tar.bz2.sig: fixed sig
+
+2007-11-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed xfce-panel dep, added gamin as optional
+ * PRE_BUILD: cleaned up
+
+2007-08-20 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added dbus, gtk-doc, hal, libexif, pcre and
+ startup-notification as optional
+
+2007-02-19 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: PATCHLEVEL++
+ * PRE_BUILD: added for proper docs installation
+
+2007-01-23 George Sherwood <george AT beernabeer.com>
+ * DEPENDS, DETAILS, HISTORY: created the spell
diff --git a/xfce/thunar-1.1/PRE_BUILD b/xfce/thunar-1.1/PRE_BUILD
new file mode 100755
index 0000000..ce01195
--- /dev/null
+++ b/xfce/thunar-1.1/PRE_BUILD
@@ -0,0 +1,14 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:doc/Thunar:doc/thunar:g" \
+ ThunarHelp.in \
+ docs/{manual/,}/Makefile.{am,in} &&
+
+for lang in fr ja pl; do
+ sed -i "s:doc/Thunar:doc/thunar:g" \
+ docs/manual/images/${lang}/Makefile.{am,in}
+done &&
+
+sed -i "s:doc/Thunar:doc/thunar:g" \
+ docs/manual/images/Makefile.{am,in}
diff --git a/xfce/thunar/CONFLICTS b/xfce/thunar/CONFLICTS
new file mode 100755
index 0000000..1146df1
--- /dev/null
+++ b/xfce/thunar/CONFLICTS
@@ -0,0 +1 @@
+conflicts thunar-1.1
diff --git a/xfce/thunar/DEPENDS b/xfce/thunar/DEPENDS
index deba65d..66bb1e8 100755
--- a/xfce/thunar/DEPENDS
+++ b/xfce/thunar/DEPENDS
@@ -1,7 +1,6 @@
depends exo &&
depends shared-mime-info &&
depends desktop-file-utils &&
-depends libxfce4ui &&

optional_depends dbus-glib \
"--enable-dbus" \
diff --git a/xfce/thunar/DETAILS b/xfce/thunar/DETAILS
index e98acc9..23d5aca 100755
--- a/xfce/thunar/DETAILS
+++ b/xfce/thunar/DETAILS
@@ -1,15 +1,20 @@
SPELL=thunar
- VERSION=1.1.0
- SOURCE=Thunar-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/Thunar-${VERSION}
-
SOURCE_URL[0]=http://www.xfce.org/archive/src/xfce/${SPELL}/${VERSION%.*}/$SOURCE
+ RELEASE_VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
+ VERSION=1.0.1
+ SOURCE=Thunar-$VERSION.tar.bz2
+# SOURCE2=$SOURCE.asc
+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/
-
SOURCE_HASH=sha512:a9b97f39b53187c7c0f6e67a39ea18b123767ee4238b62ba0bc8d8428b7e500e9b0b9c30367ed4b185f71d0e2e2a9f437b5e832f2b8efc6426321ba67ef80040
-# SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
- LICENSE=GPL
+
SOURCE_HASH=sha512:e82c54ac633f00ac7894e3bead32f43d69e385f0f4bfb9a0f5fc2ade73bfc3d5914ec3c50240bdfeb79ec552bc1f542d8f321da11c56846670ba700054193f55
+# SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
+# SOURCE2_IGNORE=signature
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
ENTERED=20030608
KEYWORDS="xfce"
SHORT="file manager for the XFce Desktop Environment"
cat << EOF
-Thunar is a filemanager for the XFce Desktop Environment
+Thunar is a filemanage for the XFce Desktop Environment
EOF
diff --git a/xfce/thunar/HISTORY b/xfce/thunar/HISTORY
index 8435825..35b9f5f 100644
--- a/xfce/thunar/HISTORY
+++ b/xfce/thunar/HISTORY
@@ -1,8 +1,5 @@
-2010-03-03 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 1.1.0
- changed source url to non xfce release version
- * PRE_BUILD: updated document locations
- * DEPENDS: added libxfce4ui dep
+2010-03-06 Sukneet Basuta <sukneet AT sourcemage.org>
+ * CONFLICTS: added, conflicts with thunar-1.1

2009-04-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: 1.0.1 (Xfce 4.6.1)
diff --git a/xfce/thunar/PRE_BUILD b/xfce/thunar/PRE_BUILD
index ce01195..526d866 100755
--- a/xfce/thunar/PRE_BUILD
+++ b/xfce/thunar/PRE_BUILD
@@ -5,10 +5,7 @@ sed -i "s:doc/Thunar:doc/thunar:g" \
ThunarHelp.in \
docs/{manual/,}/Makefile.{am,in} &&

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



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (e92d2bf84760f526a71cac1cdc479455c6cc16ef), Sukneet Basuta, 03/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page