diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-24 11:21:33 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-24 11:21:33 +0000 |
commit | 3aa632a221074ae6f166b75631d1f3ab532f07db (patch) | |
tree | a5f807b62fdaa0ac00716696b5c05825a3af5383 | |
parent | cc97063fd8cdc3b3b5643b3db9cbe9cf851a3d55 (diff) | |
download | draklive-install-3aa632a221074ae6f166b75631d1f3ab532f07db.tar draklive-install-3aa632a221074ae6f166b75631d1f3ab532f07db.tar.gz draklive-install-3aa632a221074ae6f166b75631d1f3ab532f07db.tar.bz2 draklive-install-3aa632a221074ae6f166b75631d1f3ab532f07db.tar.xz draklive-install-3aa632a221074ae6f166b75631d1f3ab532f07db.zip |
Make draklive-install desktop file translatable
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | mandriva-draklive-install.desktop.in (renamed from mandriva-draklive-install.desktop) | 4 | ||||
-rw-r--r-- | po/Makefile | 5 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
4 files changed, 12 insertions, 4 deletions
@@ -4,7 +4,7 @@ VERSION = 1.17 dli_confdir = ${sysconfdir}/$(NAME).d dli_sysconfigdir = $(dli_confdir)/sysconfig -all: +all: mandriva-draklive-install.desktop make -C po install: @@ -48,3 +48,7 @@ changelog: ChangeLog ChangeLog: svn2cl --accum --authors ../../soft/common/username.xml rm -f *.bak + +mandriva-draklive-install.desktop: mandriva-draklive-install.desktop.in + intltool-merge --utf8 po \$< \$@ -d -u -c intltool-merge-cache + diff --git a/mandriva-draklive-install.desktop b/mandriva-draklive-install.desktop.in index 12e45b4..c7ef147 100644 --- a/mandriva-draklive-install.desktop +++ b/mandriva-draklive-install.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 -Name=Live Install -Comment=Install your Mandriva live system to disk +_Name=Live Install +_Comment=Install your Mandriva live system to disk Exec=/usr/bin/draklive-install-lock-storage Icon=MandrivaOne-install-icon Terminal=false diff --git a/po/Makefile b/po/Makefile index f679b1a..0845f3d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -22,7 +22,10 @@ merge: done $(NAME).pot: - perl_checker -q --generate-pot $@ $(PL_FILES) + intltool-update --gettext-package desktopstuff --pot + perl_checker -q --generate-pot $(NAME)_tmp.pot $(PL_FILES) + [ ! -e $(NAME)_tmp.pot ] || msgcat --use-first $(NAME)_tmp.pot desktopstuff.pot > $@ + rm -f desktopstuff.pot $(NAME)_tmp.pot install: all for l in $(LANGS); do \ diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..8b43f84 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1 @@ +mandriva-draklive-install.desktop.in |