diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-09-28 01:37:33 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-09-28 08:59:55 +0200 |
commit | 14c5bb40d1dfae2acc1a0c84ef261d09fbea0001 (patch) | |
tree | 9c80f8cc7ce6d76bce0aaec0576c758ef31b8f2c /source/l | |
parent | d66220bda595fffe9e5d8bf506be65e4a3dc7e50 (diff) | |
download | current-14c5bb40d1dfae2acc1a0c84ef261d09fbea0001.tar.gz |
Tue Sep 28 01:37:33 UTC 202120210928013733
n/nftables-1.0.0-x86_64-2.txz: Rebuilt.
Added options --with-json and --enable-python needed for firewalld.
Thanks to stormtracknole.
xap/mozilla-thunderbird-91.1.2-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/91.1.2/releasenotes/
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/glib2/glib2.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/librsvg/librsvg.SlackBuild | 5 | ||||
-rwxr-xr-x | source/l/libsoup/libsoup.SlackBuild | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/source/l/glib2/glib2.SlackBuild b/source/l/glib2/glib2.SlackBuild index 6beafe56..f86924ff 100755 --- a/source/l/glib2/glib2.SlackBuild +++ b/source/l/glib2/glib2.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=glib2 VERSION=${VERSION:-$(echo glib-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/librsvg/librsvg.SlackBuild b/source/l/librsvg/librsvg.SlackBuild index ab9ab4fb..82f83f46 100755 --- a/source/l/librsvg/librsvg.SlackBuild +++ b/source/l/librsvg/librsvg.SlackBuild @@ -94,6 +94,11 @@ make install DESTDIR=$PKG || exit 1 # Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la +# Add this symlink for now so that we don't break compiles: +if [ ! -r $PKG/usr/include/librsvg-2.0/librsvg/librsvg-features.h ]; then + ln -sf rsvg-features.h $PKG/usr/include/librsvg-2.0/librsvg/librsvg-features.h +fi + find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null diff --git a/source/l/libsoup/libsoup.SlackBuild b/source/l/libsoup/libsoup.SlackBuild index ba90083d..0fcdcbfb 100755 --- a/source/l/libsoup/libsoup.SlackBuild +++ b/source/l/libsoup/libsoup.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libsoup VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |