python3-xapp: Added (replacing python-xapp).

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-04-27 02:42:48 +07:00
parent bff3f40207
commit 0d3038156d
No known key found for this signature in database
GPG key ID: 887B8374D7333381
5 changed files with 20 additions and 21 deletions

View file

@ -34,7 +34,7 @@ metacity
polib polib
cinnamon-translations cinnamon-translations
nemo nemo
python-xapp python3-xapp
psutil psutil
cinnamon-screensaver cinnamon-screensaver
mint-y-theme mint-y-theme

View file

@ -77,7 +77,7 @@ for dir in \
polib \ polib \
cinnamon-translations \ cinnamon-translations \
nemo \ nemo \
python-xapp \ python3-xapp \
psutil \ psutil \
cinnamon-screensaver \ cinnamon-screensaver \
mint-y-theme \ mint-y-theme \

View file

@ -1,12 +0,0 @@
|-----handy-ruler------------------------------------------------------|
python-xapp: python-xapp (Python Xapp Library)
python-xapp:
python-xapp: This package provides Python Xapp Library
python-xapp:
python-xapp:
python-xapp:
python-xapp: Project URL: https://github.com/linuxmint/python-xapp
python-xapp:
python-xapp:
python-xapp:
python-xapp:

View file

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
# Slackware build script for python-xapp # Slackware build script for python3-xapp
# Copyright 2017-2020 Willy Sudiarto Raharjo <willysr@slackware-id.org> # Copyright 2020 Willy Sudiarto Raharjo <willysr@slackware-id.org>
# 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
@ -22,13 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-xapp PRGNAM=python3-xapp
VERSION=${VERSION:-1.8.1} VERSION=${VERSION:-2.0.1}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_csb} TAG=${TAG:-_csb}
ARCH=noarch ARCH=noarch
wget -c https://github.com/linuxmint/python-xapp/archive/$VERSION/$PRGNAM-$VERSION.tar.gz wget -c https://github.com/linuxmint/python3-xapp/archive/$VERSION/$PRGNAM-$VERSION.tar.gz
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/csb} TMP=${TMP:-/tmp/csb}
@ -50,7 +50,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
python3 setup.py install --root=$PKG python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

12
python3-xapp/slack-desc Normal file
View file

@ -0,0 +1,12 @@
|-----handy-ruler------------------------------------------------------|
python3-xapp: python3-xapp (Python Xapp Library)
python3-xapp:
python3-xapp: This package provides Python Xapp Library
python3-xapp:
python3-xapp:
python3-xapp:
python3-xapp: Project URL: https://github.com/linuxmint/python3-xapp
python3-xapp:
python3-xapp:
python3-xapp:
python3-xapp: