diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-04-17 20:35:48 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-04-17 23:41:21 +0200 |
commit | 2953aca3b1196570be74701d97c90c8c0b6b0d51 (patch) | |
tree | f84a47b25feade82fe455fe607531a3a7c0aec35 /source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild | |
parent | 0172ca92cda072648ac2b648be4e3ed0c671b6ab (diff) | |
download | current-2953aca3b1196570be74701d97c90c8c0b6b0d51.tar.gz current-2953aca3b1196570be74701d97c90c8c0b6b0d51.tar.xz |
Wed Apr 17 20:35:48 UTC 202420240417203548
a/kernel-firmware-20240417_e678699-noarch-1.txz: Upgraded.
a/kernel-generic-6.6.28-x86_64-1.txz: Upgraded.
a/kernel-huge-6.6.28-x86_64-1.txz: Upgraded.
a/kernel-modules-6.6.28-x86_64-1.txz: Upgraded.
a/xfsprogs-6.7.0-x86_64-1.txz: Upgraded.
d/kernel-headers-6.6.28-x86-1.txz: Upgraded.
k/kernel-source-6.6.28-noarch-1.txz: Upgraded.
l/pycups-2.0.3-x86_64-1.txz: Upgraded.
l/python-sphinx-7.3.5-x86_64-1.txz: Upgraded.
n/bluez-5.75-x86_64-2.txz: Rebuilt.
Prune duplicate config files. Thanks to audriusk.
x/libXmu-1.2.1-x86_64-1.txz: Upgraded.
x/util-macros-1.20.1-noarch-1.txz: Upgraded.
x/wayland-protocols-1.35-noarch-1.txz: Upgraded.
xap/mozilla-thunderbird-115.10.0-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/115.10.0/releasenotes/
https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.10
(* Security fix *)
xfce/xfce4-notifyd-0.9.4-x86_64-2.txz: Rebuilt.
Do not install DBus service files, as these cause xfce4-notifyd to start in
plasma sessions. Thanks to ctrlaltca.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to '')
-rwxr-xr-x | source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild b/source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild index df8dda2d8..32312381a 100755 --- a/source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild +++ b/source/xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Xfce4-notifyd # Copyright 2008 Frank Caraballo <fecaraballo{at}gmail{dot}com> -# Copyright 2010, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2010, 2018, 2020, 2024 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xfce4-notifyd VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -87,6 +87,7 @@ CFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --enable-debug=no \ + --disable-dbus-start-daemon \ --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || make || exit 1 |