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

This commit is contained in:
Aaditya Bagga 2015-06-20 10:34:56 +05:30 committed by Willy Sudiarto Raharjo
parent cfe2c41042
commit d74944ee89
3 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,5 @@
xfce4-windowck-plugin is a set of two plugins
which allows to put the maximized window title
and window buttons on the xfce4-panel.
Note- python3 is a build time dependency.

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce4-windowck-plugin
VERSION=${VERSION:-0.3.1}
VERSION=${VERSION:-0.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then
esac
fi
CWD=${CWD:-$(pwd)}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -84,6 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-static=no \
--disable-debug \
--build=$ARCH-slackware-linux
make

View file

@ -1,10 +1,10 @@
PRGNAM="xfce4-windowck-plugin"
VERSION="0.3.1"
VERSION="0.4.4"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin"
DOWNLOAD="https://github.com/cedl38/xfce4-windowck-plugin/archive/v0.3.1.tar.gz"
MD5SUM="84a454ae925c5956fa87e3956fca149b"
DOWNLOAD="https://github.com/cedl38/xfce4-windowck-plugin/archive/v0.4.4.tar.gz"
MD5SUM="6ea068db172e9a399db6889d3ca73358"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3"
MAINTAINER="Aaditya Bagga"
EMAIL="aaditya_gnulinux@zoho.com"