diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-05-03 18:05:10 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-05-03 18:05:10 +0200 |
commit | 00ebc13782df10baba6eddbc9231fbd8e9c321d2 (patch) | |
tree | d4daa5f4f4575113c336af21d451ecd4d0eb5647 /xorg-libxcomposite | |
parent | 6df69751be5afc7646424c678e917eaa30c29f6c (diff) | |
download | xorg-00ebc13782df10baba6eddbc9231fbd8e9c321d2.tar.gz xorg-00ebc13782df10baba6eddbc9231fbd8e9c321d2.tar.xz |
xorg-libxcomposite: updated to 0.3.2
Diffstat (limited to 'xorg-libxcomposite')
-rw-r--r-- | xorg-libxcomposite/.footprint | 14 | ||||
-rw-r--r-- | xorg-libxcomposite/.md5sum | 2 | ||||
-rw-r--r-- | xorg-libxcomposite/Pkgfile | 4 |
3 files changed, 17 insertions, 3 deletions
diff --git a/xorg-libxcomposite/.footprint b/xorg-libxcomposite/.footprint index 1a37c8e6..4e24ba11 100644 --- a/xorg-libxcomposite/.footprint +++ b/xorg-libxcomposite/.footprint @@ -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 diff --git a/xorg-libxcomposite/.md5sum b/xorg-libxcomposite/.md5sum index 3be3f59f..53ebc8f9 100644 --- a/xorg-libxcomposite/.md5sum +++ b/xorg-libxcomposite/.md5sum @@ -1 +1 @@ -a80650d660486ea7bb2e5fd84a83799a libXcomposite-0.3.1.tar.bz2 +50dd31bed383280433404a405d3dcf8f libXcomposite-0.3.2.tar.bz2 diff --git a/xorg-libxcomposite/Pkgfile b/xorg-libxcomposite/Pkgfile index c2c68218..3c349ac7 100644 --- a/xorg-libxcomposite/Pkgfile +++ b/xorg-libxcomposite/Pkgfile @@ -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 |