summaryrefslogtreecommitdiff
path: root/xorg-xev
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2008-03-14 19:26:58 +0100
committerTilman Sauerbeck <tilman@crux.nu>2008-03-14 19:26:58 +0100
commit089596e9e372b7ed8103786a655d1872328b8221 (patch)
tree9b5422faf4c733eb40092046549d3748fc97f72a /xorg-xev
parent9440cea302605b8c158b3b1f1cbd5c7ee6d8ef78 (diff)
downloadxorg-089596e9e372b7ed8103786a655d1872328b8221.tar.gz
xorg-089596e9e372b7ed8103786a655d1872328b8221.tar.xz
xorg-xev: updated to 1.0.3.
Diffstat (limited to 'xorg-xev')
-rw-r--r--xorg-xev/.footprint2
-rw-r--r--xorg-xev/.md5sum2
-rw-r--r--xorg-xev/Pkgfile4
3 files changed, 4 insertions, 4 deletions
diff --git a/xorg-xev/.footprint b/xorg-xev/.footprint
index 095e9eb7..b7986396 100644
--- a/xorg-xev/.footprint
+++ b/xorg-xev/.footprint
@@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xev
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xev.1x.gz
+-rw-r--r-- root/root usr/man/man1/xev.1.gz
diff --git a/xorg-xev/.md5sum b/xorg-xev/.md5sum
index 75d393db..dde2bc67 100644
--- a/xorg-xev/.md5sum
+++ b/xorg-xev/.md5sum
@@ -1 +1 @@
-e3008eb0655da3026c162a5597d70869 xev-1.0.2.tar.bz2
+a9532c3d1683c99bb5df1895cb3a60b1 xev-1.0.3.tar.bz2
diff --git a/xorg-xev/Pkgfile b/xorg-xev/Pkgfile
index 1ac6ae5b..d55777cd 100644
--- a/xorg-xev/Pkgfile
+++ b/xorg-xev/Pkgfile
@@ -4,14 +4,14 @@
# Depends on: xorg-libx11
name=xorg-xev
-version=1.0.2
+version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xev-$version.tar.bz2)
build() {
cd xev-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

Generated by cgit