summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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