diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-16 21:39:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-16 21:39:11 +0000 |
commit | f7499628edd191e0837e1887e7778baed3465867 (patch) | |
tree | 423e124c63627cca9eda52b76e4bcfc77d80dc63 /x11 | |
parent | db93346ba6fc0a8c94933ee91b95b7fdc80565b9 (diff) | |
download | pkgsrc-f7499628edd191e0837e1887e7778baed3465867.tar.gz |
Add plural support for msgfmt. Also remove a blank line between
"msgid" and "msgstr", which confuses msgfmt.pl.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 3 | ||||
-rw-r--r-- | x11/gdm/distinfo | 3 | ||||
-rw-r--r-- | x11/gdm/patches/patch-ab | 12 |
3 files changed, 16 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 08814ee31ad..deaa15926e0 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2005/10/14 21:47:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.90 2005/10/16 21:39:11 minskim Exp $ # DISTNAME= gdm-2.8.0.5 @@ -24,6 +24,7 @@ USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES +USE_MSGFMT_PLURALS= YES USE_TOOLS+= gmake pkg-config PKG_OPTIONS_VAR= PKG_OPTIONS.gdm diff --git a/x11/gdm/distinfo b/x11/gdm/distinfo index 980a4239894..e6b83de2103 100644 --- a/x11/gdm/distinfo +++ b/x11/gdm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.28 2005/10/14 21:47:01 jmmv Exp $ +$NetBSD: distinfo,v 1.29 2005/10/16 21:39:11 minskim Exp $ SHA1 (gdm-2.8.0.5.tar.bz2) = e3a392d69a7715a1243ff06d5c42b38ac862da08 RMD160 (gdm-2.8.0.5.tar.bz2) = 3ca5d2dcf00edb0bc7fc6c5a053e788beb2c7392 @@ -10,6 +10,7 @@ SHA1 (Daemon.png) = e77a42c644beecd66c4b95c0ae68c08c728a4e6d RMD160 (Daemon.png) = eb317dc7ac501ee03aac1276856eee14674e3da7 Size (Daemon.png) = 15725 bytes SHA1 (patch-aa) = 649f62f21f55822afb17753cacda9a4bc8873595 +SHA1 (patch-ab) = 2d1a1c07ae830630d02c0d666c0ea6ed2d006655 SHA1 (patch-ac) = bcb4656d9467737d62b69a1dd3f3750d5607fef3 SHA1 (patch-ad) = 4f4c4395ba6de7235069fe7ff9877381e9bc997a SHA1 (patch-ae) = 55b66f0f32701f6911db88c0b7da29758a7b2b95 diff --git a/x11/gdm/patches/patch-ab b/x11/gdm/patches/patch-ab new file mode 100644 index 00000000000..e90689eebf9 --- /dev/null +++ b/x11/gdm/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.9 2005/10/16 21:39:11 minskim Exp $ + +--- po/bn.po.orig 2005-10-16 14:20:34.000000000 -0700 ++++ po/bn.po +@@ -736,7 +736,6 @@ msgstr "লগআউট সংক্র + + #: daemon/gdm.c:3716 daemon/gdm.c:3771 + msgid "Set logout action request denied: Not authenticated" +- + msgstr "লগআউট সংক্রান্ত কার্যাবলী নির্দেশের আবেদন প্রত্যাখ্যাত: পরিচয় প্রমাণিত নয়" + + #: daemon/gdm.c:3816 daemon/gdm.c:3843 |