mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-23 07:12:52 +00:00
Added Russian localization
This commit is contained in:
parent
008d1afe88
commit
af621d6292
3 changed files with 20717 additions and 0 deletions
24
claws-mail-3.13.0-ru-i18n.patch
Normal file
24
claws-mail-3.13.0-ru-i18n.patch
Normal file
|
@ -0,0 +1,24 @@
|
|||
diff -Naur claws-mail-3.13.0.orig/configure claws-mail-3.13.0/configure
|
||||
--- claws-mail-3.13.0.orig/configure 2015-10-15 11:52:08.604907268 +0300
|
||||
+++ claws-mail-3.13.0/configure 2015-10-15 11:52:35.098909056 +0300
|
||||
@@ -14870,7 +14870,7 @@
|
||||
|
||||
LIBS=$syl_save_LIBS
|
||||
|
||||
-ALL_LINGUAS="bg ca cs de en_GB eo es fi fr he hu it lt nb nl pt_BR sk sv zh_TW"
|
||||
+ALL_LINGUAS="bg ca cs de en_GB eo es fi fr he hu it lt nb nl pt_BR ru sk sv zh_TW"
|
||||
GETTEXT_PACKAGE=claws-mail
|
||||
|
||||
|
||||
diff -Naur claws-mail-3.13.0.orig/configure.ac claws-mail-3.13.0/configure.ac
|
||||
--- claws-mail-3.13.0.orig/configure.ac 2015-10-15 11:52:08.613907268 +0300
|
||||
+++ claws-mail-3.13.0/configure.ac 2015-10-15 11:52:46.985909858 +0300
|
||||
@@ -206,7 +206,7 @@
|
||||
LIBS=$syl_save_LIBS
|
||||
|
||||
dnl for gettext
|
||||
-ALL_LINGUAS="bg ca cs de en_GB eo es fi fr he hu it lt nb nl pt_BR sk sv zh_TW"
|
||||
+ALL_LINGUAS="bg ca cs de en_GB eo es fi fr he hu it lt nb nl pt_BR ru sk sv zh_TW"
|
||||
GETTEXT_PACKAGE=claws-mail
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define text domain.])
|
|
@ -13,8 +13,11 @@ License: GPLv3+
|
|||
Group: Networking/Mail
|
||||
Url: http://www.claws-mail.org
|
||||
Source0: http://www.claws-mail.org/download.php?file=releases/%{name}-%{version}.tar.xz
|
||||
# From claws-mail Git
|
||||
Source1: ru.po
|
||||
# from Debian
|
||||
Patch0: claws-mail-3.13.0-trashed-read.patch
|
||||
Patch1: claws-mail-3.13.0-ru-i18n.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: docbook-utils
|
||||
|
@ -563,6 +566,8 @@ or received.
|
|||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
cp %{SOURCE1} po
|
||||
|
||||
%build
|
||||
%configure2_5x \
|
||||
|
@ -581,6 +586,9 @@ or received.
|
|||
--disable-static
|
||||
|
||||
%make LIBTOOL=%{_bindir}/libtool
|
||||
pushd po
|
||||
make ru.gmo
|
||||
popd
|
||||
|
||||
%install
|
||||
%makeinstall_std
|
||||
|
|
Loading…
Add table
Reference in a new issue