Skip to Content.
Sympa Menu

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

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 (e217a0a87f20d8a0333f72ad521abbdeb23408a2)
  • Date: Wed, 17 Sep 2008 05:41:44 -0500

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

dev/null |binary
video-libs/xine-lib/DEPENDS | 9 +++++----
video-libs/xine-lib/HISTORY | 4 ++++
xfce/xfce4-minicmd-plugin/BUILD | 1 +
xfce/xfce4-minicmd-plugin/DEPENDS | 2 +-
xfce/xfce4-minicmd-plugin/DETAILS | 6 +-----
xfce/xfce4-minicmd-plugin/HISTORY | 4 ++++
xfce/xfce4-minicmd-plugin/INSTALL | 1 +
xfce/xfce4-minicmd-plugin/PRE_BUILD | 1 +
xfce/xfce4-minicmd-plugin/TRIGGERS | 1 +
xfce/xfce4-showdesktop-plugin/BUILD | 1 +
xfce/xfce4-showdesktop-plugin/DETAILS | 6 +-----
xfce/xfce4-showdesktop-plugin/HISTORY | 4 ++++
xfce/xfce4-showdesktop-plugin/INSTALL | 1 +
xfce/xfce4-showdesktop-plugin/PRE_BUILD | 1 +
xfce/xfce4-showdesktop-plugin/TRIGGERS | 1 +
xfce/xfce4-taskbar-plugin/BUILD | 1 +
xfce/xfce4-taskbar-plugin/DETAILS | 6 +-----
xfce/xfce4-taskbar-plugin/HISTORY | 3 +++
xfce/xfce4-taskbar-plugin/INSTALL | 1 +
xfce/xfce4-taskbar-plugin/PRE_BUILD | 1 +
xfce/xfce4-taskbar-plugin/TRIGGERS | 1 +
xfce/xfce4-windowlist-plugin/BUILD | 1 +
xfce/xfce4-windowlist-plugin/DETAILS | 6 +-----
xfce/xfce4-windowlist-plugin/HISTORY | 3 +++
xfce/xfce4-windowlist-plugin/INSTALL | 1 +
xfce/xfce4-windowlist-plugin/PRE_BUILD | 1 +
xfce/xfce4-windowlist-plugin/TRIGGERS | 1 +
xfce/xfce4-xmms-controller-plugin/BUILD | 1 +
xfce/xfce4-xmms-controller-plugin/DEPENDS | 3 +--
xfce/xfce4-xmms-controller-plugin/DETAILS | 6 +-----
xfce/xfce4-xmms-controller-plugin/HISTORY | 4 ++++
xfce/xfce4-xmms-controller-plugin/INSTALL | 1 +
xfce/xfce4-xmms-controller-plugin/PRE_BUILD | 1 +
xfce/xfce4-xmms-controller-plugin/TRIGGERS | 1 +
xfce/xfdiff/BUILD | 7 -------
xfce/xfdiff/CONFIGURE | 2 --
xfce/xfdiff/DEPENDS | 8 +-------
xfce/xfdiff/DETAILS | 4 ++--
xfce/xfdiff/HISTORY | 4 ++++
xfce/xfdiff/xfdiff-4.3.4.tar.gz.sig | 0
41 files changed, 61 insertions(+), 50 deletions(-)

New commits:
commit 02266a630052fc624999cf0707f1a5d52587d6be
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xfce4-xmms-controller-plugin: deprecated, the xmms plugin is now
provided by xfce4-xmms-plugin

commit 83c2f4adb425cc514df29451732d17afcb9cd6c0
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xfce4-taskbar-plugin: deprecated, xfce4-panel now provides this plugin

commit 6eca693ff3a58d4756505868fb9b5eac2df5136e
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xfce4-showdesktop-plugin: deprecated, this plugin is now provided by
xfce4-panel

commit 647988ddd1bfd59e2afcb50f5d576a907d7b1188
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xfce4-minicmd-plugin: deprecated, verve now provides the cmd plugin

commit 17140ee2ddbc4e614f945c8b735bc82b91e63b09
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xfce4-windowlist-plugin: deprecated, the plugin is now provided by
xfce4-panel

commit 73260aa3cd154a3db7c32d6d9241283d0d2ed450
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xfdiff: version 4.5.0

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

xine-lib: libxcb was optional, completed options for sdl, pulseaudio and
libcaca

diff --git a/video-libs/xine-lib/DEPENDS b/video-libs/xine-lib/DEPENDS
index 9790d39..91a1379 100755
--- a/video-libs/xine-lib/DEPENDS
+++ b/video-libs/xine-lib/DEPENDS
@@ -1,5 +1,4 @@
depends zlib &&
-depends libxcb &&

optional_depends xorg-libs \
"--with-x" \
@@ -18,13 +17,15 @@ optional_depends "arts" \
"--without-arts" \
"for arts audio output" &&

-optional_depends "pulseaudio" "" "" "for pulseaudio output" &&
+optional_depends "pulseaudio" "--with-pulseaudio" "--without-pulseaudio"
"for pulseaudio output" &&
optional_depends "aalib" "" "" "for ascii art video output" &&
-optional_depends "sdl" "" "" "for SDL video output" &&
-optional_depends "libcaca" "" "" "for colored ascii art video output" &&
+optional_depends "sdl" "--with-sdl" "--without-sdl" "for SDL video
output" &&
+optional_depends "libcaca" "--with-caca" "--without-caca" "for colored
ascii art video output" &&
# unused in the source
#optional_depends "GLUT" "" "" "for (experimental) OpenGL video output"
&&

+optional_depends "libxcb" "--with-xcb" "--without-xcb" "Build XCB video
out plugins" &&
+
# input codecs
optional_depends "flac" "" "" "for FLAC audio decoding" &&
optional_depends "libogg" "" "" "for OGG/OGM file support" &&
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index ff4d736..574250c 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,7 @@
+2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made libxcb optional, completed options for sdl,
+ pulseaudio and libcaca
+
2008-09-10 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Fix Bug #14724 (ansi.patch -> xine-lib-gcc.patch)
I figure Fredrik is correct, since there is only one patch for the
diff --git a/xfce/xfce4-minicmd-plugin/BUILD b/xfce/xfce4-minicmd-plugin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-minicmd-plugin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-minicmd-plugin/DEPENDS
b/xfce/xfce4-minicmd-plugin/DEPENDS
index 198ef65..7cd5ad1 100755
--- a/xfce/xfce4-minicmd-plugin/DEPENDS
+++ b/xfce/xfce4-minicmd-plugin/DEPENDS
@@ -1 +1 @@
-depends xfce4-panel
+depends verve-plugin
diff --git a/xfce/xfce4-minicmd-plugin/DETAILS
b/xfce/xfce4-minicmd-plugin/DETAILS
index 78aa1d9..b8455f2 100755
--- a/xfce/xfce4-minicmd-plugin/DETAILS
+++ b/xfce/xfce4-minicmd-plugin/DETAILS
@@ -1,10 +1,6 @@
SPELL=xfce4-minicmd-plugin
- VERSION=0.3.0
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://download.berlios.de/xfce-goodies/$SOURCE
+ VERSION=deprecated
WEB_SITE=http://xfce-goodies.berlios.de
-
SOURCE_HASH=sha512:80a037648a0cc1e747235ae45102219cce4605bb4f010cd54bfec51924942e3cb81c8bf9ee3ba70cc6f3e44ea56cca17b4553cd3120a1555dc26320a3f9edc8b
LICENSE[0]=GPL
ENTERED=20030827
KEYWORDS="xfce"
diff --git a/xfce/xfce4-minicmd-plugin/HISTORY
b/xfce/xfce4-minicmd-plugin/HISTORY
index a93f58a..ec982f9 100644
--- a/xfce/xfce4-minicmd-plugin/HISTORY
+++ b/xfce/xfce4-minicmd-plugin/HISTORY
@@ -1,3 +1,7 @@
+2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: deprecated, the cmd plugin is now
+ provided by verve-plugin
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/xfce/xfce4-minicmd-plugin/INSTALL
b/xfce/xfce4-minicmd-plugin/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-minicmd-plugin/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-minicmd-plugin/PRE_BUILD
b/xfce/xfce4-minicmd-plugin/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-minicmd-plugin/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-minicmd-plugin/TRIGGERS
b/xfce/xfce4-minicmd-plugin/TRIGGERS
new file mode 100755
index 0000000..6afb62f
--- /dev/null
+++ b/xfce/xfce4-minicmd-plugin/TRIGGERS
@@ -0,0 +1 @@
+on_cast $SPELL dispel_self
diff --git a/xfce/xfce4-showdesktop-plugin/BUILD
b/xfce/xfce4-showdesktop-plugin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-showdesktop-plugin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-showdesktop-plugin/DETAILS
b/xfce/xfce4-showdesktop-plugin/DETAILS
index 6cec1b9..cce602d 100755
--- a/xfce/xfce4-showdesktop-plugin/DETAILS
+++ b/xfce/xfce4-showdesktop-plugin/DETAILS
@@ -1,10 +1,6 @@
SPELL=xfce4-showdesktop-plugin
- VERSION=0.4.0
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
- SOURCE_URL[0]=http://download.berlios.de/xfce-goodies/$SOURCE
+ VERSION=deprecated
WEB_SITE=http://xfce-goodies.berlios.de
-
SOURCE_HASH=sha512:6af751ea693d11654e2fd74242d31831ae9353af4a686a26a4e18c4794f62c82f48c8901946fae3507a2c43226a4d8e73f4d5fb18a701021ccf38f334dc42d0c
LICENSE[0]=BSD
ENTERED=20030827
KEYWORDS="xfce"
diff --git a/xfce/xfce4-showdesktop-plugin/HISTORY
b/xfce/xfce4-showdesktop-plugin/HISTORY
index 476ce31..731ff1e 100644
--- a/xfce/xfce4-showdesktop-plugin/HISTORY
+++ b/xfce/xfce4-showdesktop-plugin/HISTORY
@@ -1,3 +1,7 @@
+2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
+ * deprecated: xfce4-panel now provides the
+ showdesktop plugin
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/xfce/xfce4-showdesktop-plugin/INSTALL
b/xfce/xfce4-showdesktop-plugin/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-showdesktop-plugin/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-showdesktop-plugin/PRE_BUILD
b/xfce/xfce4-showdesktop-plugin/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-showdesktop-plugin/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-showdesktop-plugin/TRIGGERS
b/xfce/xfce4-showdesktop-plugin/TRIGGERS
new file mode 100755
index 0000000..6afb62f
--- /dev/null
+++ b/xfce/xfce4-showdesktop-plugin/TRIGGERS
@@ -0,0 +1 @@
+on_cast $SPELL dispel_self
diff --git a/xfce/xfce4-taskbar-plugin/BUILD b/xfce/xfce4-taskbar-plugin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-taskbar-plugin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-taskbar-plugin/DETAILS
b/xfce/xfce4-taskbar-plugin/DETAILS
index 219c86f..e8b5621 100755
--- a/xfce/xfce4-taskbar-plugin/DETAILS
+++ b/xfce/xfce4-taskbar-plugin/DETAILS
@@ -1,10 +1,6 @@
SPELL=xfce4-taskbar-plugin
- VERSION=0.2.2
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://download.berlios.de/xfce-goodies/$SOURCE
+ VERSION=deprecated
WEB_SITE=http://xfce-goodies.berlios.de
-
SOURCE_HASH=sha512:07116733dace7c54eeceb763fabf70ce7c8e5012b36053b8717ae40b4ab129e392b8c4ae039e3a32b849ca6193362477078c8a4289eb0f548c7ada11850ffed7
LICENSE[0]=BSD
ENTERED=20040515
KEYWORDS="xfce"
diff --git a/xfce/xfce4-taskbar-plugin/HISTORY
b/xfce/xfce4-taskbar-plugin/HISTORY
index 9ac5e4f..6edd8f1 100644
--- a/xfce/xfce4-taskbar-plugin/HISTORY
+++ b/xfce/xfce4-taskbar-plugin/HISTORY
@@ -1,3 +1,6 @@
+2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
+ * deprecated: the taskbar plugin is now provided by xfce4-panel
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/xfce/xfce4-taskbar-plugin/INSTALL
b/xfce/xfce4-taskbar-plugin/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-taskbar-plugin/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-taskbar-plugin/PRE_BUILD
b/xfce/xfce4-taskbar-plugin/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-taskbar-plugin/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-taskbar-plugin/TRIGGERS
b/xfce/xfce4-taskbar-plugin/TRIGGERS
new file mode 100755
index 0000000..6afb62f
--- /dev/null
+++ b/xfce/xfce4-taskbar-plugin/TRIGGERS
@@ -0,0 +1 @@
+on_cast $SPELL dispel_self
diff --git a/xfce/xfce4-windowlist-plugin/BUILD
b/xfce/xfce4-windowlist-plugin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-windowlist-plugin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-windowlist-plugin/DETAILS
b/xfce/xfce4-windowlist-plugin/DETAILS
index d50a447..4c187ea 100755
--- a/xfce/xfce4-windowlist-plugin/DETAILS
+++ b/xfce/xfce4-windowlist-plugin/DETAILS
@@ -1,10 +1,6 @@
SPELL=xfce4-windowlist-plugin
- VERSION=0.1.0
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
- SOURCE_URL[0]=http://download.berlios.de/xfce-goodies/$SOURCE
+ VERSION=deprecated
WEB_SITE=http://xfce-goodies.berlios.de
-
SOURCE_HASH=sha512:933ccf0e4af218fe57444474b2a2b023d176e15f9de014b091bcd444010a264ff34ec9f1f2fa184f7b9857abe0ccce3bc8f18a4e2407aac7e4d2d58fb7fb974e
LICENSE[0]=BSD
ENTERED=20040515
KEYWORDS="xfce"
diff --git a/xfce/xfce4-windowlist-plugin/HISTORY
b/xfce/xfce4-windowlist-plugin/HISTORY
index 1d13d39..41b5d8a 100644
--- a/xfce/xfce4-windowlist-plugin/HISTORY
+++ b/xfce/xfce4-windowlist-plugin/HISTORY
@@ -1,3 +1,6 @@
+2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
+ * deprecated, xfce4-panel now provides the windowlist plugin
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/xfce/xfce4-windowlist-plugin/INSTALL
b/xfce/xfce4-windowlist-plugin/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-windowlist-plugin/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-windowlist-plugin/PRE_BUILD
b/xfce/xfce4-windowlist-plugin/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-windowlist-plugin/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-windowlist-plugin/TRIGGERS
b/xfce/xfce4-windowlist-plugin/TRIGGERS
new file mode 100755
index 0000000..6afb62f
--- /dev/null
+++ b/xfce/xfce4-windowlist-plugin/TRIGGERS
@@ -0,0 +1 @@
+on_cast $SPELL dispel_self
diff --git a/xfce/xfce4-xmms-controller-plugin/BUILD
b/xfce/xfce4-xmms-controller-plugin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-xmms-controller-plugin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-xmms-controller-plugin/DEPENDS
b/xfce/xfce4-xmms-controller-plugin/DEPENDS
index 6fae5cd..b5b3cf7 100755
--- a/xfce/xfce4-xmms-controller-plugin/DEPENDS
+++ b/xfce/xfce4-xmms-controller-plugin/DEPENDS
@@ -1,2 +1 @@
-depends xfce4-panel &&
-depends xmms
+depends xfce4-xmms-plugin
diff --git a/xfce/xfce4-xmms-controller-plugin/DETAILS
b/xfce/xfce4-xmms-controller-plugin/DETAILS
index d98267c..3b8cb59 100755
--- a/xfce/xfce4-xmms-controller-plugin/DETAILS
+++ b/xfce/xfce4-xmms-controller-plugin/DETAILS
@@ -1,9 +1,5 @@
SPELL=xfce4-xmms-controller-plugin
- VERSION=1.4.3
- SOURCE=${SPELL}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://eoin.angrystickman.com/files/${SOURCE}
-
SOURCE_HASH=sha512:a480e3ea1f415c3abfffcbf0a5399c3ec04b12ea32c24f9f5aea6b70a6e2f5da9ed23a4c4489a6919086717e4f9ba5ab53d909019eedd0d48acd0e01c5400c68
+ VERSION=deprecated
ENTERED=20040427
LICENSE[0]=GPL
KEYWORDS="xmms xfce"
diff --git a/xfce/xfce4-xmms-controller-plugin/HISTORY
b/xfce/xfce4-xmms-controller-plugin/HISTORY
index c7ec857..6577fd9 100644
--- a/xfce/xfce4-xmms-controller-plugin/HISTORY
+++ b/xfce/xfce4-xmms-controller-plugin/HISTORY
@@ -1,3 +1,7 @@
+2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
+ * deprecated: the xmms plugin is provided by
+ xfce4-xmms-plugin
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/xfce/xfce4-xmms-controller-plugin/INSTALL
b/xfce/xfce4-xmms-controller-plugin/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-xmms-controller-plugin/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-xmms-controller-plugin/PRE_BUILD
b/xfce/xfce4-xmms-controller-plugin/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-xmms-controller-plugin/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-xmms-controller-plugin/TRIGGERS
b/xfce/xfce4-xmms-controller-plugin/TRIGGERS
new file mode 100755
index 0000000..6afb62f
--- /dev/null
+++ b/xfce/xfce4-xmms-controller-plugin/TRIGGERS
@@ -0,0 +1 @@
+on_cast $SPELL dispel_self
diff --git a/xfce/xfdiff/BUILD b/xfce/xfdiff/BUILD
deleted file mode 100755
index 2796020..0000000
--- a/xfce/xfdiff/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-if [ "${XFDIFF_XFCEGUI}" == "y" ]
-then
- OPTS="--enable-libxfcegui4 ${OPTS}"
-else
- OPTS="--disable-libxfcegui4 ${OPTS}"
-fi &&
-default_build
diff --git a/xfce/xfdiff/CONFIGURE b/xfce/xfdiff/CONFIGURE
deleted file mode 100755
index d403945..0000000
--- a/xfce/xfdiff/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query XFDIFF_XFCEGUI \
- "Enable the use of the XFCEGUI4 library?" y
diff --git a/xfce/xfdiff/DEPENDS b/xfce/xfdiff/DEPENDS
index 57ba09e..2b07f8d 100755
--- a/xfce/xfdiff/DEPENDS
+++ b/xfce/xfdiff/DEPENDS
@@ -1,8 +1,2 @@
depends libtubo &&
-
-if [ "${XFDIFF_XFCEGUI}" == "y" ]
-then
- depends libxfcegui4
-else
- depends gtk+2
-fi
+depends gtk+2
diff --git a/xfce/xfdiff/DETAILS b/xfce/xfdiff/DETAILS
index e18c5ec..bad472c 100755
--- a/xfce/xfdiff/DETAILS
+++ b/xfce/xfdiff/DETAILS
@@ -1,9 +1,9 @@
SPELL=xfdiff
- VERSION=4.3.4
+ VERSION=4.5.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/xffm/${SOURCE}
- SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+
SOURCE_HASH=sha512:69071a6cc62988b0288945c885750b8c84daf8124f55794e36578b414983c204fa0dfb9afed412b3497751dd7b01b5890b65aa03470638c24e2511ea669b82fa
WEB_SITE=http://xffm.sourceforge.net/
ENTERED=20051008
LICENSE[0]=GPL
diff --git a/xfce/xfdiff/HISTORY b/xfce/xfdiff/HISTORY
index 149aa7b..747c502 100644
--- a/xfce/xfdiff/HISTORY
+++ b/xfce/xfdiff/HISTORY
@@ -1,3 +1,7 @@
+2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 4.5.0
+ * DEPENDS,CONFIGURE,BUILD: doesn't use xfce anymore
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/xfce/xfdiff/xfdiff-4.3.4.tar.gz.sig
b/xfce/xfdiff/xfdiff-4.3.4.tar.gz.sig
deleted file mode 100644
index af84b69..0000000
Binary files a/xfce/xfdiff/xfdiff-4.3.4.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e217a0a87f20d8a0333f72ad521abbdeb23408a2), Arjan Bouter, 09/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page