summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcomposite
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-18 23:04:49 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-18 23:04:49 +0100
commit310096e5c052c211d54a426bc73e038b01423da4 (patch)
tree143fad7c4b9f3b1cbf901a0f30adc6af16cd695f /xorg/xorg-libxcomposite
parent5f53a9a30ee3390a73f4e5375ca439026eb486bb (diff)
downloadnutyx-extra-310096e5c052c211d54a426bc73e038b01423da4.tar.gz
nutyx-extra-310096e5c052c211d54a426bc73e038b01423da4.tar.bz2
nutyx-extra-310096e5c052c211d54a426bc73e038b01423da4.tar.xz
nutyx-extra-310096e5c052c211d54a426bc73e038b01423da4.zip
maj de xorg-libxcomposite#0.4.1-1
Diffstat (limited to 'xorg/xorg-libxcomposite')
-rw-r--r--xorg/xorg-libxcomposite/.footprint29
-rw-r--r--xorg/xorg-libxcomposite/Pkgfile5
2 files changed, 18 insertions, 16 deletions
diff --git a/xorg/xorg-libxcomposite/.footprint b/xorg/xorg-libxcomposite/.footprint
index 4b41cc537..b0eb79ff8 100644
--- a/xorg/xorg-libxcomposite/.footprint
+++ b/xorg/xorg-libxcomposite/.footprint
@@ -11,17 +11,18 @@ 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
--rw-r--r-- root/root usr/man/man3/XCompositeGetOverlayWindow.3
--rw-r--r-- root/root usr/man/man3/XCompositeNameWindowPixmap.3
--rw-r--r-- root/root usr/man/man3/XCompositeQueryExtension.3
--rw-r--r-- root/root usr/man/man3/XCompositeQueryVersion.3
--rw-r--r-- root/root usr/man/man3/XCompositeRedirectSubwindows.3
--rw-r--r-- root/root usr/man/man3/XCompositeRedirectWindow.3
--rw-r--r-- root/root usr/man/man3/XCompositeReleaseOverlayWindow.3
--rw-r--r-- root/root usr/man/man3/XCompositeUnredirectSubwindows.3
--rw-r--r-- root/root usr/man/man3/XCompositeUnredirectWindow.3
--rw-r--r-- root/root usr/man/man3/XCompositeVersion.3
--rw-r--r-- root/root usr/man/man3/Xcomposite.3
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/XCompositeCreateRegionFromBorderClip.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeGetOverlayWindow.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeNameWindowPixmap.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeQueryExtension.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeQueryVersion.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeRedirectSubwindows.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeRedirectWindow.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeReleaseOverlayWindow.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeUnredirectSubwindows.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeUnredirectWindow.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XCompositeVersion.3.gz
+-rw-r--r-- root/root usr/share/man/man3/Xcomposite.3.gz
diff --git a/xorg/xorg-libxcomposite/Pkgfile b/xorg/xorg-libxcomposite/Pkgfile
index 232ff12d6..f1f149518 100644
--- a/xorg/xorg-libxcomposite/Pkgfile
+++ b/xorg/xorg-libxcomposite/Pkgfile
@@ -1,6 +1,7 @@
# Description: X Composite extension client library
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes xorg-libxext, xorg-compositeproto
name=xorg-libxcomposite
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$versi
build() {
cd libXcomposite-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install