diff options
author | geantbrun <bg@nutyx.(none)> | 2010-02-26 21:32:45 +0100 |
---|---|---|
committer | geantbrun <bg@nutyx.(none)> | 2010-02-26 21:32:45 +0100 |
commit | 0dd7a66ed38fbcba601c9a0543129d968e9edafc (patch) | |
tree | 574d4f79dceccf3ba1635b007a7f60dccbe59ff5 | |
parent | 666847aadfa6c14400a17f61ee2fd3c20a4db361 (diff) | |
parent | 00e1a60102cc9067fc5393ddacae9ef829616f9c (diff) | |
download | nutyx-pakxe-0dd7a66ed38fbcba601c9a0543129d968e9edafc.tar.gz nutyx-pakxe-0dd7a66ed38fbcba601c9a0543129d968e9edafc.tar.bz2 nutyx-pakxe-0dd7a66ed38fbcba601c9a0543129d968e9edafc.tar.xz nutyx-pakxe-0dd7a66ed38fbcba601c9a0543129d968e9edafc.zip |
Merge remote branch 'nutyx-2009/master'
-rw-r--r-- | extra/p5-cairo/Pkgfile | 2 | ||||
-rw-r--r-- | extra/p5-glib/Pkgfile | 2 | ||||
-rw-r--r-- | xorg/xorg-xvinfo/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xvinfo/Pkgfile | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/extra/p5-cairo/Pkgfile b/extra/p5-cairo/Pkgfile index 6891b9b42..10376068d 100644 --- a/extra/p5-cairo/Pkgfile +++ b/extra/p5-cairo/Pkgfile @@ -2,7 +2,7 @@ # URL: http://www.gtkperl.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: p5-glib, p5-extutils-pkgconfig +# Depends on: p5-glib, p5-extutils-pkgconfig, cairo name=p5-cairo version=1.060 diff --git a/extra/p5-glib/Pkgfile b/extra/p5-glib/Pkgfile index b0de9fdd6..11bbe1dc3 100644 --- a/extra/p5-glib/Pkgfile +++ b/extra/p5-glib/Pkgfile @@ -2,7 +2,7 @@ # URL: http://www.gtkperl.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: p5-extutils-depends +# Depends on: p5-extutils-depends, gobject-introspection name=p5-glib version=1.200 diff --git a/xorg/xorg-xvinfo/.footprint b/xorg/xorg-xvinfo/.footprint index 8f9203109..ae14855c1 100644 --- a/xorg/xorg-xvinfo/.footprint +++ b/xorg/xorg-xvinfo/.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/xvinfo -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xvinfo.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/xvinfo.1.gz diff --git a/xorg/xorg-xvinfo/Pkgfile b/xorg/xorg-xvinfo/Pkgfile index 080a93fa3..f368555a3 100644 --- a/xorg/xorg-xvinfo/Pkgfile +++ b/xorg/xorg-xvinfo/Pkgfile @@ -1,6 +1,7 @@ # Description: X-Video information utility # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libx11, xorg-libxv name=xorg-xvinfo @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xvinfo-$version.tar. build() { cd xvinfo-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |