wok-next diff xorg-setxkbmap/receipt @ rev 19733

Some receipts v2: apr, apr-util, aspell, at-spi2-core, at-spi2-atk, atk, atkmm, cairomm, colord, glibmm, libsigc++, libxslt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 26 16:40:11 2017 +0300 (2017-05-26)
parents 4ba762f15bab
children f463de72afe3
line diff
     1.1 --- a/xorg-setxkbmap/receipt	Sat Mar 15 20:54:02 2014 +0100
     1.2 +++ b/xorg-setxkbmap/receipt	Fri May 26 16:40:11 2017 +0300
     1.3 @@ -1,34 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-setxkbmap"
     1.7 -VERSION="1.3.0"
     1.8 +VERSION="1.3.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Set the keyboard using the X Keyboard Extension."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -SOURCE="setxkbmap"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.x.org/"
    1.16 -WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.17 +WEB_SITE="https://www.x.org/wiki/"
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20 -DEPENDS="xorg-xkeyboard-config"
    1.21 +TARBALL="setxkbmap-$VERSION.tar.bz2"
    1.22 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.23 +
    1.24 +DEPENDS="xorg-libxkbfile xorg-libX11" # xorg-xkeyboard-config?
    1.25 +BUILD_DEPENDS="xorg-util-macros xorg-libxkbfile-dev xorg-libX11-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	./configure \
    1.31 -		--sysconfdir=/etc \
    1.32 -		--mandir=/usr/share/man \
    1.33 -		--localstatedir=/var \
    1.34 -		$CONFIGURE_ARGS &&
    1.35 -	make && make install
    1.36 +	./configure $CONFIGURE_ARGS && make && make install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.40  genpkg_rules()
    1.41  {
    1.42 -	mkdir -p $fs/usr
    1.43 -	cp -a $install/usr/bin $fs/usr
    1.44 +	cook_copy_folders bin
    1.45  }
    1.46 -