diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-11-01 23:42:44 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-11-02 01:40:45 +0100 |
commit | bafbc3db1bc6d56fd6514c65c447f72c2a0fe044 (patch) | |
tree | cc02bf8bc08fac8f81d9d931a02c29104e510a39 /source/xfce/xfconf/xfconf.SlackBuild | |
parent | d25b2aeb94bb89c718be449ec263fe5ff1e4d627 (diff) | |
download | current-bafbc3db1bc6d56fd6514c65c447f72c2a0fe044.tar.gz current-bafbc3db1bc6d56fd6514c65c447f72c2a0fe044.tar.xz |
Wed Nov 1 23:42:44 UTC 202320231101234244
a/aaa_libraries-15.1-x86_64-22.txz: Rebuilt.
Upgraded: libz.so.1.3, libcares.so.2.7.2, libglib-2.0.so.0.7800.1,
libgmodule-2.0.so.0.7800.1, libjson-c.so.5.3.0, liblzma.so.5.4.5,
libmpfr.so.6.2.1.
Removed: libboost_*.so.1.82.0, libicu*.so.72.1.
Added (temporarily): libicu*.so.73.2.
a/mcelog-196-x86_64-1.txz: Upgraded.
a/shadow-4.14.2-x86_64-1.txz: Upgraded.
a/xfsprogs-6.5.0-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
a/xz-5.4.5-x86_64-1.txz: Upgraded.
ap/ghostscript-10.02.1-x86_64-1.txz: Upgraded.
ap/inxi-3.3.31_1-noarch-1.txz: Upgraded.
ap/sqlite-3.44.0-x86_64-1.txz: Upgraded.
Compiled against icu4c-74.1.
kde/kdeplasma-addons-5.27.9-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
kde/konsole-23.08.2-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
kde/krita-5.2.1-x86_64-1.txz: Upgraded.
kde/plasma-workspace-5.27.9.1-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/boost-1.83.0-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/harfbuzz-8.2.2-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/icu4c-74.1-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/libical-3.0.17-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/libqalculate-4.8.1-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/libvisio-0.1.7-x86_64-12.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/mozjs102-102.15.1esr-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/nodejs-20.9.0-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/qt5-5.15.11_20231024_2b45d158-x86_64-1.txz: Upgraded.
Compiled against icu4c-74.1.
l/qt5-webkit-5.212.0_alpha4-x86_64-12.txz: Rebuilt.
Recompiled against icu4c-74.1.
l/vte-0.74.1-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
n/dovecot-2.3.21-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
n/php-8.2.12-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
n/postfix-3.8.2-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
n/samba-4.19.2-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
n/tin-2.6.2-x86_64-3.txz: Rebuilt.
Recompiled against icu4c-74.1.
t/texlive-2023.230322-x86_64-6.txz: Rebuilt.
Recompiled against icu4c-74.1.
tcl/tcl-8.6.13-x86_64-2.txz: Rebuilt.
Recompiled against icu4c-74.1.
xfce/xfconf-4.18.3-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/xfce/xfconf/xfconf.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/xfce/xfconf/xfconf.SlackBuild b/source/xfce/xfconf/xfconf.SlackBuild index 6c6db4db2..df41c1866 100755 --- a/source/xfce/xfconf/xfconf.SlackBuild +++ b/source/xfce/xfconf/xfconf.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xfconf 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 ) @@ -80,9 +80,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ -# Fix xfwm4 crash: -cat $CWD/03f7ff961fd46c9141aba624a278e19de0bf3211.patch | patch -p1 --verbose || exit 1 - # Configure: CFLAGS="$SLKCFLAGS" \ ./configure \ |