From e38abb527a3caaffe6262dffedfde399f589ac14 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 23 Mar 2022 17:25:36 +0000 Subject: Wed Mar 23 17:25:36 UTC 2022 ap/dash-0.5.11.5-x86_64-1.txz: Upgraded. d/parallel-20220322-noarch-1.txz: Upgraded. l/adwaita-icon-theme-42.0-noarch-1.txz: Upgraded. l/gsettings-desktop-schemas-42.0-x86_64-1.txz: Upgraded. l/harfbuzz-4.1.0-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_28-x86_64-1.txz: Upgraded. l/libqalculate-4.1.0-x86_64-1.txz: Upgraded. l/rubygem-asciidoctor-2.0.17-x86_64-1.txz: Upgraded. Upgraded and built for Ruby 3.1.1. Thanks to marrowsuck. n/NetworkManager-1.36.4-x86_64-1.txz: Upgraded. n/fetchmail-6.4.29-x86_64-1.txz: Upgraded. n/iproute2-5.17.0-x86_64-1.txz: Upgraded. n/samba-4.16.0-x86_64-1.txz: Upgraded. xap/mozilla-firefox-98.0.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/98.0.2/releasenotes/ xap/network-manager-applet-1.26.0-x86_64-1.txz: Upgraded. --- source/l/libqalculate/libqalculate.SlackBuild | 2 +- source/l/rubygem-asciidoctor/asciidoctor-2.0.15.gem | Bin 276480 -> 0 bytes source/l/rubygem-asciidoctor/asciidoctor-2.0.17.gem | Bin 0 -> 279040 bytes source/n/samba/samba.url | 4 ++-- .../network-manager-applet.SlackBuild | 5 +---- .../network-manager-applet.ftbfs.diff | 18 ------------------ 6 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 source/l/rubygem-asciidoctor/asciidoctor-2.0.15.gem create mode 100644 source/l/rubygem-asciidoctor/asciidoctor-2.0.17.gem delete mode 100644 source/xap/network-manager-applet/network-manager-applet.ftbfs.diff (limited to 'source') diff --git a/source/l/libqalculate/libqalculate.SlackBuild b/source/l/libqalculate/libqalculate.SlackBuild index f06cb4de0..82062ea8a 100755 --- a/source/l/libqalculate/libqalculate.SlackBuild +++ b/source/l/libqalculate/libqalculate.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libqalculate 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/l/rubygem-asciidoctor/asciidoctor-2.0.15.gem b/source/l/rubygem-asciidoctor/asciidoctor-2.0.15.gem deleted file mode 100644 index 5c37df301..000000000 Binary files a/source/l/rubygem-asciidoctor/asciidoctor-2.0.15.gem and /dev/null differ diff --git a/source/l/rubygem-asciidoctor/asciidoctor-2.0.17.gem b/source/l/rubygem-asciidoctor/asciidoctor-2.0.17.gem new file mode 100644 index 000000000..ae7168cc5 Binary files /dev/null and b/source/l/rubygem-asciidoctor/asciidoctor-2.0.17.gem differ diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url index c666fbc64..dcb87a7c9 100644 --- a/source/n/samba/samba.url +++ b/source/n/samba/samba.url @@ -1,2 +1,2 @@ -https://download.samba.org/pub/samba/stable/samba-4.15.6.tar.gz -https://download.samba.org/pub/samba/stable/samba-4.15.6.tar.asc +https://download.samba.org/pub/samba/stable/samba-4.16.0.tar.gz +https://download.samba.org/pub/samba/stable/samba-4.16.0.tar.asc diff --git a/source/xap/network-manager-applet/network-manager-applet.SlackBuild b/source/xap/network-manager-applet/network-manager-applet.SlackBuild index fe4c197a9..f2d08f7e1 100755 --- a/source/xap/network-manager-applet/network-manager-applet.SlackBuild +++ b/source/xap/network-manager-applet/network-manager-applet.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=network-manager-applet 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 @@ -77,8 +77,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -zcat $CWD/network-manager-applet.ftbfs.diff.gz | patch -p1 --verbose || exit 1 - # Configure, build, and install: export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" @@ -98,7 +96,6 @@ meson setup \ --buildtype=release \ -Dteam=false \ -Dselinux=false \ - -Dappindicator=no \ .. || exit 1 "${NINJA:=ninja}" $NUMJOBS || exit 1 DESTDIR=$PKG $NINJA install || exit 1 diff --git a/source/xap/network-manager-applet/network-manager-applet.ftbfs.diff b/source/xap/network-manager-applet/network-manager-applet.ftbfs.diff deleted file mode 100644 index 2f26b9307..000000000 --- a/source/xap/network-manager-applet/network-manager-applet.ftbfs.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- ./meson.build.orig 2021-08-17 03:11:30.000000000 -0500 -+++ ./meson.build 2022-02-16 14:18:28.805143006 -0600 -@@ -253,7 +253,6 @@ - - foreach desktop: desktop_files - i18n.merge_file( -- desktop + '-desktop', - input: desktop + '.desktop.in', - output: desktop + '.desktop', - install: true, -@@ -274,7 +273,6 @@ - appdata = 'nm-connection-editor.appdata.xml' - - i18n.merge_file( -- 'desktop', - input: appdata + '.in', - output: appdata, - install: true, -- cgit v1.2.3