summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Alexander Verbovetsky2024-03-01 15:30:06 +0100
committer Willy Sudiarto Raharjo2024-03-01 16:24:21 +0100
commite82bb2cd2a2783ffc5c941fb0c7082100323e843 (patch)
tree81b98387aaf2971c49e4f609ab84f62c2bc8aaba /libraries
parent72a71416a18ce554607d80889027a698ad2f65f5 (diff)
downloadslackbuilds-e82bb2cd2a2783ffc5c941fb0c7082100323e843.tar.gz
libraries/libtermkey: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libtermkey/libtermkey.SlackBuild7
-rw-r--r--libraries/libtermkey/libtermkey.info4
2 files changed, 3 insertions, 8 deletions
diff --git a/libraries/libtermkey/libtermkey.SlackBuild b/libraries/libtermkey/libtermkey.SlackBuild
index b5d6e9b712..680221f709 100644
--- a/libraries/libtermkey/libtermkey.SlackBuild
+++ b/libraries/libtermkey/libtermkey.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for libtermkey
+# Copyright 2024 Alexander Verbovetsky, Moscow, Russia
# Copyright 2021 Ruben Schuller <sb@rbn.im>
# Copyright 2015-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
@@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -86,9 +84,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- LICENSE \
- $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la
diff --git a/libraries/libtermkey/libtermkey.info b/libraries/libtermkey/libtermkey.info
index 090d5936c6..e610ba597b 100644
--- a/libraries/libtermkey/libtermkey.info
+++ b/libraries/libtermkey/libtermkey.info
@@ -6,5 +6,5 @@ MD5SUM="08bf514d59660391c3a21b3977a16c8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="unibilium"
-MAINTAINER="Ruben Schuller"
-EMAIL="sb@rbn.im"
+MAINTAINER="Alexander Verbovetsky"
+EMAIL="alik@ejik.org"