diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-01-23 20:25:57 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-01-23 20:25:57 +0100 |
commit | 11ad45e20c4f2d23de24267528049316e11ad686 (patch) | |
tree | f82ad4f499d97b979e9e4675a4ee1dabc46393b2 /xorg-libxau | |
parent | b29eeea502af02d0ac14c9f4dacd47d20b704fb4 (diff) | |
download | xorg-11ad45e20c4f2d23de24267528049316e11ad686.tar.gz xorg-11ad45e20c4f2d23de24267528049316e11ad686.tar.xz |
xorg-libxau: updated to 1.0.3
Diffstat (limited to 'xorg-libxau')
-rw-r--r-- | xorg-libxau/.footprint | 18 | ||||
-rw-r--r-- | xorg-libxau/.md5sum | 2 | ||||
-rw-r--r-- | xorg-libxau/Pkgfile | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/xorg-libxau/.footprint b/xorg-libxau/.footprint index 20b7cbf7..0f2fb7bc 100644 --- a/xorg-libxau/.footprint +++ b/xorg-libxau/.footprint @@ -10,14 +10,14 @@ lrwxrwxrwx root/root usr/lib/libXau.so.6 -> libXau.so.6.0.0 -rwxr-xr-x root/root usr/lib/libXau.so.6.0.0 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/Xau.3x.gz --rw-r--r-- root/root usr/man/man3/XauDisposeAuth.3x.gz --rw-r--r-- root/root usr/man/man3/XauFileName.3x.gz --rw-r--r-- root/root usr/man/man3/XauGetAuthByAddr.3x.gz --rw-r--r-- root/root usr/man/man3/XauGetBestAuthByAddr.3x.gz --rw-r--r-- root/root usr/man/man3/XauLockAuth.3x.gz --rw-r--r-- root/root usr/man/man3/XauReadAuth.3x.gz --rw-r--r-- root/root usr/man/man3/XauUnlockAuth.3x.gz --rw-r--r-- root/root usr/man/man3/XauWriteAuth.3x.gz +-rw-r--r-- root/root usr/man/man3/Xau.3.gz +-rw-r--r-- root/root usr/man/man3/XauDisposeAuth.3.gz +-rw-r--r-- root/root usr/man/man3/XauFileName.3.gz +-rw-r--r-- root/root usr/man/man3/XauGetAuthByAddr.3.gz +-rw-r--r-- root/root usr/man/man3/XauGetBestAuthByAddr.3.gz +-rw-r--r-- root/root usr/man/man3/XauLockAuth.3.gz +-rw-r--r-- root/root usr/man/man3/XauReadAuth.3.gz +-rw-r--r-- root/root usr/man/man3/XauUnlockAuth.3.gz +-rw-r--r-- root/root usr/man/man3/XauWriteAuth.3.gz drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xau.pc diff --git a/xorg-libxau/.md5sum b/xorg-libxau/.md5sum index b561ab9e..ea4ed8fc 100644 --- a/xorg-libxau/.md5sum +++ b/xorg-libxau/.md5sum @@ -1 +1 @@ -aeea2b8949d5aab2ce53286b8dfc64b9 libXau-1.0.2.tar.bz2 +75a9f2b85cd1617b5ca98c9095323853 libXau-1.0.3.tar.bz2 diff --git a/xorg-libxau/Pkgfile b/xorg-libxau/Pkgfile index 449f112c..990e5520 100644 --- a/xorg-libxau/Pkgfile +++ b/xorg-libxau/Pkgfile @@ -4,14 +4,14 @@ # Depends on: xorg-xproto name=xorg-libxau -version=1.0.2 +version=1.0.3 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.bz2) build() { cd libXau-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install |