# HG changeset patch # User Hans-Günter Theisgen # Date 1573630515 -3600 # Node ID bf4253eaa18a93fe45fb049587893dab97692aae # Parent 399f0c9c15f141ab080abb41b68c77726818d94f updated xorg-xf86-input-mouse (1.7.0 -> 1.9.3) diff -r 399f0c9c15f1 -r bf4253eaa18a xorg-xf86-input-mouse/receipt --- a/xorg-xf86-input-mouse/receipt Wed Nov 13 08:29:39 2019 +0100 +++ b/xorg-xf86-input-mouse/receipt Wed Nov 13 08:35:15 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="xorg-xf86-input-mouse" -VERSION="1.7.0" +VERSION="1.9.3" CATEGORY="x-window" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xf86-input-mouse" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" DEPENDS="xorg-server" @@ -17,16 +18,15 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --with-xorg-module-dir=/usr/lib/X11/modules \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --with-xorg-module-dir=/usr/lib/X11/modules \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -36,4 +36,3 @@ cp -a $install/usr/lib/X11/modules/input/*.so \ $fs/usr/lib/X11/modules/input/ } -