diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-21 22:55:15 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-21 22:55:15 +0100 |
commit | 0bcc96a9270beea1fb66f1043d52a0dc88ad5f0c (patch) | |
tree | 94f731d1c5e5ee63405fd943f3b131639d2fa10d | |
parent | e5ec84bd97dfcdb44a89ccd84c1a67414933c5f5 (diff) | |
download | nutyx-pakxe-0bcc96a9270beea1fb66f1043d52a0dc88ad5f0c.tar.gz nutyx-pakxe-0bcc96a9270beea1fb66f1043d52a0dc88ad5f0c.tar.bz2 nutyx-pakxe-0bcc96a9270beea1fb66f1043d52a0dc88ad5f0c.tar.xz nutyx-pakxe-0bcc96a9270beea1fb66f1043d52a0dc88ad5f0c.zip |
Maj xorg-xcompmgr#1.1.4-2
-rw-r--r-- | xorg/xorg-xcompmgr/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xcompmgr/Pkgfile | 8 |
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 } |