diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-03-25 19:18:41 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-03-26 06:59:44 +0100 |
commit | 138c9f99240ff501678a4123d7a9d44ed14d721a (patch) | |
tree | f99428ad5696d4be217416771d9d5c5e88b78a04 /source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild | |
parent | e54f62d79bf02e3c5765a7b41fad36d70d9a2281 (diff) | |
download | current-138c9f99240ff501678a4123d7a9d44ed14d721a.tar.gz current-138c9f99240ff501678a4123d7a9d44ed14d721a.tar.xz |
Fri Mar 25 19:18:41 UTC 202220220325191841
ap/inxi-3.3.14_1-noarch-1.txz: Upgraded.
l/netpbm-10.97.06-x86_64-1.txz: Upgraded.
n/netatalk-3.1.13-x86_64-1.txz: Upgraded.
x/libevdev-1.12.1-x86_64-1.txz: Upgraded.
x/xdg-desktop-portal-1.14.1-x86_64-1.txz: Upgraded.
xap/seamonkey-2.53.11.1-x86_64-1.txz: Upgraded.
This update contains security fixes and improvements.
For more information, see:
https://www.seamonkey-project.org/releases/seamonkey2.53.11.1
(* Security fix *)
Diffstat (limited to '')
-rwxr-xr-x | source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild b/source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild index a8018be1f..c7449a6a4 100755 --- a/source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild +++ b/source/x/xdg-desktop-portal/xdg-desktop-portal.SlackBuild @@ -107,6 +107,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-static \ --disable-libportal \ --disable-geoclue \ + --with-systemd=no \ --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 |