[Pkg-cli-apps-commits] [SCM] banshee branch, experimental, updated. debian/1.9.0-1-10-g93a69ad
Iain Lane
laney at ubuntu.com
Sun Dec 19 20:34:50 UTC 2010
The following commit has been merged in the experimental branch:
commit 5f899451a5fdfb647e9e6b09e3a80688b84997cc
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date: Sun Dec 19 16:43:54 2010 +0000
debian/rules: Fix gettext domain
Gettext domain was set to banshee in the desktop file resulting in
non-translated menu items.
LP: #677173
(cherry picked from commit 9f8a8a2271efa8deaf59ca67fb9497267012d5f2)
diff --git a/debian/rules b/debian/rules
index 98ffee8..6fe3574 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ ifeq ($(shell dpkg-vendor --query vendor), Ubuntu)
for d in $$(find debian/ -type f \( -name "*.desktop" -o -name "*.directory" \) ); do \
sed -ri '/^(Name|GenericName|Comment|X-GNOME-FullName)\[/d' $$d; \
- echo "X-Ubuntu-Gettext-Domain=banshee" >> $$d; \
+ echo "X-Ubuntu-Gettext-Domain=banshee-1" >> $$d; \
done
endif
--
banshee
More information about the Pkg-cli-apps-commits
mailing list