summaryrefslogtreecommitdiff
path: root/xorg-xkbcomp
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2007-01-23 21:37:29 +0100
committerTilman Sauerbeck <tilman@crux.nu>2007-01-23 21:37:29 +0100
commit6ab7675a87e0999c68bd06e434e278e110c7c93d (patch)
tree5b435147374fc3f6af0c6d0c1e0f7ea4e342c95c /xorg-xkbcomp
parent6a48aed0339d2fb733b230e1eb5cce56d44a56e8 (diff)
downloadxorg-6ab7675a87e0999c68bd06e434e278e110c7c93d.tar.gz
xorg-6ab7675a87e0999c68bd06e434e278e110c7c93d.tar.xz
xorg-xkbcomp: updated to 1.0.3
Diffstat (limited to 'xorg-xkbcomp')
-rw-r--r--xorg-xkbcomp/.md5sum2
-rw-r--r--xorg-xkbcomp/Pkgfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/xorg-xkbcomp/.md5sum b/xorg-xkbcomp/.md5sum
index e97a11d4..bc605235 100644
--- a/xorg-xkbcomp/.md5sum
+++ b/xorg-xkbcomp/.md5sum
@@ -1 +1 @@
-8b22a5e6d780ec70bf98d31cdbd65658 xkbcomp-1.0.2.tar.bz2
+2fbcae1323c266edf5b6c61751f2e343 xkbcomp-1.0.3.tar.bz2
diff --git a/xorg-xkbcomp/Pkgfile b/xorg-xkbcomp/Pkgfile
index ac458983..b823c5da 100644
--- a/xorg-xkbcomp/Pkgfile
+++ b/xorg-xkbcomp/Pkgfile
@@ -4,14 +4,14 @@
# Depends on: xorg-libx11, xorg-libxkbfile
name=xorg-xkbcomp
-version=1.0.2
+version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar.bz2)
build() {
cd xkbcomp-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

Generated by cgit