diff options
Diffstat (limited to 'xorg/xorg-libxcomposite')
-rw-r--r-- | xorg/xorg-libxcomposite/.footprint | 29 | ||||
-rw-r--r-- | xorg/xorg-libxcomposite/Pkgfile | 5 |
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 |