summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-26 22:15:39 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-26 22:15:39 +0100
commit8270e9cbb144ab439e5abc0ea2f737efc6d82dd0 (patch)
treecfab10de1da33374c44dc09b64e393dfbc07c456
parent78f29d3548e5213e97a454afdc268000dc4f23a4 (diff)
downloadnutyx-pakxe-8270e9cbb144ab439e5abc0ea2f737efc6d82dd0.tar.gz
nutyx-pakxe-8270e9cbb144ab439e5abc0ea2f737efc6d82dd0.tar.bz2
nutyx-pakxe-8270e9cbb144ab439e5abc0ea2f737efc6d82dd0.tar.xz
nutyx-pakxe-8270e9cbb144ab439e5abc0ea2f737efc6d82dd0.zip
xdialog, maj footprint et dépendances
-rw-r--r--extra/xdialog/.footprint6
-rwxr-xr-xextra/xdialog/Pkgfile3
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