wok-next diff xorg-xwd/receipt @ rev 19844

sakura -> sakura-gtk2; vte -> vte-gtk2; add sakura, vte; up gtk-engines, lxde, wpa_supplicant.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 25 15:45:11 2017 +0300 (2017-08-25)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-xwd/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-xwd/receipt	Fri Aug 25 15:45:11 2017 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-xwd"
     1.8  VERSION="1.0.6"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Dump an image of an X window"
    1.11 +SHORT_DESC="Dump current contents of X window or screen to file"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://www.x.org/wiki/"
    1.15 @@ -11,17 +11,23 @@
    1.16  TARBALL="xwd-$VERSION.tar.bz2"
    1.17  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.18  
    1.19 -DEPENDS="xorg-libX11 xorg-libxkbfile"
    1.20  BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-xproto xorg-libxkbfile-dev"
    1.21 +PKG_RULE="std"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./configure $CONFIGURE_ARGS && make && make install
    1.27 +	./configure \
    1.28 +		--sysconfdir=/etc \
    1.29 +		--localstatedir=/var \
    1.30 +		$CONFIGURE_ARGS &&
    1.31 +	make &&
    1.32 +	make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38 -	copy bin/
    1.39 +	copy @std
    1.40 +	DEPENDS="xorg-libX11 xorg-libxkbfile"
    1.41  }