desktop/xfce4-windowck-plugin: Updated for version 0.4.5.

This commit is contained in:
Aaditya Bagga 2018-12-02 21:44:09 +05:30 committed by Willy Sudiarto Raharjo
parent 04e79edc64
commit a4edc0219e
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 11 additions and 12 deletions

View File

@ -2,4 +2,6 @@ xfce4-windowck-plugin is a set of two plugins
which allows to put the maximized window title
and window buttons on the xfce4-panel.
After upgrading to version 0.4.0 you may need to make some changes to the plugin settings to retain previous look and feel.
Note- python3 is a build time dependency.

View File

@ -3,7 +3,7 @@
# Slackware build script for xfce4-windowck-plugin
# Generated using mkslack (dawoodfall.net/slackbuilds/noversion/mkslack)
# Copyright 2015 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# Copyright 2015-2018 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,13 +24,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce4-windowck-plugin
VERSION=${VERSION:-0.4.4}
VERSION=${VERSION:-0.4.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -61,10 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
[ -e $CWD/$PRGNAM-$VERSION.tar.gz ] && tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
[ -e $CWD/v${VERSION}.tar.gz ] && tar xvf $CWD/v${VERSION}.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v${VERSION}.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,8 +1,8 @@
PRGNAM="xfce4-windowck-plugin"
VERSION="0.4.4"
VERSION="0.4.5"
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin"
DOWNLOAD="https://github.com/cedl38/xfce4-windowck-plugin/archive/v0.4.4.tar.gz"
MD5SUM="6ea068db172e9a399db6889d3ca73358"
DOWNLOAD="https://github.com/cedl38/xfce4-windowck-plugin/archive/v0.4.5.tar.gz"
MD5SUM="035e3c0c00dbae567aecf87591ea901c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"