# HG changeset patch # User Antoine Bodin # Date 1297965303 -3600 # Node ID b29bb6413b0ad21b6b0205c6497bf0164902a094 # Parent 63aa805b30e048acf0a1fd107ecf4a06c91c3e59 Fix superswitcher diff -r 63aa805b30e0 -r b29bb6413b0a superswitcher/receipt --- a/superswitcher/receipt Thu Feb 17 02:12:31 2011 +0000 +++ b/superswitcher/receipt Thu Feb 17 18:55:03 2011 +0100 @@ -15,6 +15,14 @@ compile_rules() { cd $src + + # Fix from Gentoo: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild + patch -p1 < $stuff/superswitcher-0.6-wnck-workspace.patch + sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am + aclocal + autoconf + automake --add-missing + ./configure \ --prefix=/usr \ --infodir=/usr/share/info \