diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-04-28 18:50:52 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-04-29 06:59:43 +0200 |
commit | 6e7367558a81e9565a69e3657c01a624dec5e892 (patch) | |
tree | de11dd67319668664017bceb64716471e16c8863 /source | |
parent | 2ab30d1fd90998cdb2715bec99430671123c3ece (diff) | |
download | current-6e7367558a81e9565a69e3657c01a624dec5e892.tar.gz |
Thu Apr 28 18:50:52 UTC 202220220428185052
ap/lsof-4.95.0-x86_64-1.txz: Upgraded.
ap/nano-6.3-x86_64-1.txz: Upgraded.
l/libnotify-0.7.11-x86_64-1.txz: Upgraded.
l/pipewire-0.3.51-x86_64-1.txz: Upgraded.
n/libmbim-1.26.4-x86_64-1.txz: Upgraded.
n/libqmi-1.30.6-x86_64-1.txz: Upgraded.
n/postfix-3.7.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/ap/lsof/lsof.SlackBuild | 2 | ||||
-rw-r--r-- | source/ap/lsof/lsof.url | 1 | ||||
-rwxr-xr-x | source/l/libnotify/libnotify.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/libnotify/slack-desc | 4 | ||||
-rwxr-xr-x | source/l/pipewire/pipewire.SlackBuild | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/source/ap/lsof/lsof.SlackBuild b/source/ap/lsof/lsof.SlackBuild index 7baa0a69..ef210a7a 100755 --- a/source/ap/lsof/lsof.SlackBuild +++ b/source/ap/lsof/lsof.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=lsof VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/lsof/lsof.url b/source/ap/lsof/lsof.url index 7e6fefa2..0b70f564 100644 --- a/source/ap/lsof/lsof.url +++ b/source/ap/lsof/lsof.url @@ -1,2 +1 @@ https://github.com/lsof-org/lsof/releases -https://github.com/lsof-org/lsof/archive/4.94.0.tar.gz diff --git a/source/l/libnotify/libnotify.SlackBuild b/source/l/libnotify/libnotify.SlackBuild index 376248b1..c82ae7ac 100755 --- a/source/l/libnotify/libnotify.SlackBuild +++ b/source/l/libnotify/libnotify.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libnotify VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/libnotify/slack-desc b/source/l/libnotify/slack-desc index ef0fe6b6..7cad2dd5 100644 --- a/source/l/libnotify/slack-desc +++ b/source/l/libnotify/slack-desc @@ -8,9 +8,9 @@ |-----handy-ruler--------------------------------------------------| libnotify: libnotify (notification library) libnotify: -libnotify: A general library for event notification +libnotify: A general library for event notification. libnotify: -libnotify: Homepage: https://developer.gnome.org/libnotify +libnotify: Homepage: https://gitlab.gnome.org/GNOME/libnotify libnotify: libnotify: libnotify: diff --git a/source/l/pipewire/pipewire.SlackBuild b/source/l/pipewire/pipewire.SlackBuild index 5ace2cd5..85eca27b 100755 --- a/source/l/pipewire/pipewire.SlackBuild +++ b/source/l/pipewire/pipewire.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pipewire VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |