summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xorg/xorg-xcompmgr/.footprint7
-rw-r--r--xorg/xorg-xcompmgr/Pkgfile8
2 files changed, 8 insertions, 7 deletions
diff --git a/xorg/xorg-xcompmgr/.footprint b/xorg/xorg-xcompmgr/.footprint
index 30379a62c..1f45e6ca5 100644
--- a/xorg/xorg-xcompmgr/.footprint
+++ b/xorg/xorg-xcompmgr/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xcompmgr
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xcompmgr.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xcompmgr.1.gz
diff --git a/xorg/xorg-xcompmgr/Pkgfile b/xorg/xorg-xcompmgr/Pkgfile
index 67b27f96e..dd3597c3d 100644
--- a/xorg/xorg-xcompmgr/Pkgfile
+++ b/xorg/xorg-xcompmgr/Pkgfile
@@ -1,18 +1,18 @@
# Description: Compositing manager for X
# 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-libxdamage, xorg-libxcomposite, xorg-libxrender
name=xorg-xcompmgr
version=1.1.4
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/app/xcompmgr-$version.tar.bz2)
build() {
cd xcompmgr-$version
- ./configure --prefix=/usr --mandir=/usr/man
-
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}