diff options
author | drochner <drochner@pkgsrc.org> | 2010-02-14 11:12:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-02-14 11:12:21 +0000 |
commit | ae3914b8d019cdcf57fe1f37afb7ae6b8403e214 (patch) | |
tree | b2d2b5039fe67ad2a830d9d0cbb73b28614c48fc /x11 | |
parent | 34ff476c8089d2918deedb4f7bc57164c5f6850c (diff) | |
download | pkgsrc-ae3914b8d019cdcf57fe1f37afb7ae6b8403e214.tar.gz |
fix Linux'ism in strftime format string (in italian translation only),
from Ferruccio Zamuner per PM
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/distinfo | 3 | ||||
-rw-r--r-- | x11/gnome-panel/patches/patch-af | 31 |
3 files changed, 35 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index c8d401e06ff..36ef8c38f17 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.118 2010/01/18 09:59:34 wiz Exp $ +# $NetBSD: Makefile,v 1.119 2010/02/14 11:12:21 drochner Exp $ # DISTNAME= gnome-panel-2.28.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.28/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo index eb377cf9404..a3e01f90c21 100644 --- a/x11/gnome-panel/distinfo +++ b/x11/gnome-panel/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.58 2009/10/22 17:29:42 drochner Exp $ +$NetBSD: distinfo,v 1.59 2010/02/14 11:12:21 drochner Exp $ SHA1 (gnome-panel-2.28.0.tar.bz2) = 667975e0f269b6b3320c04bd1bd705378c0f4927 RMD160 (gnome-panel-2.28.0.tar.bz2) = b3c2025b47b9d6c74aba0a2961394d94f59c4381 @@ -7,3 +7,4 @@ SHA1 (patch-aa) = b2e88627fe7ead48c946baf276ecc99fc17e906a SHA1 (patch-ab) = 2bea1a4fe4b68b45988e2d1e88eeb488d14ac0e1 SHA1 (patch-ad) = c24a5d0a8c1c88d46edfa3e8fc3e4528637a8d31 SHA1 (patch-ae) = d85575dc403c67a4fcb0818904ab9b0517f7b8e0 +SHA1 (patch-af) = ccdf18b16aad6f01d88d8d893e856f2c382b1c98 diff --git a/x11/gnome-panel/patches/patch-af b/x11/gnome-panel/patches/patch-af new file mode 100644 index 00000000000..4e46e383673 --- /dev/null +++ b/x11/gnome-panel/patches/patch-af @@ -0,0 +1,31 @@ +$NetBSD: patch-af,v 1.6 2010/02/14 11:12:21 drochner Exp $ + +--- po/it.po.orig 2009-09-08 00:08:42.000000000 +0000 ++++ po/it.po +@@ -93,7 +93,7 @@ msgstr "%l.%M %p" + #: ../applets/clock/calendar-window.c:307 ../applets/clock/clock.c:450 + #: ../applets/clock/clock.c:1574 ../applets/clock/clock-location-tile.c:480 + msgid "%H:%M" +-msgstr "%-H.%M" ++msgstr "%H.%M" + + #. Translators: If the event did not start on the current day + #. * we will display the start date in the most abbreviated way +@@ -145,7 +145,7 @@ msgstr "%l.%M.%S %p" + # creava problemi in nautilus preferisco %-H + #: ../applets/clock/clock.c:450 ../applets/clock/clock.c:1572 + msgid "%H:%M:%S" +-msgstr "%-H.%M.%S" ++msgstr "%H.%M.%S" + + #. translators: replace %e with %d if, when the day of the + #. * month as a decimal number is a single digit, it +@@ -677,7 +677,7 @@ msgstr "%l.%M <small>%p (%A)</small>" + #. + #: ../applets/clock/clock-location-tile.c:462 + msgid "%H:%M <small>(%A)</small>" +-msgstr "%-H.%M <small>(%A)</small>" ++msgstr "%H.%M <small>(%A)</small>" + + #. translators: This is a strftime format string that is used for formatting + #. * the time that is displayed for locations in the popup. This string is used |