summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2007-02-03 09:12:11 +0100
committerTilman Sauerbeck <tilman@crux.nu>2007-02-03 09:12:11 +0100
commitb6443bac986c532018507aa0b43585180d248283 (patch)
tree71a10455d708137fa3dbe9e9fc5a4f96bac56d63
parent551c205fe4b417759b4033b4a88b27faf50d2aa1 (diff)
downloadxorg-b6443bac986c532018507aa0b43585180d248283.tar.gz
xorg-b6443bac986c532018507aa0b43585180d248283.tar.xz
xorg-xfontsel: updated to 1.0.2
-rw-r--r--xorg-xfontsel/.footprint2
-rw-r--r--xorg-xfontsel/.md5sum2
-rw-r--r--xorg-xfontsel/Pkgfile4
3 files changed, 4 insertions, 4 deletions
diff --git a/xorg-xfontsel/.footprint b/xorg-xfontsel/.footprint
index f7c045a7..04943ea2 100644
--- a/xorg-xfontsel/.footprint
+++ b/xorg-xfontsel/.footprint
@@ -3,7 +3,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xfontsel
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xfontsel.1x.gz
+-rw-r--r-- root/root usr/man/man1/xfontsel.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/app-defaults/
diff --git a/xorg-xfontsel/.md5sum b/xorg-xfontsel/.md5sum
index 4b243905..7a296f22 100644
--- a/xorg-xfontsel/.md5sum
+++ b/xorg-xfontsel/.md5sum
@@ -1 +1 @@
-f7b240af84fa8f68f5074b3f0ae479e5 xfontsel-1.0.1.tar.bz2
+288fe4cf8a990e4e602aac16dd9109fb xfontsel-1.0.2.tar.bz2
diff --git a/xorg-xfontsel/Pkgfile b/xorg-xfontsel/Pkgfile
index b3d47d3f..1b605ce2 100644
--- a/xorg-xfontsel/Pkgfile
+++ b/xorg-xfontsel/Pkgfile
@@ -4,14 +4,14 @@
# Depends on: xorg-libxaw
name=xorg-xfontsel
-version=1.0.1
+version=1.0.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xfontsel-$version.tar.bz2)
build() {
cd xfontsel-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

Generated by cgit