diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-08-07 13:47:26 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-08-07 13:47:26 +0200 |
commit | ce3f68c50411b992f9e974f7bce89e3f3f08fbd4 (patch) | |
tree | 9b7f308e2376a0f77b80298bcbbf615d8f3fc44f /xorg-xgamma | |
parent | 93b48b952013c0cce3eea22dfef0f4c04b7f1338 (diff) | |
download | xorg-ce3f68c50411b992f9e974f7bce89e3f3f08fbd4.tar.gz xorg-ce3f68c50411b992f9e974f7bce89e3f3f08fbd4.tar.xz |
xorg-xgamma: updated to 1.0.2.
Diffstat (limited to 'xorg-xgamma')
-rw-r--r-- | xorg-xgamma/.footprint | 2 | ||||
-rw-r--r-- | xorg-xgamma/.md5sum | 2 | ||||
-rw-r--r-- | xorg-xgamma/Pkgfile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/xorg-xgamma/.footprint b/xorg-xgamma/.footprint index d0593116..711232ec 100644 --- a/xorg-xgamma/.footprint +++ b/xorg-xgamma/.footprint @@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xgamma drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xgamma.1x.gz +-rw-r--r-- root/root usr/man/man1/xgamma.1.gz diff --git a/xorg-xgamma/.md5sum b/xorg-xgamma/.md5sum index 72050f20..e18e495b 100644 --- a/xorg-xgamma/.md5sum +++ b/xorg-xgamma/.md5sum @@ -1 +1 @@ -45d8fa3c85d4bfda87251798fd605a45 xgamma-1.0.1.tar.bz2 +f13ddedaa63a608d3b025d326f4f5b5d xgamma-1.0.2.tar.bz2 diff --git a/xorg-xgamma/Pkgfile b/xorg-xgamma/Pkgfile index 82da9137..9b263b6c 100644 --- a/xorg-xgamma/Pkgfile +++ b/xorg-xgamma/Pkgfile @@ -4,14 +4,14 @@ # Depends on: xorg-libx11, xorg-libxxf86vm name=xorg-xgamma -version=1.0.1 +version=1.0.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-$version.tar.bz2) build() { cd xgamma-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install |