wok-next diff compton/receipt @ rev 20389

clutter: fix copy-paste typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 01 15:36:27 2017 +0200 (2017-12-01)
parents ec4ebc01cb25
children c4e53a39395a
line diff
     1.1 --- a/compton/receipt	Fri Oct 06 01:28:11 2017 +0300
     1.2 +++ b/compton/receipt	Fri Dec 01 15:36:27 2017 +0200
     1.3 @@ -16,15 +16,12 @@
     1.4  BUILD_DEPENDS="pcre-dev xorg-libX11-dev xorg-libXcomposite-dev \
     1.5  xorg-libXfixes-dev xorg-libXdamage-dev xorg-libXrender-dev xorg-libXext-dev \
     1.6  xorg-libXrandr-dev xorg-libXinerama-dev dbus-dev asciidoc libxml2-tools \
     1.7 -docbook-xsl"
     1.8 +docbook-xsl libconfig-dev"
     1.9  # Optional bdeps: libconfig-dev libdrm-dev mesa-dev
    1.10  
    1.11 -# Rules to configure and make the package.
    1.12 -compile_rules()
    1.13 -{
    1.14 +compile_rules() {
    1.15  	make \
    1.16  		COMPTON_VERSION=v$VERSION \
    1.17 -		NO_LIBCONFIG=yes \
    1.18  		NO_VSYNC_DRM=yes \
    1.19  		NO_VSYNC_OPENGL=yes \
    1.20  		PREFIX=/usr \
    1.21 @@ -36,12 +33,10 @@
    1.22  	cp -r $stuff/autostart $install/etc/xdg/
    1.23  }
    1.24  
    1.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 -genpkg_rules()
    1.27 -{
    1.28 +genpkg_rules() {
    1.29  	copy etc/ bin/	# skip icons
    1.30  	DEPENDS="dbus pcre xorg-libX11 xorg-libXcomposite xorg-libXdamage \
    1.31  	xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
    1.32 -	xorg-libXrender   xorg-xwininfo xorg-xprop"
    1.33 +	xorg-libXrender   xorg-xwininfo xorg-xprop libconfig"
    1.34  	CONFIG_FILES="/etc/xdg/compton/compton.conf"
    1.35  }