[Lunar-commits] <moonbase> xfce4-dict-plugin: version bumped to 0.3.0.
Florin Braescu
florin at lunar-linux.org
Sun Oct 11 19:54:53 CEST 2009
commit 756f17f31304e4c8b8cc205e8b7650ccf4cd106c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Oct 11 20:54:53 2009 +0300
xfce4-dict-plugin: version bumped to 0.3.0.
Don't use C++-style comments and fix some compiler warnings.
When dragging text into the main entry text field, delete the previous
text before to not append the dragged text.
---
xfce4/goodies/xfce4-dict-plugin/BUILD | 7 ++++---
xfce4/goodies/xfce4-dict-plugin/DETAILS | 11 ++++++-----
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/xfce4/goodies/xfce4-dict-plugin/BUILD b/xfce4/goodies/xfce4-dict-plugin/BUILD
index 12e8e69..ee3c309 100644
--- a/xfce4/goodies/xfce4-dict-plugin/BUILD
+++ b/xfce4/goodies/xfce4-dict-plugin/BUILD
@@ -1,12 +1,13 @@
(
+
[ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
# make sure proper PKG_CONFIG_PATH is set
export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
- ./configure --build=$BUILD \
- --prefix=${MODULE_PREFIX} \
- $OPTS &&
+ ./configure --build=$BUILD \
+ --prefix=${MODULE_PREFIX} \
+ $OPTS &&
default_make
diff --git a/xfce4/goodies/xfce4-dict-plugin/DETAILS b/xfce4/goodies/xfce4-dict-plugin/DETAILS
index fe991e6..2e9c1a7 100644
--- a/xfce4/goodies/xfce4-dict-plugin/DETAILS
+++ b/xfce4/goodies/xfce4-dict-plugin/DETAILS
@@ -1,12 +1,13 @@
MODULE=xfce4-dict-plugin
- VERSION=0.2.1
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/
- SOURCE_VFY=sha1:bfaf060bf8491833640c65096c90e9473479388b
+ VERSION=0.3.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://goodies.xfce.org/releases/$MODULE
+ SOURCE_URL[1]=http://mocha.xfce.org/archive/src/panel-plugins/xfce4-dict-plugin/0.3
+ SOURCE_VFY=sha1:39f1b52c79fc94f6b0200f80cbee86a3163e8db8
MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
WEB_SITE=http://goodies.xfce.org/projects/panel-plugins/$MODULE
ENTERED=20061124
- UPDATED=20070123
+ UPDATED=20091011
SHORT="query a dictionary server for translation or explanation"
cat << EOF
More information about the Lunar-commits
mailing list