# HG changeset patch # User Pascal Bellard # Date 1376592088 0 # Node ID 442cc13687154a8ae363cf13425cf027d2911c6f # Parent db8a785389a8339f9038a6804a5275da43f272da Up xorg-xf86-input-keyboard (1.7.0) diff -r db8a785389a8 -r 442cc1368715 xorg-xf86-input-elographics/receipt --- a/xorg-xf86-input-elographics/receipt Thu Aug 15 18:40:18 2013 +0000 +++ b/xorg-xf86-input-elographics/receipt Thu Aug 15 18:41:28 2013 +0000 @@ -5,13 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Xorg elographics driver." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" SOURCE="xf86-input-elographics" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { diff -r db8a785389a8 -r 442cc1368715 xorg-xf86-input-keyboard/receipt --- a/xorg-xf86-input-keyboard/receipt Thu Aug 15 18:40:18 2013 +0000 +++ b/xorg-xf86-input-keyboard/receipt Thu Aug 15 18:41:28 2013 +0000 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-keyboard" -VERSION="1.4.0" +VERSION="1.7.0" CATEGORY="x-window" SHORT_DESC="Xorg server keyboard driver." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" SOURCE="xf86-input-keyboard" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/driver/$TARBALL" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,14 +25,14 @@ --with-xorg-module-dir=/usr/lib/X11/modules \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/input/ - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ + cp -a $install/usr/lib/X11/modules/input/*.so \ $fs/usr/lib/X11/modules/input/ }