diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-02-06 21:45:37 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-02-06 23:44:07 +0100 |
commit | b1547e7faa21be05a580c79f09b665962cc00ac3 (patch) | |
tree | 5349aa164a21e4154520b74f0e21758dc1840e37 /source | |
parent | 4ad114cc614c1278b52b287602360f518d8b4611 (diff) | |
download | current-b1547e7faa21be05a580c79f09b665962cc00ac3.tar.gz current-b1547e7faa21be05a580c79f09b665962cc00ac3.tar.xz |
Tue Feb 6 21:45:37 UTC 202420240206214537
a/kernel-firmware-20240203_b4b04a5-noarch-1.txz: Upgraded.
ap/inxi-3.3.32_1-noarch-1.txz: Upgraded.
d/ccache-4.9.1-x86_64-1.txz: Upgraded.
d/cmake-3.28.3-x86_64-1.txz: Upgraded.
l/jasper-4.2.0-x86_64-1.txz: Upgraded.
x/libpciaccess-0.18-x86_64-1.txz: Upgraded.
x/xdg-utils-1.2.1-noarch-1.txz: Upgraded.
xfce/garcon-4.18.2-x86_64-1.txz: Upgraded.
xfce/libxfce4ui-4.18.5-x86_64-1.txz: Upgraded.
xfce/libxfce4util-4.18.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/ap/inxi/fetch-inxi.sh | 18 | ||||
-rw-r--r-- | source/ap/inxi/inxi.url | 2 | ||||
-rw-r--r-- | source/ap/inxi/slack-desc | 2 | ||||
-rw-r--r-- | source/d/cmake/cmake.url | 2 | ||||
-rwxr-xr-x | source/d/tree-sitter/tree-sitter.SlackBuild | 4 | ||||
-rw-r--r-- | source/l/jasper/jasper.url | 2 | ||||
-rw-r--r-- | source/x/x11/configure/libpciaccess | 17 | ||||
-rw-r--r-- | source/x/x11/make/libpciaccess | 5 | ||||
-rw-r--r-- | source/x/xdg-utils/af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9.patch | 24 | ||||
-rwxr-xr-x | source/x/xdg-utils/fetch-xdg-utils.sh | 2 | ||||
-rwxr-xr-x | source/x/xdg-utils/xdg-utils.SlackBuild | 11 | ||||
-rw-r--r-- | source/x/xdg-utils/xdg-utils.url | 4 |
12 files changed, 43 insertions, 50 deletions
diff --git a/source/ap/inxi/fetch-inxi.sh b/source/ap/inxi/fetch-inxi.sh index 1f2e2e4b8..2b5edf6b2 100755 --- a/source/ap/inxi/fetch-inxi.sh +++ b/source/ap/inxi/fetch-inxi.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2019, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2019, 2020, 2024 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,13 +24,13 @@ PKGNAM=inxi # Pull a stable branch + patches -BRANCH=${1:-master} +BRANCH=${1:-3.3.32-1} # Clear download area: rm -rf ${PKGNAM} # Clone repository: -git clone https://github.com/smxi/${PKGNAM} +git clone https://codeberg.org/smxi/${PKGNAM} # checkout $BRANCH: ( cd ${PKGNAM} @@ -42,11 +42,11 @@ DATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%Y%m%d )" LONGDATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%c )" # Cleanup. We're not packing up the whole git repo. ( cd ${PKGNAM} && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) -mv ${PKGNAM} ${PKGNAM}-${DATE}_${HEADISAT} -tar cf ${PKGNAM}-${DATE}_${HEADISAT}.tar ${PKGNAM}-${DATE}_${HEADISAT} -plzip -9 -f ${PKGNAM}-${DATE}_${HEADISAT}.tar -rm -rf ${PKGNAM}-${DATE}_${HEADISAT} -touch -d "$LONGDATE" ${PKGNAM}-${DATE}_${HEADISAT}.tar.lz +mv ${PKGNAM} ${PKGNAM}-${BRANCH} +tar cf ${PKGNAM}-${BRANCH}.tar ${PKGNAM}-${BRANCH} +plzip -9 -f ${PKGNAM}-${BRANCH}.tar +rm -rf ${PKGNAM}-${BRANCH} +touch -d "$LONGDATE" ${PKGNAM}-${BRANCH}.tar.lz echo -echo "${PKGNAM} branch $BRANCH with HEAD at $HEADISAT packaged as ${PKGNAM}-${DATE}_${HEADISAT}.tar.lz" +echo "${PKGNAM} branch $BRANCH with HEAD at $HEADISAT packaged as ${PKGNAM}-${BRANCH}.tar.lz" echo diff --git a/source/ap/inxi/inxi.url b/source/ap/inxi/inxi.url index 92f480c34..01af581ec 100644 --- a/source/ap/inxi/inxi.url +++ b/source/ap/inxi/inxi.url @@ -1 +1 @@ -https://github.com/smxi/inxi +https://codeberg.org/smxi/inxi diff --git a/source/ap/inxi/slack-desc b/source/ap/inxi/slack-desc index 3b33f582e..f4142d971 100644 --- a/source/ap/inxi/slack-desc +++ b/source/ap/inxi/slack-desc @@ -15,5 +15,5 @@ inxi: shows system hardware, CPU, drivers, Xorg, Desktop, Kernel, gcc inxi: version(s), processes, RAM usage, and a wide variety of other useful inxi: information. inxi: -inxi: Homepage: https://github.com/smxi/inxi +inxi: Homepage: https://codeberg.org/smxi/inxi inxi: diff --git a/source/d/cmake/cmake.url b/source/d/cmake/cmake.url index e49c5a341..8ddccb9a4 100644 --- a/source/d/cmake/cmake.url +++ b/source/d/cmake/cmake.url @@ -1,2 +1,2 @@ https://github.com/Kitware/CMake/releases -https://github.com/Kitware/CMake/releases/download/v3.28.2/cmake-3.28.2.tar.gz +https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3.tar.gz diff --git a/source/d/tree-sitter/tree-sitter.SlackBuild b/source/d/tree-sitter/tree-sitter.SlackBuild index 83787db09..3fab6f556 100755 --- a/source/d/tree-sitter/tree-sitter.SlackBuild +++ b/source/d/tree-sitter/tree-sitter.SlackBuild @@ -91,8 +91,8 @@ find . \ ) # Build and install library: -make $NUMJOBS PREFIX=/usr LIBDIR=/usr/lib${LIBDIRSUFFIX} -make DESTDIR=$PKG PREFIX=/usr LIBDIR=/usr/lib${LIBDIRSUFFIX} install +make $NUMJOBS PREFIX=/usr LIBDIR=/usr/lib${LIBDIRSUFFIX} || exit 1 +make DESTDIR=$PKG PREFIX=/usr LIBDIR=/usr/lib${LIBDIRSUFFIX} install || exit 1 # Build and install cli: ( cd cli diff --git a/source/l/jasper/jasper.url b/source/l/jasper/jasper.url index d0c7489a5..fc909e3af 100644 --- a/source/l/jasper/jasper.url +++ b/source/l/jasper/jasper.url @@ -1,2 +1,2 @@ https://github.com/jasper-software/jasper/releases -https://github.com/jasper-software/jasper/releases/download/version-4.1.2/jasper-4.1.2.tar.gz +https://github.com/jasper-software/jasper/releases/download/version-4.2.0/jasper-4.2.0.tar.gz diff --git a/source/x/x11/configure/libpciaccess b/source/x/x11/configure/libpciaccess new file mode 100644 index 000000000..cd149401c --- /dev/null +++ b/source/x/x11/configure/libpciaccess @@ -0,0 +1,17 @@ +export CFLAGS="$SLKCFLAGS" +export CXXFLAGS="$SLKCFLAGS" +mkdir build +cd build +meson setup \ + --prefix=/usr \ + --libdir=lib${LIBDIRSUFFIX} \ + --libexecdir /usr/libexec \ + --bindir /usr/bin \ + --sbindir /usr/sbin \ + --includedir /usr/include \ + --datadir /usr/share \ + --mandir /usr/man \ + --sysconfdir /etc \ + --localstatedir /var \ + --buildtype=release \ + .. || exit 1 diff --git a/source/x/x11/make/libpciaccess b/source/x/x11/make/libpciaccess new file mode 100644 index 000000000..635ee83dc --- /dev/null +++ b/source/x/x11/make/libpciaccess @@ -0,0 +1,5 @@ +export CFLAGS="$SLKCFLAGS" +export CXXFLAGS="$SLKCFLAGS" + ninja || exit 1 + DESTDIR=$PKG ninja install || exit 1 +cd .. diff --git a/source/x/xdg-utils/af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9.patch b/source/x/xdg-utils/af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9.patch deleted file mode 100644 index 08a650c16..000000000 --- a/source/x/xdg-utils/af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9.patch +++ /dev/null @@ -1,24 +0,0 @@ -From af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9 Mon Sep 17 00:00:00 2001 -From: Harald Sitter <sitter@kde.org> -Date: Tue, 30 Jan 2024 11:24:41 +0100 -Subject: xdg-icon-resource: unbreak syntax by removing stray grave accent - ---- - scripts/xdg-icon-resource.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/scripts/xdg-icon-resource.in b/scripts/xdg-icon-resource.in -index 0bfa26b..47ba6d6 100644 ---- a/scripts/xdg-icon-resource.in -+++ b/scripts/xdg-icon-resource.in -@@ -306,7 +306,7 @@ fi - need_kde_icon_path() - { - local path -- path="$(xdg_realpath "$1")" 2> /dev/null` # Normalize path -+ path="$(xdg_realpath "$1")" 2> /dev/null # Normalize path - DEBUG 2 "need_kde_icon_path $path" - if [ -z "$path" ] ; then - DEBUG 2 "need_kde_icon_path RETURN 1 (not needed, no xdg icon dir)" --- -cgit v1.2.3 diff --git a/source/x/xdg-utils/fetch-xdg-utils.sh b/source/x/xdg-utils/fetch-xdg-utils.sh index 3a73abcb6..3995c718e 100755 --- a/source/x/xdg-utils/fetch-xdg-utils.sh +++ b/source/x/xdg-utils/fetch-xdg-utils.sh @@ -24,7 +24,7 @@ PKGNAM=xdg-utils # Pull a stable branch + patches -BRANCH=${1:-v1.2.0} +BRANCH=${1:-v1.2.1} # Clear download area: rm -rf ${PKGNAM} diff --git a/source/x/xdg-utils/xdg-utils.SlackBuild b/source/x/xdg-utils/xdg-utils.SlackBuild index 6151abc55..97d93cf85 100755 --- a/source/x/xdg-utils/xdg-utils.SlackBuild +++ b/source/x/xdg-utils/xdg-utils.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xdg-utils -VERSION=1.2.0 +VERSION=1.2.1 PKG_VERSION=${VERSION/-/_} ARCH=noarch BUILD=${BUILD:-1} @@ -50,16 +50,13 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP || exit 1 -rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 -cd $PKGNAM-$VERSION || exit 1 +rm -rf $PKGNAM-$VERSION $PKGNAM-v$VERSION +tar xvf $CWD/$PKGNAM-v$VERSION.tar.?z || tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 +cd $PKGNAM-v$VERSION || cd $PKGNAM-$VERSION || exit 1 # Fix xdg-open usage in LXDE: zcat $CWD/xdg-open.no.relative.paths.diff.gz | patch -p1 --verbose || exit 1 -# Post 1.2.0 upstream fix: -cat $CWD/af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9.patch | patch -p1 --verbose || exit 1 - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/x/xdg-utils/xdg-utils.url b/source/x/xdg-utils/xdg-utils.url index d4ff6173a..087118b43 100644 --- a/source/x/xdg-utils/xdg-utils.url +++ b/source/x/xdg-utils/xdg-utils.url @@ -1,3 +1 @@ -http://www.freedesktop.org/wiki/Software/xdg-utils/ -http://portland.freedesktop.org/download/ -https://cgit.freedesktop.org/xdg/xdg-utils/ +https://gitlab.freedesktop.org/xdg/xdg-utils |