diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2009-12-17 18:02:17 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2009-12-17 18:02:17 +0100 |
commit | cba8dac79ce274e2060673b10953822896f4056e (patch) | |
tree | 0e61a81058817f74450884834e1738ab03ee8bee /xorg-xtrans | |
parent | 0ca6ecec2754292ddc257ba73d153b57dd5471db (diff) | |
download | xorg-cba8dac79ce274e2060673b10953822896f4056e.tar.gz xorg-cba8dac79ce274e2060673b10953822896f4056e.tar.xz |
xorg-xtrans: updated to 1.2.5.
Diffstat (limited to 'xorg-xtrans')
-rw-r--r-- | xorg-xtrans/.footprint | 5 | ||||
-rw-r--r-- | xorg-xtrans/.md5sum | 2 | ||||
-rw-r--r-- | xorg-xtrans/Pkgfile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/xorg-xtrans/.footprint b/xorg-xtrans/.footprint index 199e57b1..b8a4b79e 100644 --- a/xorg-xtrans/.footprint +++ b/xorg-xtrans/.footprint @@ -10,9 +10,8 @@ drwxr-xr-x root/root usr/include/X11/Xtrans/ -rw-r--r-- root/root usr/include/X11/Xtrans/Xtranstli.c -rw-r--r-- root/root usr/include/X11/Xtrans/Xtransutil.c -rw-r--r-- root/root usr/include/X11/Xtrans/transport.c -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/xtrans.pc drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/xtrans.m4 +drwxr-xr-x root/root usr/share/pkgconfig/ +-rw-r--r-- root/root usr/share/pkgconfig/xtrans.pc diff --git a/xorg-xtrans/.md5sum b/xorg-xtrans/.md5sum index a7bce100..5774d080 100644 --- a/xorg-xtrans/.md5sum +++ b/xorg-xtrans/.md5sum @@ -1 +1 @@ -b3b57e78dc06885e79f8393a83619715 xtrans-1.2.4.tar.bz2 +2d1e57e82acc5f21797e92341415af2f xtrans-1.2.5.tar.bz2 diff --git a/xorg-xtrans/Pkgfile b/xorg-xtrans/Pkgfile index d80c2a43..052f8087 100644 --- a/xorg-xtrans/Pkgfile +++ b/xorg-xtrans/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xorg-xtrans -version=1.2.4 +version=1.2.5 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/xtrans-$version.tar.bz2) @@ -14,4 +14,6 @@ build() { make make DESTDIR=$PKG install + + rmdir $PKG/usr/share/doc/{xtrans,} } |