wok rev 23151

updated lxrandr (0.3.1 -> 0.3.2)
author Hans-G?nter Theisgen
date Sun Mar 15 16:40:33 2020 +0100 (2020-03-15)
parents f4b38c321469
children 101ece56578c
files lxrandr/receipt
line diff
     1.1 --- a/lxrandr/receipt	Sun Mar 15 16:17:33 2020 +0100
     1.2 +++ b/lxrandr/receipt	Sun Mar 15 16:40:33 2020 +0100
     1.3 @@ -1,41 +1,45 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxrandr"
     1.7 -VERSION="0.3.1"
     1.8 +VERSION="0.3.2"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="LXDE monitor configuration tool"
    1.11 +TAGS="LXDE"
    1.12 +SHORT_DESC="LXDE monitor configuration tool."
    1.13  MAINTAINER="gokhlayeh@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="https://lxde.org"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 -WEB_SITE="https://lxde.org"
    1.19  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.20 -TAGS="LXDE"
    1.21 -HOST_ARCH="i486 arm"
    1.22  
    1.23  DEPENDS="gtk+ xorg-xrandr"
    1.24  BUILD_DEPENDS="gtk+-dev xorg-libXrandr-dev"
    1.25  
    1.26 +HOST_ARCH="i486 arm"
    1.27 +
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31  	# Fix sources.
    1.32  	echo "Icon=video-display" >> data/lxrandr.desktop.in 
    1.33  	touch po/stamp-it 
    1.34 -	./configure \
    1.35 +
    1.36 +	./configure		\
    1.37  		$CONFIGURE_ARGS &&
    1.38 -	make && make install
    1.39 +	make &&
    1.40 +	make install
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.44  genpkg_rules()
    1.45  {
    1.46  	mkdir -p $fs/usr
    1.47 -	cp -a $install/usr/bin $fs/usr
    1.48 -	cp -a $install/usr/share $fs/usr
    1.49 +	cp -a $install/usr/bin		$fs/usr
    1.50 +	cp -a $install/usr/share	$fs/usr
    1.51  
    1.52 -	# Remove man & locales
    1.53 -	rm -rf $fs/usr/share/man
    1.54 -	rm -rf $fs/usr/share/locale
    1.55 +	# Remove man pages and locales
    1.56 +	rm -rf				$fs/usr/share/man
    1.57 +	rm -rf				$fs/usr/share/locale
    1.58  
    1.59  	sed -i 's|^Icon=.*$|Icon=preferences-desktop-display|' \
    1.60  		$fs/usr/share/applications/lxrandr.desktop