summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/l/sof-firmware/sof-firmware.SlackBuild16
-rwxr-xr-xsource/n/php/fetch-php.sh4
-rwxr-xr-xsource/n/php/php.SlackBuild2
-rw-r--r--source/x/x11/build/xman2
-rw-r--r--source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.url2
5 files changed, 13 insertions, 13 deletions
diff --git a/source/l/sof-firmware/sof-firmware.SlackBuild b/source/l/sof-firmware/sof-firmware.SlackBuild
index 152f35066..54c3fc87d 100755
--- a/source/l/sof-firmware/sof-firmware.SlackBuild
+++ b/source/l/sof-firmware/sof-firmware.SlackBuild
@@ -43,9 +43,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
-rm -rf sof-bin-v${VERSION}
-tar xvf $CWD/sof-bin-v$VERSION.tar.?z || exit 1
-cd sof-bin-v$VERSION || exit 1
+rm -rf sof-bin-${VERSION}
+tar xvf $CWD/sof-bin-$VERSION.tar.?z || exit 1
+cd sof-bin-$VERSION || exit 1
# Make sure ownerships and permissions are sane:
chown -R root:root .
@@ -58,28 +58,28 @@ find . \
mkdir -p $PKG/lib/firmware/intel/{sof/community,sof-tplg}
# install debug files
-for i in sof-v$VERSION/*.ldc; do
+for i in sof/*.ldc; do
mv $i $PKG/lib/firmware/intel/sof/
done
# install un-signed binaries
-for i in sof-v$VERSION/*.ri; do
+for i in sof/*.ri; do
mv $i $PKG/lib/firmware/intel/sof/
done
# install intel-signed binaries
# This will overwrite some of the un-signed binaries installed before
-for i in sof-v$VERSION/intel-signed/*.ri; do
+for i in sof/intel-signed/*.ri; do
mv $i $PKG/lib/firmware/intel/sof/
done
# install community-signed binaries
-for i in sof-v$VERSION/community/*.ri; do
+for i in sof/community/*.ri; do
mv $i $PKG/lib/firmware/intel/sof/community/
done
# install topology files
-for i in sof-tplg-v$VERSION/*; do
+for i in sof-tplg/*; do
mv $i $PKG/lib/firmware/intel/sof-tplg/
done
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh
index c4567c981..0939521e1 100755
--- a/source/n/php/fetch-php.sh
+++ b/source/n/php/fetch-php.sh
@@ -1,2 +1,2 @@
-lftpget http://us.php.net/distributions/php-8.2.10.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.2.10.tar.xz
+lftpget http://us.php.net/distributions/php-8.2.11.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.2.11.tar.xz
diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild
index fd0e60a14..00f49b4d7 100755
--- a/source/n/php/php.SlackBuild
+++ b/source/n/php/php.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=php
VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
ALPINE=2.26
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/x/x11/build/xman b/source/x/x11/build/xman
index 00750edc0..d00491fd7 100644
--- a/source/x/x11/build/xman
+++ b/source/x/x11/build/xman
@@ -1 +1 @@
-3
+1
diff --git a/source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.url b/source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.url
index a492ea425..681eaca7d 100644
--- a/source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.url
+++ b/source/xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.url
@@ -1 +1 @@
-http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.4.tar.bz2
+http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.5.tar.bz2