diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-12-15 20:39:53 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-12-16 08:59:50 +0100 |
commit | c56a16f1ecd0afa42c16dab6fdfb1f0b667dc287 (patch) | |
tree | d954850372722972b665c6894a50f57f2463a5ae /source/xfce | |
parent | 0dc2fd5cf511a8234b81a1df1444fb2a0a131eaa (diff) | |
download | current-c56a16f1ecd0afa42c16dab6fdfb1f0b667dc287.tar.gz |
Tue Dec 15 20:39:53 UTC 202020201215203953
d/python-pip-20.3.3-x86_64-1.txz: Upgraded.
kde/sddm-0.19.0-x86_64-3.txz: Rebuilt.
In SDDM's Xsession script, don't source $HOME/.xsession as this may launch
the wrong session type or cause dbus-run-session to start twice breaking
logout.
l/orc-0.4.32-x86_64-1.txz: Upgraded.
l/pipewire-0.3.18-x86_64-1.txz: Upgraded.
l/python-chardet-4.0.0-x86_64-1.txz: Upgraded.
l/python-packaging-20.8-x86_64-1.txz: Upgraded.
n/samba-4.13.3-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-78.6.0-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/78.6.0/releasenotes/
xfce/mousepad-0.5.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/xfce')
-rwxr-xr-x | source/xfce/mousepad/mousepad.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/xfce/mousepad/mousepad.SlackBuild b/source/xfce/mousepad/mousepad.SlackBuild index a12c17b1..393251b4 100755 --- a/source/xfce/mousepad/mousepad.SlackBuild +++ b/source/xfce/mousepad/mousepad.SlackBuild @@ -94,10 +94,8 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --enable-gtk3 \ - --enable-dbus \ + --disable-debug \ --build=$ARCH-slackware-linux || exit 1 -# --disable-schemas-compile \ make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 |