diff options
author | sibelle <lesibel@free.fr> | 2010-02-21 23:11:34 +0100 |
---|---|---|
committer | sibelle <lesibel@free.fr> | 2010-02-21 23:11:34 +0100 |
commit | 5d5b47de7fb2f8233daea9688ce4df8fd69c8581 (patch) | |
tree | 7502938a6f144432514a8773093ea4977912daa2 /xorg | |
parent | 2bf7e2aa6ab247ed1e3abd6b4e4507eff21c7d52 (diff) | |
parent | 0bcc96a9270beea1fb66f1043d52a0dc88ad5f0c (diff) | |
download | nutyx-extra-5d5b47de7fb2f8233daea9688ce4df8fd69c8581.tar.gz nutyx-extra-5d5b47de7fb2f8233daea9688ce4df8fd69c8581.tar.bz2 nutyx-extra-5d5b47de7fb2f8233daea9688ce4df8fd69c8581.tar.xz nutyx-extra-5d5b47de7fb2f8233daea9688ce4df8fd69c8581.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'xorg')
-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 } |