From 5a1f3c67997f90164a26e9c925a70a5e1e6e2ce9 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Thu, 30 Jan 2014 20:09:00 -0600 Subject: desktop/icewm: Included some patches from Fedora and Gentoo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Janusz Kuśnierek for the suggestion. Signed-off-by: Robby Workman --- desktop/icewm/icewm.SlackBuild | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'desktop/icewm/icewm.SlackBuild') diff --git a/desktop/icewm/icewm.SlackBuild b/desktop/icewm/icewm.SlackBuild index de7e089512..1e093cf2ce 100644 --- a/desktop/icewm/icewm.SlackBuild +++ b/desktop/icewm/icewm.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=icewm VERSION=${VERSION:-1.3.8} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -75,6 +75,15 @@ patch -p1 < $CWD/patches/explicitly-link-fontconfig.diff # Since we put the html files in $docdir/html/, let's fix the integrated help: patch -p1 < $CWD/patches/icewm-1.3.x-fix_html_docdir.diff +# Fix thermal information handling (Gentoo Bug #452730 by Dag Bakke) +patch -p1 < $CWD/patches/icewm-1.3.7-thermal.patch + +# Fix icon size in menu (thanks to Fedora via Gentoo, iiuc) +patch -p1 < $CWD/patches/icewm-1.3.7-menuiconsize.patch + +# Set some sane keyboard shortcut defaults (thanks, Fedora) +patch -p1 < $CWD/patches/icewm-keys.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -113,6 +122,9 @@ cp -a \ AUTHORS BUGS CHANGES COPYING INSTALL PLATFORMS README* TODO VERSION \ $PKG/usr/doc/$PRGNAM-$VERSION cp -a doc/*.html $PKG/usr/doc/$PRGNAM-$VERSION/html +# Add a menu generator for xdg menus to docs +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/contrib +cat $CWD/icewm-xdg-menu > $PKG/usr/doc/$PRGNAM-$VERSION/contrib/icewm-xdg-menu cat $CWD/icewm.SlackBuild > $PKG/usr/doc/icewm-$VERSION/icewm.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3