wok-next rev 20379

superswitcher: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 26 22:33:32 2017 +0100 (2017-11-26)
parents 5dc1dd7c4618
children 41f56649ce60
files gnutls/receipt sipsak/receipt superswitcher/receipt
line diff
     1.1 --- a/gnutls/receipt	Sun Nov 26 12:21:59 2017 +0100
     1.2 +++ b/gnutls/receipt	Sun Nov 26 22:33:32 2017 +0100
     1.3 @@ -31,6 +31,7 @@
     1.4  	esac
     1.5  
     1.6  	./configure \
     1.7 +		--enable-openssl-compatibility \
     1.8  		--with-default-trust-store-file="/etc/ssl/ca-bundle.crt" \
     1.9  		$CONFIGURE_ARGS ${ARCH_ARGS} &&
    1.10  	make && make install &&
     2.1 --- a/sipsak/receipt	Sun Nov 26 12:21:59 2017 +0100
     2.2 +++ b/sipsak/receipt	Sun Nov 26 22:33:32 2017 +0100
     2.3 @@ -16,6 +16,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +	sed -i 's|inline char\* get_body|char* get_body|' header_f.*
     2.8  	./configure --prefix=/usr --infodir=/usr/share/info \
     2.9  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.10  	make &&
    2.11 @@ -28,4 +29,3 @@
    2.12  	mkdir -p $fs/usr
    2.13  	cp -a $install/usr/bin $fs/usr
    2.14  }
    2.15 -
     3.1 --- a/superswitcher/receipt	Sun Nov 26 12:21:59 2017 +0100
     3.2 +++ b/superswitcher/receipt	Sun Nov 26 22:33:32 2017 +0100
     3.3 @@ -12,12 +12,11 @@
     3.4  
     3.5  DEPENDS="gtk+ libwnck2 GConf"
     3.6  BUILD_DEPENDS="perl-xml-parser intltool glib-dev gtk+-dev libwnck2-dev \
     3.7 -autoconf automake"
     3.8 +xorg-libXcomposite-dev xorg-libXrender-dev autoconf automake"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
    3.12  {
    3.13 -	cd $src
    3.14  	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    3.15  
    3.16  	# Fix from Gentoo: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild
    3.17 @@ -41,4 +40,3 @@
    3.18  	mkdir -p $fs/usr
    3.19  	cp -a $install/usr/bin $fs/usr
    3.20  }
    3.21 -