wok-next diff superswitcher/receipt @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents 518c632316b9
children d6378d455338
line diff
     1.1 --- a/superswitcher/receipt	Sun Oct 15 00:50:19 2017 +0200
     1.2 +++ b/superswitcher/receipt	Sat Apr 21 05:15:11 2018 +0300
     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 -