From 26f866a6586935378626f238cefcb7075a4c41bc Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 29 Apr 2015 13:30:28 +0200 Subject: [PATCH] terminology-e19: disabled nls --- terminology-e19/.footprint | 37 ------------------------------------- terminology-e19/Pkgfile | 3 ++- 2 files changed, 2 insertions(+), 38 deletions(-) diff --git a/terminology-e19/.footprint b/terminology-e19/.footprint index 91d1ddc..31d0ad0 100644 --- a/terminology-e19/.footprint +++ b/terminology-e19/.footprint @@ -15,43 +15,6 @@ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/terminology.desktop drwxr-xr-x root/root usr/share/icons/ -rw-r--r-- root/root usr/share/icons/terminology.png -drwxr-xr-x root/root usr/share/locale/ -drwxr-xr-x root/root usr/share/locale/ca/ -drwxr-xr-x root/root usr/share/locale/ca/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/ca/LC_MESSAGES/terminology.mo -drwxr-xr-x root/root usr/share/locale/de/ -drwxr-xr-x root/root usr/share/locale/de/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/de/LC_MESSAGES/terminology.mo -drwxr-xr-x root/root usr/share/locale/el/ -drwxr-xr-x root/root usr/share/locale/el/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/el/LC_MESSAGES/terminology.mo -drwxr-xr-x root/root usr/share/locale/eo/ -drwxr-xr-x root/root usr/share/locale/eo/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/eo/LC_MESSAGES/terminology.mo -drwxr-xr-x root/root usr/share/locale/fi/ -drwxr-xr-x root/root usr/share/locale/fi/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/fi/LC_MESSAGES/terminology.mo -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/terminology.mo -drwxr-xr-x root/root usr/share/locale/hi/ -drwxr-xr-x root/root usr/share/locale/hi/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/hi/LC_MESSAGES/terminology.mo -drwxr-xr-x root/root usr/share/locale/it/ -drwxr-xr-x root/root usr/share/locale/it/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/it/LC_MESSAGES/terminology.mo -drwxr-xr-x root/root usr/share/locale/ko/ -drwxr-xr-x root/root usr/share/locale/ko/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/ko/LC_MESSAGES/terminology.mo -drwxr-xr-x root/root usr/share/locale/ms/ -drwxr-xr-x root/root usr/share/locale/ms/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/ms/LC_MESSAGES/terminology.mo -drwxr-xr-x root/root usr/share/locale/sr/ -drwxr-xr-x root/root usr/share/locale/sr/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/sr/LC_MESSAGES/terminology.mo -drwxr-xr-x root/root usr/share/locale/tr/ -drwxr-xr-x root/root usr/share/locale/tr/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/tr/LC_MESSAGES/terminology.mo drwxr-xr-x root/root usr/share/terminology/ drwxr-xr-x root/root usr/share/terminology/backgrounds/ -rw-r--r-- root/root usr/share/terminology/backgrounds/mystic.png diff --git a/terminology-e19/Pkgfile b/terminology-e19/Pkgfile index 5fee109..3bb31d0 100644 --- a/terminology-e19/Pkgfile +++ b/terminology-e19/Pkgfile @@ -12,7 +12,8 @@ build() { cd terminology-$version ./configure --prefix=/usr \ - --mandir=/usr/man + --mandir=/usr/man \ + --disable-nls make make DESTDIR=$PKG install }