mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/xfce4-whiskermenu-plugin: Updated for version 1.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
691a270f35
commit
b119836f43
4 changed files with 20 additions and 21 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue