xorg-libxcomposite: updated to 0.3.2

This commit is contained in:
Tilman Sauerbeck 2007-05-03 18:05:10 +02:00
parent 6df69751be
commit 00ebc13782
3 changed files with 17 additions and 3 deletions

View File

@ -11,3 +11,17 @@ lrwxrwxrwx root/root usr/lib/libXcomposite.so.1 -> libXcomposite.so.1.0.0
-rwxr-xr-x root/root usr/lib/libXcomposite.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xcomposite.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/XCompositeCreateRegionFromBorderClip.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeGetOverlayWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeNameWindowPixmap.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeQueryExtension.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeQueryVersion.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeRedirectSubwindows.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeRedirectWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeReleaseOverlayWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeUnredirectSubwindows.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeUnredirectWindow.3.gz
-rw-r--r-- root/root usr/man/man3/XCompositeVersion.3.gz
-rw-r--r-- root/root usr/man/man3/Xcomposite.3.gz

View File

@ -1 +1 @@
a80650d660486ea7bb2e5fd84a83799a libXcomposite-0.3.1.tar.bz2
50dd31bed383280433404a405d3dcf8f libXcomposite-0.3.2.tar.bz2

View File

@ -4,14 +4,14 @@
# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes xorg-libxext, xorg-compositeproto
name=xorg-libxcomposite
version=0.3.1
version=0.3.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2)
build() {
cd libXcomposite-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install