wok-next diff xorg-xkeyboard-config/receipt @ rev 19653

Up: asciidoc, doxygen, tslib, xorg-server, xorg-xkeyboard-config; fix: eudev; add: libepoxy.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 02 05:17:16 2017 +0200 (2017-03-02)
parents 7bae09de1061
children f463de72afe3
line diff
     1.1 --- a/xorg-xkeyboard-config/receipt	Wed Mar 12 03:53:08 2014 +0100
     1.2 +++ b/xorg-xkeyboard-config/receipt	Thu Mar 02 05:17:16 2017 +0200
     1.3 @@ -1,19 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xkeyboard-config"
     1.7 -VERSION="2.2.1"
     1.8 +VERSION="2.18"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Xorg server keyboard definition files."
    1.11 +SHORT_DESC="Keyboard configuration database for the X Window System"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -SOURCE="xkeyboard-config"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://www.x.org/"
    1.17 -WGET_URL="http://xorg.freedesktop.org/releases/individual/data/$SOURCE/$TARBALL"
    1.18 +WEB_SITE="https://www.x.org/wiki/"
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21 -DEPENDS="xorg-xkbcomp"
    1.22 -BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp xorg-xproto xorg-libX11-dev intltool"
    1.23 +TARBALL="xkeyboard-config-$VERSION.tar.bz2"
    1.24 +WGET_URL="$XORG_MIRROR/data/xkeyboard-config/$TARBALL"
    1.25 +
    1.26 +BUILD_DEPENDS="libxslt xorg-xproto xorg-libX11-dev intltool"
    1.27  
    1.28  # Handle cross compilation. Use build host: xorg-xkbcomp perl-xml-parser
    1.29  case "$ARCH" in
    1.30 @@ -35,7 +34,5 @@
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs/usr/share
    1.35 -	cp -a $install/usr/share/X11 $fs/usr/share
    1.36 +	cook_copy_folders X11
    1.37  }
    1.38 -