wok rev 21390

updated lxappearance-obconf (0.2.2 -> 0.2.3)
author Hans-G?nter Theisgen
date Mon Apr 22 15:19:39 2019 +0100 (2019-04-22)
parents 304f90c70e70
children 4175a35819c8
files lxappearance-obconf/receipt
line diff
     1.1 --- a/lxappearance-obconf/receipt	Mon Apr 22 14:59:06 2019 +0100
     1.2 +++ b/lxappearance-obconf/receipt	Mon Apr 22 15:19:39 2019 +0100
     1.3 @@ -1,36 +1,42 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxappearance-obconf"
     1.7 -VERSION="0.2.2"
     1.8 +VERSION="0.2.3"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="LXDE GTK+ theme switcher (plugin)"
    1.11 +TAGS="LXDE"
    1.12 +SHORT_DESC="LXDE GTK+ theme switcher (plugin)."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="https://lxde.org/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.19 -WEB_SITE="https://lxde.org/"
    1.20 -TAGS="LXDE"
    1.21 +
    1.22 +DEPENDS="lxappearance openbox"
    1.23 +BUILD_DEPENDS="expat-dev fontconfig-dev glib-dev gtk+-dev \
    1.24 +	libxcb-dev libxml2-dev lxappearance-dev openbox-dev \
    1.25 +	util-linux-uuid-dev xorg-libSM-dev xorg-libXft-dev \
    1.26 +	xorg-libXinerama-dev xorg-libXrandr-dev"
    1.27 +
    1.28  HOST_ARCH="i486 arm"
    1.29  
    1.30 -DEPENDS="openbox lxappearance"
    1.31 -BUILD_DEPENDS="openbox-dev libxcb-dev glib-dev libxml2-dev \
    1.32 -fontconfig-dev gtk+-dev expat-dev util-linux-uuid-dev lxappearance-dev \
    1.33 -xorg-libXft-dev xorg-libSM-dev xorg-libXinerama-dev xorg-libXrandr-dev"
    1.34 -
    1.35  # Rules to configure and make the package.
    1.36  compile_rules()
    1.37  {
    1.38 -	./configure \
    1.39 -		--sysconfdir=/etc \
    1.40 +	./configure			\
    1.41 +		--sysconfdir=/etc	\
    1.42  		$CONFIGURE_ARGS &&
    1.43 -	make && make install
    1.44 +	make -j 1 &&
    1.45 +	make install
    1.46  }
    1.47  
    1.48  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.49  genpkg_rules()
    1.50  {
    1.51      mkdir -p $fs/usr/share
    1.52 -    cp -a $install/usr/lib $fs/usr
    1.53 -    cp -a $install/usr/share/lxappearance $fs/usr/share
    1.54 +
    1.55 +    cp -a $install/usr/lib			$fs/usr
    1.56 +    cp -a $install/usr/share/lxappearance	$fs/usr/share
    1.57 +
    1.58      rm -f $fs/usr/lib/lxappearance/plugins/*.*a
    1.59  }