summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
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
commit729618f2a60f89159b636b5521a2dea48220bde9 (patch)
tree675e3ad4edd8999891f63bdc4605cf3bfd412a04 /source
parent4c1d731fca10cd0aa6ccd71a6e3fe5349d5697a0 (diff)
downloadcurrent-729618f2a60f89159b636b5521a2dea48220bde9.tar.gz
current-729618f2a60f89159b636b5521a2dea48220bde9.tar.xz
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')
-rwxr-xr-xsource/l/SDL2/SDL2.SlackBuild2
-rwxr-xr-xsource/xap/blueman/blueman.SlackBuild7
2 files changed, 2 insertions, 7 deletions
diff --git a/source/l/SDL2/SDL2.SlackBuild b/source/l/SDL2/SDL2.SlackBuild
index a07d35960..984c58803 100755
--- a/source/l/SDL2/SDL2.SlackBuild
+++ b/source/l/SDL2/SDL2.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=SDL2
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/xap/blueman/blueman.SlackBuild b/source/xap/blueman/blueman.SlackBuild
index d306fd008..e7d9c8c89 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