wok-next diff superswitcher/receipt @ rev 20404

Up cookutils (1019)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:34:32 2017 +0200 (2017-12-07)
parents 518c632316b9
children d6378d455338
line diff
     1.1 --- a/superswitcher/receipt	Sun Oct 15 00:50:19 2017 +0200
     1.2 +++ b/superswitcher/receipt	Thu Dec 07 14:34:32 2017 +0200
     1.3 @@ -12,12 +12,11 @@
     1.4  
     1.5  DEPENDS="gtk+ libwnck2 GConf"
     1.6  BUILD_DEPENDS="perl-xml-parser intltool glib-dev gtk+-dev libwnck2-dev \
     1.7 -autoconf automake"
     1.8 +xorg-libXcomposite-dev xorg-libXrender-dev autoconf automake"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    1.15  
    1.16  	# Fix from Gentoo: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild
    1.17 @@ -41,4 +40,3 @@
    1.18  	mkdir -p $fs/usr
    1.19  	cp -a $install/usr/bin $fs/usr
    1.20  }
    1.21 -