From 8270e9cbb144ab439e5abc0ea2f737efc6d82dd0 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 26 Feb 2010 22:15:39 +0100 Subject: xdialog, maj footprint et dépendances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/xdialog/.footprint | 6 +++--- extra/xdialog/Pkgfile | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/extra/xdialog/.footprint b/extra/xdialog/.footprint index 4ffde4d4b..a1dddfd21 100644 --- a/extra/xdialog/.footprint +++ b/extra/xdialog/.footprint @@ -1,9 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/Xdialog -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/Xdialog.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/doc/ drwxr-xr-x root/root usr/share/doc/Xdialog-2.3.1/ @@ -99,3 +96,6 @@ drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/fr/ drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ -rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/Xdialog.mo +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/Xdialog.1.gz diff --git a/extra/xdialog/Pkgfile b/extra/xdialog/Pkgfile index 65b43feca..5640a7ca6 100755 --- a/extra/xdialog/Pkgfile +++ b/extra/xdialog/Pkgfile @@ -2,7 +2,7 @@ # URL: http://xdialog.free.fr/ # Maintainer: NuTyX core team # Packager: fred.galusik at gmail dot com -# Depends on: gtk +# Depends on: gtk1 name=xdialog version=2.3.1 @@ -12,6 +12,7 @@ source=(http://xdialog.free.fr/Xdialog-$version.tar.bz2) build() { cd Xdialog-$version ./configure --prefix=/usr \ + --mandir=/usr/share/man \ --with-gtk sed -i -e "s:RANLIB = @RANLIB@:RANLIB = /usr/bin/ranlib:" lib/Makefile sed -i -e "s;XGETTEXT = :;XGETTEXT = /usr/bin/xgettext;" po/Makefile -- cgit v1.2.3-54-g00ecf