From 6057bc3cac36b3ed71cec8fa1c2cef145bed5599 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 28 Oct 2023 22:03:51 +0000 Subject: Sat Oct 28 22:03:51 UTC 2023 d/rust-1.70.0-x86_64-3.txz: Rebuilt. Fixed the installation of rls and added rust-analyzer (the successor to rls) and rust-demangler. Thanks to Heinz Wiesinger. l/enchant-2.6.2-x86_64-1.txz: Upgraded. l/gexiv2-0.14.2-x86_64-2.txz: Rebuilt. Recompiled against exiv2-0.28.0. l/libsigc++3-3.6.0-x86_64-1.txz: Upgraded. l/vid.stab-1.1.1-x86_64-1.txz: Upgraded. x/ibus-m17n-1.4.23-x86_64-1.txz: Upgraded. testing/packages/rust-1.73.0-x86_64-2.txz: Rebuilt. Fixed the installation of rls and added rust-analyzer (the successor to rls) and rust-demangler. Thanks to Heinz Wiesinger. --- source/l/enchant/enchant.url | 1 + source/l/gexiv2/gexiv2.SlackBuild | 2 +- source/l/libsigc++3/libsigc++.url | 2 ++ source/l/libsigc++3/libsigc++3.SlackBuild | 10 +++++----- source/l/vid.stab/vid.stab.url | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 source/l/libsigc++3/libsigc++.url (limited to 'source/l') diff --git a/source/l/enchant/enchant.url b/source/l/enchant/enchant.url index b40fed97c..c9f30e9cf 100644 --- a/source/l/enchant/enchant.url +++ b/source/l/enchant/enchant.url @@ -1 +1,2 @@ https://github.com/AbiWord/enchant +https://github.com/AbiWord/enchant/releases/download/v2.6.2/enchant-2.6.2.tar.gz diff --git a/source/l/gexiv2/gexiv2.SlackBuild b/source/l/gexiv2/gexiv2.SlackBuild index 2e1d0862b..098e893e6 100755 --- a/source/l/gexiv2/gexiv2.SlackBuild +++ b/source/l/gexiv2/gexiv2.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gexiv2 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libsigc++3/libsigc++.url b/source/l/libsigc++3/libsigc++.url new file mode 100644 index 000000000..ce79bab10 --- /dev/null +++ b/source/l/libsigc++3/libsigc++.url @@ -0,0 +1,2 @@ +https://github.com/libsigcplusplus/libsigcplusplus +https://github.com/libsigcplusplus/libsigcplusplus/releases/download/3.6.0/libsigc++-3.6.0.tar.xz diff --git a/source/l/libsigc++3/libsigc++3.SlackBuild b/source/l/libsigc++3/libsigc++3.SlackBuild index 59bbacf4c..a19cd4e1f 100755 --- a/source/l/libsigc++3/libsigc++3.SlackBuild +++ b/source/l/libsigc++3/libsigc++3.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015, 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2015, 2018, 2021, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -101,17 +101,17 @@ cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION +mkdir -p $PKG/usr/doc/$SRCNAM-$VERSION cp -a \ AUTHORS COPYING* INSTALL NEWS README* \ - $PKG/usr/doc/$PKGNAM-$VERSION + $PKG/usr/doc/$SRCNAM-$VERSION # Remove images, API docs, and useless html file -rm -rf $PKG/usr/doc/$PKGNAM-$VERSION/{images,reference,index.html} +rm -rf $PKG/usr/doc/$SRCNAM-$VERSION/{images,reference,index.html} # If there's a ChangeLog, installing at least part of the recent history # is useful, but don't let it get totally out of control: if [ -r ChangeLog ]; then - DOCSDIR=$(echo $PKG/usr/doc/${PKGNAM}-$VERSION) + DOCSDIR=$(echo $PKG/usr/doc/${SRCNAM}-$VERSION) cat ChangeLog | head -n 1000 > $DOCSDIR/ChangeLog touch -r ChangeLog $DOCSDIR/ChangeLog fi diff --git a/source/l/vid.stab/vid.stab.url b/source/l/vid.stab/vid.stab.url index b98ec60e9..f87c58fed 100644 --- a/source/l/vid.stab/vid.stab.url +++ b/source/l/vid.stab/vid.stab.url @@ -1 +1 @@ -https://github.com/georgmartius/vid.stab.git +https://github.com/georgmartius/vid.stab -- cgit v1.2.3-79-gdb01