diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-10-02 19:21:52 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-10-03 08:59:57 +0200 |
commit | d5dc9cb46d62c408598feeb6fad80f4bb3d43bce (patch) | |
tree | 00aa97e8d29f87110d0809ec75d8dcee72ac8a59 /source/xap | |
parent | 42aee690f9ac2d4a5d557f829f1aa734339f5ee0 (diff) | |
download | current-d5dc9cb46d62c408598feeb6fad80f4bb3d43bce.tar.gz |
Sat Oct 2 19:21:52 UTC 202120211002192152
d/python-setuptools-58.2.0-x86_64-1.txz: Upgraded.
kde/kservice-5.86.0-x86_64-3.txz: Rebuilt.
Fix paths in kde.{csh,sh}. Thanks to marco70.
Since kdesu and kxmlgui are looking in /usr/lib${LIBDIRSUFFIX}/kf5 for
some reason, let's just link that location to libexec/kf5 to make things
work again. Also, I'm not sure why these things are in this particular
package, but I guess they had to go somewhere.
l/python-cffi-1.14.6-x86_64-1.txz: Added.
This is needed by hexchat-2.16.0.
l/python-pycparser-2.20-x86_64-1.txz: Added.
This is needed by hexchat-2.16.0.
l/vte-0.66.0-x86_64-1.txz: Upgraded.
xap/hexchat-2.16.0-x86_64-1.txz: Upgraded.
extra/brltty/brltty-6.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/xap')
-rwxr-xr-x | source/xap/hexchat/hexchat.SlackBuild | 6 | ||||
-rw-r--r-- | source/xap/hexchat/hexchat.url | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/source/xap/hexchat/hexchat.SlackBuild b/source/xap/hexchat/hexchat.SlackBuild index 22e43886..775ad012 100755 --- a/source/xap/hexchat/hexchat.SlackBuild +++ b/source/xap/hexchat/hexchat.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=hexchat VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-8} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -91,8 +91,8 @@ meson setup \ --mandir=/usr/man \ --sysconfdir=/etc \ --localstatedir=/var \ - -Dwith-text=true \ - -Dwith-ssl=true \ + -Dtext-frontend=true \ + -Dtls=enabled \ -Dwith-lua=false \ -Dwith-python=python3-embed \ .. || exit 1 diff --git a/source/xap/hexchat/hexchat.url b/source/xap/hexchat/hexchat.url index a6cab81b..120a4f05 100644 --- a/source/xap/hexchat/hexchat.url +++ b/source/xap/hexchat/hexchat.url @@ -1,2 +1 @@ -https://dl.hexchat.net/hexchat/hexchat-2.14.3.tar.xz.asc -https://dl.hexchat.net/hexchat/hexchat-2.14.3.tar.xz +https://dl.hexchat.net/hexchat/hexchat-2.16.0.tar.xz |