summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/l/libqalculate/libqalculate.SlackBuild2
-rw-r--r--source/l/rubygem-asciidoctor/asciidoctor-2.0.15.gembin276480 -> 0 bytes
-rw-r--r--source/l/rubygem-asciidoctor/asciidoctor-2.0.17.gembin0 -> 279040 bytes
-rw-r--r--source/n/samba/samba.url4
-rwxr-xr-xsource/xap/network-manager-applet/network-manager-applet.SlackBuild5
-rw-r--r--source/xap/network-manager-applet/network-manager-applet.ftbfs.diff18
6 files changed, 4 insertions, 25 deletions
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
--- a/source/l/rubygem-asciidoctor/asciidoctor-2.0.15.gem
+++ /dev/null
Binary files 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
--- /dev/null
+++ b/source/l/rubygem-asciidoctor/asciidoctor-2.0.17.gem
Binary files 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,