summaryrefslogtreecommitdiffstats
path: root/base/dialog
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-21 21:33:58 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-21 21:33:58 +0100
commitd519508b2caf8e87166288ef540d4de7bcc435fb (patch)
tree5997da9723bd0c15d6b89c10caeae94df5992849 /base/dialog
parent1cb0597b31c9d81a087d938a6690838f73650268 (diff)
downloadnutyx-extra-d519508b2caf8e87166288ef540d4de7bcc435fb.tar.gz
nutyx-extra-d519508b2caf8e87166288ef540d4de7bcc435fb.tar.bz2
nutyx-extra-d519508b2caf8e87166288ef540d4de7bcc435fb.tar.xz
nutyx-extra-d519508b2caf8e87166288ef540d4de7bcc435fb.zip
dialog, maj 20110118-1 ajout du support du français
Diffstat (limited to 'base/dialog')
-rw-r--r--base/dialog/.footprint.i6864
-rw-r--r--base/dialog/.footprint.x86_644
-rw-r--r--base/dialog/.md5sum.i6863
-rw-r--r--base/dialog/.md5sum.x86_643
-rw-r--r--base/dialog/Pkgfile7
5 files changed, 13 insertions, 8 deletions
diff --git a/base/dialog/.footprint.i686 b/base/dialog/.footprint.i686
index cfd9a8e1b..ba4896946 100644
--- a/base/dialog/.footprint.i686
+++ b/base/dialog/.footprint.i686
@@ -2,6 +2,10 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dialog
drwxr-xr-x root/root usr/share/
+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/dialog.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/dialog.1.gz
diff --git a/base/dialog/.footprint.x86_64 b/base/dialog/.footprint.x86_64
index cfd9a8e1b..ba4896946 100644
--- a/base/dialog/.footprint.x86_64
+++ b/base/dialog/.footprint.x86_64
@@ -2,6 +2,10 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dialog
drwxr-xr-x root/root usr/share/
+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/dialog.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/dialog.1.gz
diff --git a/base/dialog/.md5sum.i686 b/base/dialog/.md5sum.i686
index ed50243b4..5a0804b96 100644
--- a/base/dialog/.md5sum.i686
+++ b/base/dialog/.md5sum.i686
@@ -1,2 +1 @@
-df9eb8903a922832df05fe68c59b4007 calendar.patch
-3caebd641a9f337b980becb4444336c5 dialog-1.1-20080819.tgz
+07d6ab77bd8c12c3def07ed72a706194 dialog-1.1-20110118.tgz
diff --git a/base/dialog/.md5sum.x86_64 b/base/dialog/.md5sum.x86_64
index ed50243b4..5a0804b96 100644
--- a/base/dialog/.md5sum.x86_64
+++ b/base/dialog/.md5sum.x86_64
@@ -1,2 +1 @@
-df9eb8903a922832df05fe68c59b4007 calendar.patch
-3caebd641a9f337b980becb4444336c5 dialog-1.1-20080819.tgz
+07d6ab77bd8c12c3def07ed72a706194 dialog-1.1-20110118.tgz
diff --git a/base/dialog/Pkgfile b/base/dialog/Pkgfile
index 691f9fe18..b519ab8dc 100644
--- a/base/dialog/Pkgfile
+++ b/base/dialog/Pkgfile
@@ -4,15 +4,14 @@
# Packager: thierryn1 at hispeed dot ch
name=dialog
-version=1.1-20080819
+version=1.1-20110118
release=1
-source=(ftp://dickey.his.com/dialog/$name-$version.tgz\
- http://nutyx.meticul.eu/files/patchs/$name/calendar.patch)
+source=(ftp://dickey.his.com/dialog/$name-$version.tgz)
build() {
cd $name-$version
- patch -Np1 -i ../calendar.patch
./configure --prefix=/usr \
+ --enable-nls \
--with-ncursesw \
--mandir=/usr/share/man
make