wok-next diff gtk+3/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents 0e7893ac206d
children d958fec46c9f
line diff
     1.1 --- a/gtk+3/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/gtk+3/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.3 @@ -8,7 +8,6 @@
     1.4  LICENSE="LGPL2"
     1.5  WEB_SITE="https://www.gtk.org/"
     1.6  LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/gtk3.html"
     1.7 -CROSS_BUGS="bug: /bin/bash: no: command not found"
     1.8  
     1.9  TARBALL="gtk+-$VERSION.tar.xz"
    1.10  WGET_URL="$GNOME_MIRROR/gtk+/${VERSION%.*}/$TARBALL"
    1.11 @@ -21,9 +20,9 @@
    1.12  libxslt gobject-introspection-dev xorg-libSM-dev"
    1.13  SPLIT="gtk+3-demo gtk+3-widget-factory gtk+3-icon-browser gtk+3 gtk+3-dev"
    1.14  COOKOPTS="skip-log-errors" # Failed to open file ?./gdk.gresource.xml?: No such file or directory
    1.15 +CROSS_BUGS="bug: /bin/bash: no: command not found"
    1.16  
    1.17  compile_rules() {
    1.18 -	fix ld
    1.19  	# Handle cross compilation.
    1.20  	case "$ARCH" in
    1.21  		arm*)
    1.22 @@ -35,8 +34,6 @@
    1.23  	esac
    1.24  
    1.25  	./configure \
    1.26 -		--sysconfdir=/etc \
    1.27 -		--localstatedir=/var \
    1.28  		--disable-debug \
    1.29  		--enable-xkb \
    1.30  		--enable-xinerama \
    1.31 @@ -55,7 +52,7 @@
    1.32  	make $MAKEFLAGS &&
    1.33  	make DESTDIR=$DESTDIR install || return 1
    1.34  
    1.35 -	cp -f $stuff/settings.ini $install/etc/gtk-3.0 &&
    1.36 +	cp -f $stuff/settings.ini $install/etc/gtk-3.0
    1.37  	find $install -name '*.desktop' | xargs sed -i '/NoDisplay/d'
    1.38  }
    1.39