summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-04-09 17:56:00 +0000
committer Eric Hameleers <alien@slackware.com>2019-04-10 08:59:46 +0200
commit7fe4d7be367fafeb9b7d1e5b0be1a7695569fd4c (patch)
treeb2703de6542b3a3c016f088e6eaf3ed5f0a6317d /source
parent98da28576517634e745ac6a4b65cf869a14bce79 (diff)
downloadcurrent-7fe4d7be367fafeb9b7d1e5b0be1a7695569fd4c.tar.gz
current-7fe4d7be367fafeb9b7d1e5b0be1a7695569fd4c.tar.xz
Tue Apr 9 17:56:00 UTC 201920190409175600
a/util-linux-2.33.2-x86_64-1.txz: Upgraded. d/vala-0.44.3-x86_64-1.txz: Upgraded. l/apr-1.7.0-x86_64-1.txz: Upgraded. l/at-spi2-core-2.32.1-x86_64-1.txz: Upgraded. l/gvfs-1.40.1-x86_64-1.txz: Upgraded. l/libbluray-1.1.1-x86_64-1.txz: Upgraded. l/libsoup-2.66.1-x86_64-1.txz: Upgraded. l/vte-0.56.1-x86_64-1.txz: Upgraded. n/stunnel-5.52-x86_64-1.txz: Upgraded. x/libinput-1.13.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/util-linux/util-linux.SlackBuild2
-rw-r--r--source/l/apr/apr.url4
-rw-r--r--source/l/at-spi2-core/at-spi2-core.44a812ea51223d82f21a098a2d45fcc5c329ce7a.patch30
-rwxr-xr-xsource/l/at-spi2-core/at-spi2-core.SlackBuild2
4 files changed, 3 insertions, 35 deletions
diff --git a/source/a/util-linux/util-linux.SlackBuild b/source/a/util-linux/util-linux.SlackBuild
index 0729a5316..89ab3caca 100755
--- a/source/a/util-linux/util-linux.SlackBuild
+++ b/source/a/util-linux/util-linux.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=util-linux
VERSION=${VERSION:-$(echo util-linux*.tar.xz | cut -d - -f 3 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
ADJTIMEXVERS=1.29
SETSERIALVERS=2.17
diff --git a/source/l/apr/apr.url b/source/l/apr/apr.url
index f4bf3b404..6b19f30a1 100644
--- a/source/l/apr/apr.url
+++ b/source/l/apr/apr.url
@@ -1,2 +1,2 @@
-http://www.apache.org/dist/apr/apr-1.6.5.tar.bz2
-http://www.apache.org/dist/apr/apr-1.6.5.tar.bz2.asc
+http://www.apache.org/dist/apr/apr-1.7.0.tar.bz2
+http://www.apache.org/dist/apr/apr-1.7.0.tar.bz2.asc
diff --git a/source/l/at-spi2-core/at-spi2-core.44a812ea51223d82f21a098a2d45fcc5c329ce7a.patch b/source/l/at-spi2-core/at-spi2-core.44a812ea51223d82f21a098a2d45fcc5c329ce7a.patch
deleted file mode 100644
index 8cd6b4245..000000000
--- a/source/l/at-spi2-core/at-spi2-core.44a812ea51223d82f21a098a2d45fcc5c329ce7a.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 44a812ea51223d82f21a098a2d45fcc5c329ce7a Mon Sep 17 00:00:00 2001
-From: Tobias Stoeckmann <tobias@stoeckmann.org>
-Date: Tue, 12 Mar 2019 11:46:24 +0100
-Subject: [PATCH] Fix meson.build for meson 0.50.0.
-
-Since meson 0.50.0 it is not possible anymore to specify an
-absolute directory for subdir. To keep current functionality,
-use install_dir instead.
-
-atspi/meson.build:60:0: ERROR: Subdir keyword must not be an absolute path.
-
-Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
----
- atspi/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/atspi/meson.build b/atspi/meson.build
-index b7a9357..2a6915d 100644
---- a/atspi/meson.build
-+++ b/atspi/meson.build
-@@ -57,7 +57,7 @@ atspi_headers = [
-
- atspi_includedir = join_paths(get_option('prefix'), get_option('includedir'), 'at-spi-2.0', 'atspi')
-
--install_headers(atspi_headers, subdir: atspi_includedir)
-+install_headers(atspi_headers, install_dir: atspi_includedir)
-
- atspi_enums = gnome.mkenums('atspi-enum-types',
- sources: [ 'atspi-constants.h', 'atspi-types.h' ],
-
diff --git a/source/l/at-spi2-core/at-spi2-core.SlackBuild b/source/l/at-spi2-core/at-spi2-core.SlackBuild
index 7bcd04f1c..83898d1b9 100755
--- a/source/l/at-spi2-core/at-spi2-core.SlackBuild
+++ b/source/l/at-spi2-core/at-spi2-core.SlackBuild
@@ -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/at-spi2-core.44a812ea51223d82f21a098a2d45fcc5c329ce7a.patch.gz | patch -p1 --verbose || exit 1
-
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
mkdir build