diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-03-07 20:25:36 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-03-08 08:59:49 +0100 |
commit | 8579ee856099d10e2f196defdd96522f552fca26 (patch) | |
tree | b0833d5f5bcf092fd753877d98322bdb288f9bbd /source/l | |
parent | c3c6055e70c7aaed88e440700ffd200acb6d2e30 (diff) | |
download | current-8579ee856099d10e2f196defdd96522f552fca26.tar.gz |
Sat Mar 7 20:25:36 UTC 202020200307202536
l/gobject-introspection-1.64.0-x86_64-1.txz: Upgraded.
l/imagemagick-7.0.10_0-x86_64-1.txz: Upgraded.
l/libical-3.0.8-x86_64-1.txz: Upgraded.
l/librsvg-2.48.0-x86_64-1.txz: Upgraded.
l/libsoup-2.70.0-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.51-x86_64-1.txz: Upgraded.
xap/libnma-1.8.28-x86_64-1.txz: Added.
This is the NetworkManager GUI client library, which was previously
provided by network-manager-applet. It's now a standalone project, and
is required by network-manager-applet and other NetworkManager frontends.
xap/network-manager-applet-1.16.0-x86_64-1.txz: Upgraded.
This requires the new libnma package.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/dconf/dconf.SlackBuild | 5 | ||||
-rwxr-xr-x | source/l/gobject-introspection/gobject-introspection.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/mozilla-nss/mozilla-nss.SlackBuild | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/source/l/dconf/dconf.SlackBuild b/source/l/dconf/dconf.SlackBuild index 731ac739..cc4e6d29 100755 --- a/source/l/dconf/dconf.SlackBuild +++ b/source/l/dconf/dconf.SlackBuild @@ -78,11 +78,12 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +# We're going to assume that this is needed until further notice: # Fix duplicate symbols at link time with meson-0.52.{0,1}, 0.53.{0,1}: -if [ "$(meson --version)" = "0.52.0" -o "$(meson --version)" = "0.52.1" -o "$(meson --version)" = "0.53.0" -o "$(meson --version)" = "0.53.1" ]; then +#if [ "$(meson --version)" = "0.52.0" -o "$(meson --version)" = "0.52.1" -o "$(meson --version)" = "0.53.0" -o "$(meson --version)" = "0.53.1" ]; then sed -i 's|link_whole|link_with|' client/meson.build && sed -i 's/module/& | grep -v mangle_path/' gsettings/abicheck.sh -fi +#fi # Configure, build, and install: export CFLAGS="$SLKCFLAGS" diff --git a/source/l/gobject-introspection/gobject-introspection.SlackBuild b/source/l/gobject-introspection/gobject-introspection.SlackBuild index c4f37c03..9396474d 100755 --- a/source/l/gobject-introspection/gobject-introspection.SlackBuild +++ b/source/l/gobject-introspection/gobject-introspection.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gobject-introspection VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild index 7be3b07b..5584248a 100755 --- a/source/l/mozilla-nss/mozilla-nss.SlackBuild +++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-nss SRCNAM=nss -VERSION=${VERSION:-3.50} +VERSION=${VERSION:-3.51} NSPR=${NSPR:-4.25} BUILD=${BUILD:-1} |