wok-current rev 8683
Fix superswitcher
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 18:55:03 2011 +0100 (2011-02-17) |
parents | 63aa805b30e0 |
children | ff23003cfd91 |
files | superswitcher/receipt |
line diff
1.1 --- a/superswitcher/receipt Thu Feb 17 02:12:31 2011 +0000 1.2 +++ b/superswitcher/receipt Thu Feb 17 18:55:03 2011 +0100 1.3 @@ -15,6 +15,14 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + 1.8 + # Fix from Gentoo: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild 1.9 + patch -p1 < $stuff/superswitcher-0.6-wnck-workspace.patch 1.10 + sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am 1.11 + aclocal 1.12 + autoconf 1.13 + automake --add-missing 1.14 + 1.15 ./configure \ 1.16 --prefix=/usr \ 1.17 --infodir=/usr/share/info \