diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-10-04 19:28:39 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-10-05 09:00:04 +0200 |
commit | c8de49b25af424891cc61038361873c809f5c2b7 (patch) | |
tree | 4efc0afbcac561c4779c1251f354699da4fcf868 /source/a | |
parent | d1596dee9dd02b4f89228bf87a72a6fb8cefccf5 (diff) | |
download | current-c8de49b25af424891cc61038361873c809f5c2b7.tar.gz current-c8de49b25af424891cc61038361873c809f5c2b7.tar.xz |
Mon Oct 4 19:28:39 UTC 202120211004192839
a/util-linux-2.37.2-x86_64-3.txz: Rebuilt.
Removed broken /usr/bin/raw symlink. Thanks to marav.
d/gdb-11.1-x86_64-2.txz: Rebuilt.
Don't ship .la files.
d/vala-0.54.2-x86_64-1.txz: Upgraded.
kde/artikulate-21.08.1-x86_64-3.txz: Rebuilt.
Fixed broken COPYING{,.DOC} symlinks. Thanks to marav.
kde/kservice-5.86.0-x86_64-4.txz: Rebuilt.
In /etc/profile.d/kde.{csh,sh}:
Fixed test for kf5 directory. Thanks to LuckyCyborg.
Make adding /etc/kde/xdg to $XDG_CONFIG_DIRS conditional on the existence
of that directory.
l/imagemagick-7.1.0_9-x86_64-1.txz: Upgraded.
n/bind-9.16.21-x86_64-4.txz: Rebuilt.
Removed broken symlink. Thanks to marav.
n/httpd-2.4.50-x86_64-1.txz: Upgraded.
x/cldr-emoji-annotation-37.0_13.0_0_2-noarch-4.txz: Rebuilt.
Fixed broken COPYING symlink. Thanks to marav.
xap/x3270-4.0ga14-x86_64-2.txz: Rebuilt.
Fixed symlinks in html directory. Thanks to marav.
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/util-linux/util-linux.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/a/util-linux/util-linux.SlackBuild b/source/a/util-linux/util-linux.SlackBuild index a06357512..033aa9ab6 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:-2} +BUILD=${BUILD:-3} ADJTIMEXVERS=1.29 SETSERIALVERS=2.17 @@ -335,7 +335,6 @@ cd $TMP/util-linux-$VERSION # Go back home :) # tunelp was removed by upstream: #ln -s ../sbin/tunelp . ln -s ../../bin/more . - ln -s ../../sbin/raw . cd $PKG/usr/man/man1 #ln -s ziptool.1 jaztool.1 cd $PKG/usr/man/man8 |