summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2008-03-21 10:03:02 +0100
committerTilman Sauerbeck <tilman@crux.nu>2008-03-21 10:03:02 +0100
commit5bd1115f3da4b5b3451661ebd6ef43a0b084e9bb (patch)
treec25ff1a752bdc50549e25a64426143bc1bd4c58b
parentc22c3b9439ac9512ba777b41f15e44a09c9b8203 (diff)
downloadxorg-5bd1115f3da4b5b3451661ebd6ef43a0b084e9bb.tar.gz
xorg-5bd1115f3da4b5b3451661ebd6ef43a0b084e9bb.tar.xz
xorg-xf86-input-summa: updated to 1.2.0.
-rw-r--r--xorg-xf86-input-summa/.md5sum2
-rw-r--r--xorg-xf86-input-summa/Pkgfile4
-rw-r--r--xorg-xf86-input-tek4957/Pkgfile2
3 files changed, 4 insertions, 4 deletions
diff --git a/xorg-xf86-input-summa/.md5sum b/xorg-xf86-input-summa/.md5sum
index 1d2d828b..0b08537d 100644
--- a/xorg-xf86-input-summa/.md5sum
+++ b/xorg-xf86-input-summa/.md5sum
@@ -1 +1 @@
-b37a432fd87bb9f46d011622d6fce6b3 xf86-input-summa-1.1.0.tar.bz2
+7e17468c0d90dcbbb6202a8242efff4b xf86-input-summa-1.2.0.tar.bz2
diff --git a/xorg-xf86-input-summa/Pkgfile b/xorg-xf86-input-summa/Pkgfile
index 13865874..7f730474 100644
--- a/xorg-xf86-input-summa/Pkgfile
+++ b/xorg-xf86-input-summa/Pkgfile
@@ -3,14 +3,14 @@
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-input-summa
-version=1.1.0
+version=1.2.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-summa-$version.tar.bz2)
build() {
cd xf86-input-summa-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
diff --git a/xorg-xf86-input-tek4957/Pkgfile b/xorg-xf86-input-tek4957/Pkgfile
index 51d3384d..f9db1342 100644
--- a/xorg-xf86-input-tek4957/Pkgfile
+++ b/xorg-xf86-input-tek4957/Pkgfile
@@ -10,7 +10,7 @@ source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-tek495
build() {
cd xf86-input-tek4957-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

Generated by cgit