diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:20:16 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:20:16 +0100 |
commit | 11469ffe676d8be1643e874af04b402c301186ef (patch) | |
tree | eb5490de8936cfe67515ec7b83dcaf657e0311a0 /xorg | |
parent | 6c25504cae3b10d7c31fd125fadb2bbeb15d0652 (diff) | |
download | nutyx-extra-11469ffe676d8be1643e874af04b402c301186ef.tar.gz nutyx-extra-11469ffe676d8be1643e874af04b402c301186ef.tar.bz2 nutyx-extra-11469ffe676d8be1643e874af04b402c301186ef.tar.xz nutyx-extra-11469ffe676d8be1643e874af04b402c301186ef.zip |
maj xorg-libxtst#1.1.0-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-libxtst/.footprint | 18 | ||||
-rw-r--r-- | xorg/xorg-libxtst/.md5sum | 2 | ||||
-rw-r--r-- | xorg/xorg-libxtst/Pkgfile | 10 |
3 files changed, 12 insertions, 18 deletions
diff --git a/xorg/xorg-libxtst/.footprint b/xorg/xorg-libxtst/.footprint index a53e8b448..cacb05145 100644 --- a/xorg/xorg-libxtst/.footprint +++ b/xorg/xorg-libxtst/.footprint @@ -1,4 +1,9 @@ drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +drwxr-xr-x root/root usr/include/X11/extensions/ +-rw-r--r-- root/root usr/include/X11/extensions/XTest.h +-rw-r--r-- root/root usr/include/X11/extensions/record.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libXtst.a -rwxr-xr-x root/root usr/lib/libXtst.la @@ -7,16 +12,3 @@ lrwxrwxrwx root/root usr/lib/libXtst.so.6 -> libXtst.so.6.1.0 -rwxr-xr-x root/root usr/lib/libXtst.so.6.1.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xtst.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/XTestCompareCurrentCursorWithWindow.3.gz --rw-r--r-- root/root usr/man/man3/XTestCompareCursorWithWindow.3.gz --rw-r--r-- root/root usr/man/man3/XTestDiscard.3.gz --rw-r--r-- root/root usr/man/man3/XTestFakeButtonEvent.3.gz --rw-r--r-- root/root usr/man/man3/XTestFakeKeyEvent.3.gz --rw-r--r-- root/root usr/man/man3/XTestFakeMotionEvent.3.gz --rw-r--r-- root/root usr/man/man3/XTestFakeRelativeMotionEvent.3.gz --rw-r--r-- root/root usr/man/man3/XTestGrabControl.3.gz --rw-r--r-- root/root usr/man/man3/XTestQueryExtension.3.gz --rw-r--r-- root/root usr/man/man3/XTestSetGContextOfGC.3.gz --rw-r--r-- root/root usr/man/man3/XTestSetVisualIDOfVisual.3.gz diff --git a/xorg/xorg-libxtst/.md5sum b/xorg/xorg-libxtst/.md5sum index 8dabb9c53..39065f2f5 100644 --- a/xorg/xorg-libxtst/.md5sum +++ b/xorg/xorg-libxtst/.md5sum @@ -1 +1 @@ -090c1ad04e34982eada5cf3b1a0792fd libXtst-1.0.3.tar.bz2 +dd6f3e20b87310187121539f9605d977 libXtst-1.1.0.tar.bz2 diff --git a/xorg/xorg-libxtst/Pkgfile b/xorg/xorg-libxtst/Pkgfile index 6921819da..08332697c 100644 --- a/xorg/xorg-libxtst/Pkgfile +++ b/xorg/xorg-libxtst/Pkgfile @@ -1,18 +1,20 @@ # Description: xorg lib libXtst # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: xorg-libx11, xorg-libxext, xorg-recordproto, xorg-inputproto +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libx11, xorg-libxext, xorg-recordproto, xorg-inputproto, xorg-libxi name=xorg-libxtst -version=1.0.3 +version=1.1.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2) build() { cd libXtst-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install + rm -r $PKG/usr/share } |