diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-09-06 17:45:43 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-09-06 17:45:43 +0200 |
commit | 567d00f2eee38e3cb20a39d6761316850e3b1cc9 (patch) | |
tree | 8612ed0b00cc05a109c6890e4361f727b9e808da /xorg-libxrandr | |
parent | 49fee4c10ca31d8137d2ceb4d007344b0bd13cc7 (diff) | |
download | xorg-567d00f2eee38e3cb20a39d6761316850e3b1cc9.tar.gz xorg-567d00f2eee38e3cb20a39d6761316850e3b1cc9.tar.xz |
xorg-libxrandr: updated to 1.2.2.
Diffstat (limited to 'xorg-libxrandr')
-rw-r--r-- | xorg-libxrandr/.md5sum | 2 | ||||
-rw-r--r-- | xorg-libxrandr/Pkgfile | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/xorg-libxrandr/.md5sum b/xorg-libxrandr/.md5sum index c81fcd17..8d7e7e6c 100644 --- a/xorg-libxrandr/.md5sum +++ b/xorg-libxrandr/.md5sum @@ -1 +1 @@ -5860360f5b038cc728f388f875ce525d libXrandr-1.2.1.tar.bz2 +1b244b5d19f0ccab01d7083436cd3558 libXrandr-1.2.2.tar.bz2 diff --git a/xorg-libxrandr/Pkgfile b/xorg-libxrandr/Pkgfile index 91932073..df989913 100644 --- a/xorg-libxrandr/Pkgfile +++ b/xorg-libxrandr/Pkgfile @@ -4,16 +4,13 @@ # Depends on: xorg-libx11, xorg-randrproto, xorg-xextproto, xorg-libxext, xorg-libxrender, xorg-renderproto name=xorg-libxrandr -version=1.2.1 +version=1.2.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.tar.bz2) build() { cd libXrandr-$version - # fix man page suffixes - sed -i -e '19625d' configure - ./configure --prefix=/usr --mandir=/usr/man make |