summaryrefslogtreecommitdiffstats
path: root/source/xfce/xfce4-settings/xfce4-settings.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-06-09 18:41:17 +0000
committer Eric Hameleers <alien@slackware.com>2024-06-09 21:04:22 +0200
commit5e846dcebfaa9dc5c6d06421b1097b9969c8285e (patch)
tree3a0be39593a11d2d04c498a99f3e3ec3734a93ed /source/xfce/xfce4-settings/xfce4-settings.SlackBuild
parent419e67ee42ec518e6bd6b2431b2dac91756998cf (diff)
downloadcurrent-5e846dcebfaa9dc5c6d06421b1097b9969c8285e.tar.gz
current-5e846dcebfaa9dc5c6d06421b1097b9969c8285e.tar.xz
Sun Jun 9 18:41:17 UTC 202420240609184117
l/qt6-6.7.1_20240516_6977d02f-x86_64-3.txz: Rebuilt. Fixed config option: -DINSTALL_MKSPECSDIR=lib${LIBDIRSUFFIX}/qt6/mkspecs Thanks to USUARIONUEVO. x/fcitx5-qt-5.1.6-x86_64-2.txz: Rebuilt. Recompiled against qt6-6.7.1_20240516_6977d02f to fix segfaults. Thanks to rinza. x/mesa-24.1.1-x86_64-3.txz: Rebuilt. Don't allow amber drivers to overwrite modern ones. Thanks to LuckyCyborg. Bundle the subprojects instead of allowing them to download. xfce/xfce4-settings-4.18.5-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/xfce/xfce4-settings/xfce4-settings.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xfce/xfce4-settings/xfce4-settings.SlackBuild b/source/xfce/xfce4-settings/xfce4-settings.SlackBuild
index 1ef9b4a58..65b93db33 100755
--- a/source/xfce/xfce4-settings/xfce4-settings.SlackBuild
+++ b/source/xfce/xfce4-settings/xfce4-settings.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xfce4-settings
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:
MARCH=$( uname -m )