wok-next diff xorg-xdpyinfo/receipt @ rev 19988

Add qt5 - now it's look good enough
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 20 03:29:40 2017 +0300 (2017-10-20)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-xdpyinfo/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-xdpyinfo/receipt	Fri Oct 20 03:29:40 2017 +0300
     1.3 @@ -1,34 +1,39 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-xdpyinfo"
     1.8  VERSION="1.3.2"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Display information utility for X-server"
    1.11 +SHORT_DESC="Display information utility for X"
    1.12  MAINTAINER="jozee@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://www.x.org/wiki/"
    1.15 -TAGS="utility xorg display"
    1.16  
    1.17  TARBALL="xdpyinfo-$VERSION.tar.bz2"
    1.18  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.19  
    1.20 -DEPENDS="xorg-libXtst xorg-libXxf86vm xorg-libXrender \
    1.21 -xorg-libXinerama xorg-libXp"
    1.22 -BUILD_DEPENDS="xorg-libXtst-dev xorg-libXxf86vm-dev \
    1.23 -xorg-libXrender-dev xorg-libXinerama-dev xorg-libXp-dev"
    1.24  BUILD_DEPENDS="xorg-util-macros xorg-libXext-dev xorg-libX11-dev \
    1.25 -xorg-libXtst-dev libxcb-dev xorg-xproto xorg-libXxf86vm-dev \
    1.26 +xorg-libXtst-dev xorg-libxcb-dev xorg-xproto xorg-libXxf86vm-dev \
    1.27  xorg-libXxf86dga-dev xorg-libXrender-dev xorg-libXcomposite-dev \
    1.28 -xorg-libXinerama-dev xorg-libdmx-dev" # xxf86misc.pc?
    1.29 +xorg-libXinerama-dev xorg-libdmx-dev xorg-libXxf86misc-dev"
    1.30 +PKG_RULE="std"
    1.31  
    1.32  # Rules to configure and make the package.
    1.33  compile_rules()
    1.34  {
    1.35 -	./configure $CONFIGURE_ARGS && make && make install
    1.36 +	./configure \
    1.37 +		--sysconfdir=/etc \
    1.38 +		--localstatedir=/var \
    1.39 +		$CONFIGURE_ARGS &&
    1.40 +	make &&
    1.41 +	make install
    1.42  }
    1.43  
    1.44  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.45  genpkg_rules()
    1.46  {
    1.47 -	copy bin/
    1.48 +	copy @std
    1.49 +	DEPENDS="xorg-libX11 xorg-libXcomposite xorg-libXext xorg-libXi \
    1.50 +	xorg-libXinerama xorg-libXrender xorg-libXtst xorg-libXxf86dga \
    1.51 +	xorg-libXxf86misc xorg-libXxf86vm xorg-libdmx xorg-libxcb"
    1.52 +	TAGS="utility xorg display"
    1.53  }