wok diff xorg-xf86-input-keyboard/receipt @ rev 387
Fix gtk+-demo dektop file need to be copied
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 08 23:06:29 2008 +0100 (2008-03-08) |
parents | 8bf32f781e89 |
children | bbe3302309dc |
line diff
1.1 --- a/xorg-xf86-input-keyboard/receipt Thu Mar 06 11:23:58 2008 +0100 1.2 +++ b/xorg-xf86-input-keyboard/receipt Sat Mar 08 23:06:29 2008 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xf86-input-keyboard" 1.7 -VERSION="1.2.2" 1.8 +VERSION="1.1.1" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Xorg server protocol." 1.11 +SHORT_DESC="Xorg server keyboard driver." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 DEPENDS="xorg xorg-server" 1.14 SOURCE="xf86-input-keyboard" 1.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://www.x.org/" 1.18 -WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.19 +WGET_URL="ftp://ftp.solnet.ch/mirror/x.org/pub/individual/driver/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules()