diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-12-22 20:45:03 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-12-23 08:59:54 +0100 |
commit | 729618f2a60f89159b636b5521a2dea48220bde9 (patch) | |
tree | 675e3ad4edd8999891f63bdc4605cf3bfd412a04 /source/xap | |
parent | 4c1d731fca10cd0aa6ccd71a6e3fe5349d5697a0 (diff) | |
download | current-729618f2a60f89159b636b5521a2dea48220bde9.tar.gz |
Tue Dec 22 20:45:03 UTC 202020201222204503
a/elogind-246.9.1-x86_64-1.txz: Upgraded.
ap/htop-3.0.4-x86_64-1.txz: Upgraded.
ap/man-pages-5.10-noarch-1.txz: Upgraded.
l/SDL2-2.0.14-x86_64-1.txz: Upgraded.
l/kdsoap-1.10.0-x86_64-1.txz: Upgraded.
l/opencv-4.5.1-x86_64-1.txz: Upgraded.
n/libgpg-error-1.41-x86_64-1.txz: Upgraded.
t/xfig-3.2.8-x86_64-1.txz: Upgraded.
xap/blueman-2.1.4-x86_64-2.txz: Rebuilt.
Restore the AppIndicator.py plugin.
Diffstat (limited to 'source/xap')
-rwxr-xr-x | source/xap/blueman/blueman.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source/xap/blueman/blueman.SlackBuild b/source/xap/blueman/blueman.SlackBuild index d306fd00..e7d9c8c8 100755 --- a/source/xap/blueman/blueman.SlackBuild +++ b/source/xap/blueman/blueman.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=blueman VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -123,11 +123,6 @@ sed -i "s,#!/usr/bin/env python3,#!/usr/bin/python${PYTHON3VER},g" module/_bluem make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 -# Remove the AppIndicator.py plugin (we don't have libappindicator3 -# nor will we be getting it in the foreseeable future) -rm ${PKG}$PYTHON3LIB/blueman/plugins/applet/AppIndicator.py -rm ${PKG}$PYTHON3LIB/blueman/plugins/applet/__pycache__/AppIndicator*.pyc - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |