mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
python3-xapp: Added (replacing python-xapp).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
bff3f40207
commit
0d3038156d
5 changed files with 20 additions and 21 deletions
|
@ -34,7 +34,7 @@ metacity
|
|||
polib
|
||||
cinnamon-translations
|
||||
nemo
|
||||
python-xapp
|
||||
python3-xapp
|
||||
psutil
|
||||
cinnamon-screensaver
|
||||
mint-y-theme
|
||||
|
|
|
@ -77,7 +77,7 @@ for dir in \
|
|||
polib \
|
||||
cinnamon-translations \
|
||||
nemo \
|
||||
python-xapp \
|
||||
python3-xapp \
|
||||
psutil \
|
||||
cinnamon-screensaver \
|
||||
mint-y-theme \
|
||||
|
|
|
@ -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:
|
|
@ -1,8 +1,8 @@
|
|||
#!/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.
|
||||
#
|
||||
# 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
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-xapp
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
BUILD=${BUILD:-2}
|
||||
PRGNAM=python3-xapp
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
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)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
|
@ -50,7 +50,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
python 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 \
|
12
python3-xapp/slack-desc
Normal file
12
python3-xapp/slack-desc
Normal 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:
|
Loading…
Reference in a new issue