terminology-e19: disabled nls

This commit is contained in:
Victor Martinez 2015-04-29 13:30:28 +02:00
parent 1e227e3981
commit 26f866a658
2 changed files with 2 additions and 38 deletions

View File

@ -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

View File

@ -12,7 +12,8 @@ build()
{
cd terminology-$version
./configure --prefix=/usr \
--mandir=/usr/man
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
}