[Lunar-commits] <moonbase> xfce4-screenshooter-plugin: bump the version to 1.6.0 and move it to xfce4-screenshooter module.

Florin Braescu florin at lunar-linux.org
Tue Feb 16 10:32:53 CET 2010


commit a0ae9cb3abf9c2b3f88a3e527da4d46028e919dc
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Feb 16 11:32:53 2010 +0200

    xfce4-screenshooter-plugin: bump the version to 1.6.0 and move it to xfce4-screenshooter module.
---
 xfce4/goodies/xfce4-screenshooter-plugin/BUILD   |   13 -------------
 xfce4/goodies/xfce4-screenshooter-plugin/DEPENDS |    1 -
 xfce4/goodies/xfce4-screenshooter-plugin/DETAILS |   15 ---------------
 xfce4/goodies/xfce4-screenshooter/BUILD          |   13 +++++++++++++
 xfce4/goodies/xfce4-screenshooter/DEPENDS        |    1 +
 xfce4/goodies/xfce4-screenshooter/DETAILS        |   16 ++++++++++++++++
 6 files changed, 30 insertions(+), 29 deletions(-)

diff --git a/xfce4/goodies/xfce4-screenshooter-plugin/BUILD b/xfce4/goodies/xfce4-screenshooter-plugin/BUILD
deleted file mode 100644
index 0a2dd59..0000000
--- a/xfce4/goodies/xfce4-screenshooter-plugin/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-   [ -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                     &&
-
-   default_make
-
-) > $C_FIFO 2>&1
diff --git a/xfce4/goodies/xfce4-screenshooter-plugin/DEPENDS b/xfce4/goodies/xfce4-screenshooter-plugin/DEPENDS
deleted file mode 100644
index cb293d3..0000000
--- a/xfce4/goodies/xfce4-screenshooter-plugin/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends xfce4-panel
diff --git a/xfce4/goodies/xfce4-screenshooter-plugin/DETAILS b/xfce4/goodies/xfce4-screenshooter-plugin/DETAILS
deleted file mode 100644
index e7341ac..0000000
--- a/xfce4/goodies/xfce4-screenshooter-plugin/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=xfce4-screenshooter-plugin
-           MAJOR=1.4
-         VERSION=1.4.0
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://mocha.xfce.org/archive/src/panel-plugins/$MODULE/$MAJOR
-      SOURCE_VFY=sha1:f305cd9dfb18048393bfbfe2ad355041efcc216c
-   MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
-        WEB_SITE=http://www.xfce.org
-         ENTERED=20061124
-         UPDATED=20091129
-           SHORT="a XFCE plugin to take screenshots"
-
-cat << EOF
-Xfce4 Screenshooter is a plugin for the Xfce panel to take screenshots.
-EOF
diff --git a/xfce4/goodies/xfce4-screenshooter/BUILD b/xfce4/goodies/xfce4-screenshooter/BUILD
new file mode 100644
index 0000000..0a2dd59
--- /dev/null
+++ b/xfce4/goodies/xfce4-screenshooter/BUILD
@@ -0,0 +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                     &&
+
+   default_make
+
+) > $C_FIFO 2>&1
diff --git a/xfce4/goodies/xfce4-screenshooter/DEPENDS b/xfce4/goodies/xfce4-screenshooter/DEPENDS
new file mode 100644
index 0000000..cb293d3
--- /dev/null
+++ b/xfce4/goodies/xfce4-screenshooter/DEPENDS
@@ -0,0 +1 @@
+depends xfce4-panel
diff --git a/xfce4/goodies/xfce4-screenshooter/DETAILS b/xfce4/goodies/xfce4-screenshooter/DETAILS
new file mode 100644
index 0000000..2bfc404
--- /dev/null
+++ b/xfce4/goodies/xfce4-screenshooter/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=xfce4-screenshooter
+           MAJOR=1.6
+         VERSION=1.6.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://mocha.xfce.org/archive/src/panel-plugins/$MODULE/$MAJOR
+      SOURCE_URL=http://goodies.xfce.org/releases/$MODULE
+      SOURCE_VFY=sha1:a027e7e255d4147aa9641e905ff3be3353891928
+   MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+        WEB_SITE=http://www.xfce.org
+         ENTERED=20061124
+         UPDATED=20100216
+           SHORT="a XFCE plugin to take screenshots"
+
+cat << EOF
+Xfce4 Screenshooter is a plugin for the Xfce panel to take screenshots.
+EOF


More information about the Lunar-commits mailing list