summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-25 23:57:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-25 23:57:47 +0000
commitdd235d055b9d6b653064873add7e48886fc9e290 (patch)
treedfba529081dac4034e7f47e4d071474a03ab9a78 /net-im
parent- Update to 0.15. (diff)
- add Russian translation
PR: 129296 Submitted by: Alexander Logvinov <ports@logvinov.com> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=224780
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pidgin-libnotify/Makefile4
-rw-r--r--net-im/pidgin-libnotify/files/patch-configure11
-rw-r--r--net-im/pidgin-libnotify/files/patch-po_ru.po76
-rw-r--r--net-im/pidgin-libnotify/pkg-plist1
4 files changed, 90 insertions, 2 deletions
diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile
index 3291fad14233..fd3ba62b90f7 100644
--- a/net-im/pidgin-libnotify/Makefile
+++ b/net-im/pidgin-libnotify/Makefile
@@ -7,9 +7,9 @@
PORTNAME= libnotify
PORTVERSION= 0.13
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net-im
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= gaim-libnotify
PKGNAMEPREFIX= pidgin-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
diff --git a/net-im/pidgin-libnotify/files/patch-configure b/net-im/pidgin-libnotify/files/patch-configure
new file mode 100644
index 000000000000..b75b1bf81bf2
--- /dev/null
+++ b/net-im/pidgin-libnotify/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2008-11-30 23:12:58.000000000 +0900
++++ configure 2008-11-30 23:13:08.000000000 +0900
+@@ -19855,7 +19855,7 @@
+
+ GETTEXT_PACKAGE=pidgin-libnotify
+
+-ALL_LINGUAS="es fr it nl pl pt pt_BR sl hu zh_CN ro gl"
++ALL_LINGUAS="es fr it nl pl pt pt_BR sl hu zh_CN ro gl ru"
+
+
+ for ac_header in locale.h
diff --git a/net-im/pidgin-libnotify/files/patch-po_ru.po b/net-im/pidgin-libnotify/files/patch-po_ru.po
new file mode 100644
index 000000000000..8cfa96c74029
--- /dev/null
+++ b/net-im/pidgin-libnotify/files/patch-po_ru.po
@@ -0,0 +1,76 @@
+--- po/ru.po 1970-01-01 09:00:00.000000000 +0900
++++ po/ru.po 2008-11-30 23:18:38.000000000 +0900
+@@ -0,0 +1,73 @@
++# Russian translations for pidgin-libnotify.
++# Copyright (C) 2008 Alexander Logvinov <ports@logvinov.com>
++# This file is distributed under the same license as the pidgin-libnotify package.
++# Alexander Logvinov <ports@logvinov.com>, 2008.
++#
++msgid ""
++msgstr ""
++"Project-Id-Version: pidgin-libnotify\n"
++"Report-Msgid-Bugs-To: \n"
++"POT-Creation-Date: 2007-06-30 19:58+0000\n"
++"PO-Revision-Date: 2008-11-30 22:51+0900\n"
++"Last-Translator: Alexander Logvinov <ports@logvinov.com>\n"
++"Language-Team: Russian\n"
++"MIME-Version: 1.0\n"
++"Content-Type: text/plain; charset=UTF-8\n"
++"Content-Transfer-Encoding: 8bit\n"
++"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
++"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
++
++#: src/pidgin-libnotify.c:57
++msgid "New messages"
++msgstr "Новые сообщения"
++
++#: src/pidgin-libnotify.c:62
++msgid "Only new conversations"
++msgstr "Только новые беседы"
++
++#: src/pidgin-libnotify.c:67
++msgid "Ignore events from blocked users"
++msgstr "Игнорировать события заблокированных пользователей"
++
++#: src/pidgin-libnotify.c:72
++msgid "Buddy signs on"
++msgstr "Собеседник входит в сеть"
++
++#: src/pidgin-libnotify.c:77
++msgid "Buddy signs off"
++msgstr "Собеседник выходит из сети"
++
++#: src/pidgin-libnotify.c:315
++msgid "Show"
++msgstr "Показать"
++
++#: src/pidgin-libnotify.c:347
++#, c-format
++msgid "%s signed on"
++msgstr "%s входит в сеть"
++
++#: src/pidgin-libnotify.c:379
++#, c-format
++msgid "%s signed off"
++msgstr "%s выходит из сети"
++
++#: src/pidgin-libnotify.c:406
++#, c-format
++msgid "%s says:"
++msgstr "%s пишет:"
++
++#: src/pidgin-libnotify.c:572
++msgid "Libnotify Popups"
++msgstr "Всплывающие окна libnotify"
++
++#: src/pidgin-libnotify.c:573
++msgid "Displays popups via libnotify."
++msgstr "Показывает всплывающие окна через libnotify. "
++
++#: src/pidgin-libnotify.c:574
++msgid ""
++"Pidgin-libnotify:\n"
++"Displays popups via libnotify."
++msgstr ""
++"Поддержка libnotify для Pidgin:\n"
++"Показывает всплывающие окна через libnotify."
diff --git a/net-im/pidgin-libnotify/pkg-plist b/net-im/pidgin-libnotify/pkg-plist
index 9aead91dc11b..7204c4334718 100644
--- a/net-im/pidgin-libnotify/pkg-plist
+++ b/net-im/pidgin-libnotify/pkg-plist
@@ -8,6 +8,7 @@
%%NLS%%share/locale/pt/LC_MESSAGES/pidgin-libnotify.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pidgin-libnotify.mo
%%NLS%%share/locale/ro/LC_MESSAGES/pidgin-libnotify.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/pidgin-libnotify.mo
%%NLS%%share/locale/sl/LC_MESSAGES/pidgin-libnotify.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/pidgin-libnotify.mo
lib/purple-2/pidgin-libnotify.so