diff options
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/pulseaudio/pulseaudio.SlackBuild | 3 | ||||
-rwxr-xr-x | source/l/python2-module-collection/python2-module-collection.SlackBuild | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/source/l/pulseaudio/pulseaudio.SlackBuild b/source/l/pulseaudio/pulseaudio.SlackBuild index bf389d8fc..c725760b6 100755 --- a/source/l/pulseaudio/pulseaudio.SlackBuild +++ b/source/l/pulseaudio/pulseaudio.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pulseaudio VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -112,6 +112,7 @@ meson setup \ --localstatedir=/var \ --buildtype=release \ -Dorc=enabled \ + -Dgsettings=enabled \ -Dhal-compat=false \ -Dsystem_user="pulse" \ -Dsystem_group="pulse" \ diff --git a/source/l/python2-module-collection/python2-module-collection.SlackBuild b/source/l/python2-module-collection/python2-module-collection.SlackBuild index a4b4f26d1..4f67d3244 100755 --- a/source/l/python2-module-collection/python2-module-collection.SlackBuild +++ b/source/l/python2-module-collection/python2-module-collection.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python2-module-collection VERSION=2.7.18 -BUILD=${BUILD:-5} +BUILD=${BUILD:-6} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -483,8 +483,8 @@ cp -a \ $PKG/usr/doc/$PKGNAM-$VERSION/dbus-python-1.2.16 # Remove overlap with main package: -rm -rf $PKG/usr/include -rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig +rm -rf $PKG/usr/include/dbus-1.0 +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/dbus-python.pc # Strip binaries: find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null |