diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2025-04-06 22:09:33 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-12 08:42:25 +0700 |
commit | e48a3c9bd35e5182fffb118496550586f9ac7ee6 (patch) | |
tree | 38dcde0506586de453226f163d38bf50d55d2c64 /system | |
parent | 452c088c2a2a182dca68109873d8c39fa461ee05 (diff) |
system/slpkg: Updated for version 5.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/slpkg/README | 13 | ||||
-rw-r--r-- | system/slpkg/slack-desc | 10 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 5 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
4 files changed, 18 insertions, 16 deletions
diff --git a/system/slpkg/README b/system/slpkg/README index 94145cfd3e..30b9293849 100644 --- a/system/slpkg/README +++ b/system/slpkg/README @@ -1,5 +1,8 @@ -Slpkg is a software package manager that installs, updates and -removes packages on Slackware-based systems. It automatically -calculates dependencies and figures out what things need to -happen to install packages. Slpkg makes it easier to manage -groups of machines without the need for manual updates. +Slpkg is a software package manager that installs, updates, +and removes packages on Slackware-based systems. It automatically +calculates dependencies and determines the required steps for package +installation. Slpkg simplifies managing machine groups by eliminating +manual updates. +The tool adheres to the standards of the slackbuilds.org organization +for building packages and follows Slackware Linux's procedures for +package installation, upgrades, and removal. diff --git a/system/slpkg/slack-desc b/system/slpkg/slack-desc index e9abbc7cd9..67f52515d2 100644 --- a/system/slpkg/slack-desc +++ b/system/slpkg/slack-desc @@ -8,11 +8,11 @@ |-----handy-ruler------------------------------------------------------| slpkg: slpkg (Slackware Packaging Tool) slpkg: -slpkg: Slpkg is a software package manager that installs, updates and -slpkg: removes packages on Slackware-based systems. It automatically -slpkg: calculates dependencies and figures out what things need to -slpkg: happen to install packages. Slpkg makes it easier to manage -slpkg: groups of machines without the need for manual updates. +slpkg: Slpkg is a software package manager that installs, updates, +slpkg: and removes packages on Slackware-based systems. It automatically +slpkg: calculates dependencies and determines the required steps for +slpkg: package installation. Slpkg simplifies managing machine groups by +slpkg: eliminating manual updates. slpkg: slpkg: Homepage: https://dslackw.gitlab.io/slpkg slpkg: diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 3e4c76d240..a14332911c 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-5.2.1} +VERSION=${VERSION:-5.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,9 +94,8 @@ for file in $FILES; do install -D -m0644 configs/$file.toml $PKG/etc/slpkg/$file.toml.new done -mkdir -p $PKG/usr/man/man1 & mkdir -p $PKG/usr/man/fr/man1 +mkdir -p $PKG/usr/man/man1 cp man/slpkg.1 $PKG/usr/man/man1 -cp man/slpkg-fr.1 $PKG/usr/man/fr/man1/slpkg.1 find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index f324eb2082..eeb20930b1 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="5.2.1" +VERSION="5.2.2" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.2.1/slpkg-5.2.1.tar.gz" -MD5SUM="6020a3983c8ef78869ae90e0b2992e49" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.2.2/slpkg-5.2.2.tar.gz" +MD5SUM="8a9a9b6607fa665041f04ecb604aee0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-tomlkit python3-pythondialog" |