wok diff superswitcher/receipt @ rev 8957

Fixed xpat2 to not need xorg and xorg-dev. Add xorg-libX11, xorg-libXt, and xorg-libXaw to xpat2 depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 18:45:33 2011 +0000 (2011-03-01)
parents 4897058add72
children 66bf43586a94
line diff
     1.1 --- a/superswitcher/receipt	Sun Feb 28 17:49:32 2010 +0100
     1.2 +++ b/superswitcher/receipt	Tue Mar 01 18:45:33 2011 +0000
     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 \