From 729618f2a60f89159b636b5521a2dea48220bde9 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 22 Dec 2020 20:45:03 +0000 Subject: Tue Dec 22 20:45:03 UTC 2020 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. --- source/l/SDL2/SDL2.SlackBuild | 2 +- source/xap/blueman/blueman.SlackBuild | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'source') diff --git a/source/l/SDL2/SDL2.SlackBuild b/source/l/SDL2/SDL2.SlackBuild index a07d3596..984c5880 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 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 -- cgit v1.2.3