summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Scott Parker2014-05-07 13:24:01 +0200
committer Willy Sudiarto Raharjo2014-05-12 02:35:51 +0200
commitb119836f43ead5e556a984259f8f55de46fc78d5 (patch)
tree8691d313e985c464da4815966df5b68e70b38a75 /desktop
parent691a270f358ac40edfc749bc9dec8c67064db57c (diff)
downloadslackbuilds-b119836f43ead5e556a984259f8f55de46fc78d5.tar.gz
desktop/xfce4-whiskermenu-plugin: Updated for version 1.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/xfce4-whiskermenu-plugin/README13
-rw-r--r--desktop/xfce4-whiskermenu-plugin/slack-desc14
-rw-r--r--desktop/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild8
-rw-r--r--desktop/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.info6
4 files changed, 20 insertions, 21 deletions
diff --git a/desktop/xfce4-whiskermenu-plugin/README b/desktop/xfce4-whiskermenu-plugin/README
index bb8f9e56e9..74cca8bd99 100644
--- a/desktop/xfce4-whiskermenu-plugin/README
+++ b/desktop/xfce4-whiskermenu-plugin/README
@@ -1,7 +1,6 @@
-Whisker Menu is an alternate application launcher for Xfce.
-When you open it, you are shown a list of applications you
-have marked as favorites. You can browse through all of your
-installed applications by clicking on the category buttons on
-the side. Top level categories make browsing fast, and simple
-to switch between. Additionally, Whisker Menu keeps a list of
-the last ten applications that you've launched from it.
+Whisker Menu is an alternate application launcher for Xfce. When you open it
+you are shown a list of applications you have marked as favorites. You can
+browse through all of your installed applications by clicking on the category
+buttons on the side. Top level categories make browsing fast, and simple to
+switch between. Additionally, Whisker Menu keeps a list of the last ten
+applications that you've launched from it.
diff --git a/desktop/xfce4-whiskermenu-plugin/slack-desc b/desktop/xfce4-whiskermenu-plugin/slack-desc
index e041633d86..e15bd386a0 100644
--- a/desktop/xfce4-whiskermenu-plugin/slack-desc
+++ b/desktop/xfce4-whiskermenu-plugin/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
xfce4-whiskermenu-plugin: xfce4-whiskermenu-plugin (alternate application launcher for Xfce)
xfce4-whiskermenu-plugin:
-xfce4-whiskermenu-plugin: Whisker Menu is an alternate application launcher for Xfce. When you
-xfce4-whiskermenu-plugin: open it, you are shown a list of applications you have marked as
-xfce4-whiskermenu-plugin: favorites. You can browse through all of your installed applications
-xfce4-whiskermenu-plugin: by clicking on the category buttons on the side. Top level categories
-xfce4-whiskermenu-plugin: make browsing fast, and simple to switch between. Additionally, it
-xfce4-whiskermenu-plugin: keeps a list of the last ten applications you've launched from it.
+xfce4-whiskermenu-plugin: Whisker Menu is an alternate application launcher for Xfce. When you
+xfce4-whiskermenu-plugin: open it you are shown a list of applications you have marked as
+xfce4-whiskermenu-plugin: favorites. You can browse through all of your installed applications
+xfce4-whiskermenu-plugin: by clicking on the category buttons on the side. Top level categories
+xfce4-whiskermenu-plugin: make browsing fast, and simple to switch between. Additionally,
+xfce4-whiskermenu-plugin: Whisker Menu keeps a list of the last ten applications
+xfce4-whiskermenu-plugin: that you've launched from it.
xfce4-whiskermenu-plugin:
xfce4-whiskermenu-plugin: http://gottcode.org/xfce4-whiskermenu-plugin
-xfce4-whiskermenu-plugin:
diff --git a/desktop/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild b/desktop/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild
index 9739dc975a..61256fe63e 100644
--- a/desktop/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild
+++ b/desktop/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce4-whiskermenu-plugin
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,8 +64,8 @@ tar xvf $CWD/$PRGNAM-$VERSION-src.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+ -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
@@ -90,7 +90,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- COPYING CREDITS ChangeLog INSTALL NEWS README \
+ COPYING ChangeLog INSTALL NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/desktop/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.info b/desktop/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.info
index e76c333a62..4b0df0f597 100644
--- a/desktop/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.info
+++ b/desktop/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.info
@@ -1,8 +1,8 @@
PRGNAM="xfce4-whiskermenu-plugin"
-VERSION="1.2.0"
+VERSION="1.3.2"
HOMEPAGE="http://gottcode.org/xfce4-whiskermenu-plugin/"
-DOWNLOAD="http://gottcode.org/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.2.0-src.tar.bz2"
-MD5SUM="bf57b4c8cc629c93ee435e7ac5d46b45"
+DOWNLOAD="http://gottcode.org/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-1.3.2-src.tar.bz2"
+MD5SUM="f4de7546588952f84df8a4ad3552c526"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""