diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-08 00:00:06 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-08 00:00:06 +0200 |
commit | 8aa8083602a9a66d512ee92d04d88a040df2106d (patch) | |
tree | 7d6fe2fc1c438e0713306b613209e3919a6da1ae /xorg/xorg-xextproto | |
parent | ec8437e54bd2a81a93388fc73c57fa134d341168 (diff) | |
download | nutyx-pakxe-8aa8083602a9a66d512ee92d04d88a040df2106d.tar.gz nutyx-pakxe-8aa8083602a9a66d512ee92d04d88a040df2106d.tar.bz2 nutyx-pakxe-8aa8083602a9a66d512ee92d04d88a040df2106d.tar.xz nutyx-pakxe-8aa8083602a9a66d512ee92d04d88a040df2106d.zip |
maj xorg-xextproto#7.1.2-1
Diffstat (limited to 'xorg/xorg-xextproto')
-rw-r--r-- | xorg/xorg-xextproto/.footprint | 4 | ||||
-rw-r--r-- | xorg/xorg-xextproto/.md5sum | 2 | ||||
-rw-r--r-- | xorg/xorg-xextproto/Pkgfile | 3 |
3 files changed, 7 insertions, 2 deletions
diff --git a/xorg/xorg-xextproto/.footprint b/xorg/xorg-xextproto/.footprint index 99c868579..5f5798130 100644 --- a/xorg/xorg-xextproto/.footprint +++ b/xorg/xorg-xextproto/.footprint @@ -24,10 +24,13 @@ drwxr-xr-x root/root usr/include/X11/extensions/ -rw-r--r-- root/root usr/include/X11/extensions/securproto.h -rw-r--r-- root/root usr/include/X11/extensions/shapeconst.h -rw-r--r-- root/root usr/include/X11/extensions/shapeproto.h +-rw-r--r-- root/root usr/include/X11/extensions/shapestr.h -rw-r--r-- root/root usr/include/X11/extensions/shm.h -rw-r--r-- root/root usr/include/X11/extensions/shmproto.h +-rw-r--r-- root/root usr/include/X11/extensions/shmstr.h -rw-r--r-- root/root usr/include/X11/extensions/syncconst.h -rw-r--r-- root/root usr/include/X11/extensions/syncproto.h +-rw-r--r-- root/root usr/include/X11/extensions/syncstr.h -rw-r--r-- root/root usr/include/X11/extensions/xtestconst.h -rw-r--r-- root/root usr/include/X11/extensions/xtestext1const.h -rw-r--r-- root/root usr/include/X11/extensions/xtestext1proto.h @@ -35,3 +38,4 @@ drwxr-xr-x root/root usr/include/X11/extensions/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xextproto.pc +drwxr-xr-x root/root usr/share/ diff --git a/xorg/xorg-xextproto/.md5sum b/xorg/xorg-xextproto/.md5sum index b1801b50d..1c8af023b 100644 --- a/xorg/xorg-xextproto/.md5sum +++ b/xorg/xorg-xextproto/.md5sum @@ -1 +1 @@ -fb6ccaae76db7a35e49b12aea60ca6ff xextproto-7.1.1.tar.bz2 +263ae968b223c23b2986603d84e5c30e xextproto-7.1.2.tar.bz2 diff --git a/xorg/xorg-xextproto/Pkgfile b/xorg/xorg-xextproto/Pkgfile index f963d37f7..ab2a7ad79 100644 --- a/xorg/xorg-xextproto/Pkgfile +++ b/xorg/xorg-xextproto/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xorg-xextproto -version=7.1.1 +version=7.1.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/proto/xextproto-$version.tar.bz2) @@ -14,4 +14,5 @@ build() { make make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc } |