From 04dd9a82379a53db212ed1d4c33cef672820a829 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 16 Oct 2005 23:41:30 +0000 Subject: Add plural support for msgfmt, and fix .po files causing errors. --- x11/gnome2-terminal/Makefile | 3 ++- x11/gnome2-terminal/distinfo | 5 ++++- x11/gnome2-terminal/patches/patch-aa | 15 +++++++++++++++ x11/gnome2-terminal/patches/patch-ab | 15 +++++++++++++++ x11/gnome2-terminal/patches/patch-ac | 15 +++++++++++++++ 5 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 x11/gnome2-terminal/patches/patch-aa create mode 100644 x11/gnome2-terminal/patches/patch-ab create mode 100644 x11/gnome2-terminal/patches/patch-ac (limited to 'x11') diff --git a/x11/gnome2-terminal/Makefile b/x11/gnome2-terminal/Makefile index 2a1d2c26d29..e70ca6e99d8 100644 --- a/x11/gnome2-terminal/Makefile +++ b/x11/gnome2-terminal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/10/12 21:58:35 jmmv Exp $ +# $NetBSD: Makefile,v 1.44 2005/10/16 23:41:30 minskim Exp $ # DISTNAME= gnome-terminal-2.12.0 @@ -17,6 +17,7 @@ CONFLICTS= gnome-core-[0-9]* GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 +USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake perl pkg-config USE_LIBTOOL= YES diff --git a/x11/gnome2-terminal/distinfo b/x11/gnome2-terminal/distinfo index 5a9a21f81bb..5376ca3a992 100644 --- a/x11/gnome2-terminal/distinfo +++ b/x11/gnome2-terminal/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.15 2005/10/12 21:58:35 jmmv Exp $ +$NetBSD: distinfo,v 1.16 2005/10/16 23:41:30 minskim Exp $ SHA1 (gnome-terminal-2.12.0.tar.bz2) = 5a81e76968962d9e8acd077db8b4d14284f996e2 RMD160 (gnome-terminal-2.12.0.tar.bz2) = 97343108571febee95991e76b0e60d4cf2ea60c8 Size (gnome-terminal-2.12.0.tar.bz2) = 1684178 bytes +SHA1 (patch-aa) = 7355efe9a0e21d07f017d50e2edff2bc7a4d906f +SHA1 (patch-ab) = 7fbfff1d883ba4289fea9b84a471b583e10bd876 +SHA1 (patch-ac) = afa8787f9129cbd3ba33cc95525c1d32204c36ba diff --git a/x11/gnome2-terminal/patches/patch-aa b/x11/gnome2-terminal/patches/patch-aa new file mode 100644 index 00000000000..10c2590c642 --- /dev/null +++ b/x11/gnome2-terminal/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.5 2005/10/16 23:41:30 minskim Exp $ + +--- po/am.po.orig 2005-10-16 16:30:34.000000000 -0700 ++++ po/am.po +@@ -2390,8 +2390,8 @@ msgstr "" + #, fuzzy, c-format + msgid "Delete this profile?\n" + msgid_plural "Delete these %d profiles?\n" +-msgstr[0] "ግለ መግለጫን አጥፉ" +-msgstr[1] "ግለ መግለጫን አጥፉ" ++msgstr[0] "ግለ መግለጫን አጥፉ\n" ++msgstr[1] "ግለ መግለጫን አጥፉ\n" + + #: src/terminal.c:2627 + #, c-format diff --git a/x11/gnome2-terminal/patches/patch-ab b/x11/gnome2-terminal/patches/patch-ab new file mode 100644 index 00000000000..b2eb169bd71 --- /dev/null +++ b/x11/gnome2-terminal/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2005/10/16 23:41:30 minskim Exp $ + +--- po/ga.po.orig 2004-11-01 17:17:35.000000000 -0800 ++++ po/ga.po +@@ -2379,8 +2379,8 @@ msgstr "" + #, fuzzy, c-format + msgid "Delete this profile?\n" + msgid_plural "Delete these %d profiles?\n" +-msgstr[0] "Scrios Próifíl" +-msgstr[1] "Scrios Próifíl" ++msgstr[0] "Scrios Próifíl\n" ++msgstr[1] "Scrios Próifíl\n" + + #: src/terminal.c:2627 + #, c-format diff --git a/x11/gnome2-terminal/patches/patch-ac b/x11/gnome2-terminal/patches/patch-ac new file mode 100644 index 00000000000..fb2a0f34920 --- /dev/null +++ b/x11/gnome2-terminal/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2005/10/16 23:41:30 minskim Exp $ + +--- po/ms.po.orig 2004-11-01 17:17:35.000000000 -0800 ++++ po/ms.po +@@ -2616,8 +2616,8 @@ msgstr "" + #, fuzzy, c-format + msgid "Delete this profile?\n" + msgid_plural "Delete these %d profiles?\n" +-msgstr[0] "Padam Profil" +-msgstr[1] "Padam Profil" ++msgstr[0] "Padam Profil\n" ++msgstr[1] "Padam Profil\n" + + #: src/terminal.c:2627 + #, c-format -- cgit v1.2.3