]> git.pld-linux.org Git - packages/emerald.git/commitdiff
- po fix
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 23 Aug 2007 13:32:52 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emerald.spec -> 1.27

emerald.spec

index e55d4fb8b19a22dd2378c25911ba6ec1d2498f03..b257a6c61cffe22cb1825e14642217ade614d376 100644 (file)
@@ -2,13 +2,14 @@ Summary:      An alternative themeable window decorator
 Summary(pl.UTF-8):     Alternatywny dekorator okien z obsługą motywów
 Name:          emerald
 Version:       0.5.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: 149c17b0a1bddf29e1cd66d29777d96e
 Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-linguas.patch
 URL:           http://forum.compiz-fusion.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.9
@@ -71,6 +72,16 @@ Statyczna biblioteka Emerald Engines.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+
+# fix po/
+mv po/de{_DE,}.po
+mv po/gu{_IN,}.po
+mv po/hu{_HU,}.po
+mv po/it{_IT,}.po
+mv po/nb{_NO,}.po
+mv po/sv{_SE,}.po
+mv po/tr{_TR,}.po
 
 %build
 %{__glib_gettextize}
This page took 0.065954 seconds and 4 git commands to generate.