desktop/qtile: Updated for version 0.10.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
364da04dd8
commit
fd64b68764
|
@ -2,7 +2,3 @@ Qtile is simple, small, and extensible. It's easy to write your own
|
||||||
layouts, widgets, and built-in commands. Qtile is written and configured
|
layouts, widgets, and built-in commands. Qtile is written and configured
|
||||||
entirely in Python, which means you can leverage the full power and
|
entirely in Python, which means you can leverage the full power and
|
||||||
flexibility of the language to make it fit your needs.
|
flexibility of the language to make it fit your needs.
|
||||||
|
|
||||||
NOTE: requiring rebuild Slackware's pycairo with
|
|
||||||
additional configure option --enable-xcb.
|
|
||||||
http://mirrors.slackware.com/slackware/slackware64-14.1/source/l/pycairo
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for qtile
|
# Slackware build script for qtile
|
||||||
|
|
||||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=qtile
|
PRGNAM=qtile
|
||||||
VERSION=${VERSION:-0.8.0}
|
VERSION=${VERSION:-0.10.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
@ -78,11 +78,15 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
||||||
mkdir -p $PKG/etc/X11/xinit
|
mkdir -p $PKG/etc/X11/xinit
|
||||||
install -m 0755 $CWD/xinitrc.$PRGNAM $PKG/etc/X11/xinit/xinitrc.$PRGNAM
|
install -m 0755 $CWD/xinitrc.$PRGNAM $PKG/etc/X11/xinit/xinitrc.$PRGNAM
|
||||||
|
|
||||||
|
# Install desktop file
|
||||||
|
mkdir -p $PKG/usr/share/xsessions
|
||||||
|
install -D -m644 resources/$PRGNAM.desktop $PKG/usr/share/xsessions/$PRGNAM.desktop
|
||||||
|
|
||||||
# example for default config file maybe installed ~/$USER/.config/qtile
|
# example for default config file maybe installed ~/$USER/.config/qtile
|
||||||
CONFIG="libqtile/resources/default_config.py"
|
CONFIG="libqtile/resources/default_config.py"
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a README.rst LICENSE CHANGELOG docs/conf.py $CONFIG $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a README.rst LICENSE CHANGELOG $CONFIG $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="qtile"
|
PRGNAM="qtile"
|
||||||
VERSION="0.8.0"
|
VERSION="0.10.6"
|
||||||
HOMEPAGE="http://qtile.org"
|
HOMEPAGE="http://qtile.org"
|
||||||
DOWNLOAD="https://github.com/qtile/qtile/archive/v0.8.0.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/f5/65/7db6cd8aea5a66d1a727e76cc3355191b26433548d7ab1d40bd1503b075b/qtile-0.10.6.tar.gz"
|
||||||
MD5SUM="638d1387db02c7259879a08ffd844354"
|
MD5SUM="9991932babd6e1edbae79aa472ddf059"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES="python-xcffib trollius cairocffi"
|
||||||
MAINTAINER="Dimitris Zlatanidis"
|
MAINTAINER="Dimitris Zlatanidis"
|
||||||
EMAIL="d.zlatanidis@gmail.com"
|
EMAIL="d.zlatanidis@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue