wok-next diff lxappearance/receipt @ rev 20814

palemoon: fatal error: sys/int_types.h
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 19:28:54 2018 +0000 (2018-06-13)
parents c4e53a39395a
children f48456621a9d
line diff
     1.1 --- a/lxappearance/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/lxappearance/receipt	Wed Jun 13 19:28:54 2018 +0000
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="https://wiki.lxde.org/en/LXAppearance"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxappearance.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.11 @@ -14,24 +15,18 @@
    1.12  BUILD_DEPENDS="intltool xorg-libX11-dev gtk+-dev dbus-dev dbus-glib-dev"
    1.13  SPLIT="lxappearance-dev"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 -	# http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxappearance.html
    1.19 -
    1.20 +compile_rules() {
    1.21  	# remove keywords from desktop file
    1.22  	sed -i '/^_Keywords/d' $src/data/lxappearance.desktop.in
    1.23  
    1.24  	./configure \
    1.25 -		--sysconfdir=/etc \
    1.26  		--enable-dbus \
    1.27  		$CONFIGURE_ARGS &&
    1.28 -	make && make install
    1.29 +	make &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 +genpkg_rules() {
    1.37  	TAGS="LXDE"
    1.38  	case $PACKAGE in
    1.39  		lxappearance)