wok rev 22301

updated xorg-xsetroot (1.1.0 -> 1.1.2)
author Hans-G?nter Theisgen
date Wed Nov 13 17:07:02 2019 +0100 (2019-11-13)
parents 66183b1cac5d
children f84769d48248
files xorg-xsetroot/receipt
line diff
     1.1 --- a/xorg-xsetroot/receipt	Wed Nov 13 17:02:57 2019 +0100
     1.2 +++ b/xorg-xsetroot/receipt	Wed Nov 13 17:07:02 2019 +0100
     1.3 @@ -1,30 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xsetroot"
     1.7 -VERSION="1.1.0"
     1.8 +VERSION="1.1.2"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Xsetroot is a tool to configure X root background color."
    1.11 +SHORT_DESC="A tool to configure X root background color."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16  SOURCE="xsetroot"
    1.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="https://www.x.org/"
    1.19  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.20 +
    1.21 +DEPENDS="xorg-libXcursor xorg-libXmu"
    1.22 +BUILD_DEPENDS="xorg-libXcursor-dev xorg-libXmu-dev xorg-xbitmaps"
    1.23 +
    1.24  HOST_ARCH="i486 arm"
    1.25  
    1.26 -DEPENDS="xorg-libXmu xorg-libXcursor"
    1.27 -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXcursor-dev xorg-xbitmaps"
    1.28 -
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32  	./configure $CONFIGURE_ARGS &&
    1.33 -	make && make install
    1.34 +	make &&
    1.35 +	make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41  	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/bin $fs/usr
    1.43 +	cp -a $install/usr/bin	$fs/usr
    1.44  }