aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gal2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-28 02:02:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-28 02:02:33 +0000
commit1f966a6d96a0fb796842eba67a1c29132cd442bf (patch)
treed32c6315475ec997251bb504c6cb4c1b7c954aaa /x11-toolkits/gal2
parentd4a1aee4afc92bc373635f2e846c5427f157631f (diff)
downloadports-1f966a6d96a0fb796842eba67a1c29132cd442bf.tar.gz
ports-1f966a6d96a0fb796842eba67a1c29132cd442bf.zip
Do not use the %-[.] format to strftime since this is a GNUism.
PR: 60617
Notes
Notes: svn path=/head/; revision=96722
Diffstat (limited to 'x11-toolkits/gal2')
-rw-r--r--x11-toolkits/gal2/Makefile1
-rw-r--r--x11-toolkits/gal2/files/patch-po_da.po16
-rw-r--r--x11-toolkits/gal2/files/patch-po_zh_CN.po41
3 files changed, 58 insertions, 0 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile
index 610697fe166a..7b873cd49cb0 100644
--- a/x11-toolkits/gal2/Makefile
+++ b/x11-toolkits/gal2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gal2
PORTVERSION= 1.99.10
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.99
diff --git a/x11-toolkits/gal2/files/patch-po_da.po b/x11-toolkits/gal2/files/patch-po_da.po
new file mode 100644
index 000000000000..0baf35467230
--- /dev/null
+++ b/x11-toolkits/gal2/files/patch-po_da.po
@@ -0,0 +1,16 @@
+--- po/da.po.orig Sat Dec 27 20:57:22 2003
++++ po/da.po Sat Dec 27 20:57:29 2003
+@@ -46,11 +46,11 @@
+
+ #: gal/e-table/e-cell-date.c:96
+ msgid "%b %d %l:%M %p"
+-msgstr "%-d. %b. %H:%M"
++msgstr "%d. %b. %H:%M"
+
+ #: gal/e-table/e-cell-date.c:98
+ msgid "%b %d %Y"
+-msgstr "%-d. %b %Y"
++msgstr "%d. %b %Y"
+
+ #: gal/e-table/e-cell-pixbuf.c:392
+ msgid "Selected Column"
diff --git a/x11-toolkits/gal2/files/patch-po_zh_CN.po b/x11-toolkits/gal2/files/patch-po_zh_CN.po
new file mode 100644
index 000000000000..7d52a30f8c8a
--- /dev/null
+++ b/x11-toolkits/gal2/files/patch-po_zh_CN.po
@@ -0,0 +1,41 @@
+--- po/zh_CN.po.orig Sat Dec 27 20:58:11 2003
++++ po/zh_CN.po Sat Dec 27 20:58:38 2003
+@@ -31,32 +31,32 @@
+ # gal/e-table/e-cell-date.c:58
+ #: gal/e-table/e-cell-date.c:58
+ msgid "%l:%M %p"
+-msgstr "%-H:%M"
++msgstr "%H:%M"
+
+ # gal/e-table/e-cell-date.c:66
+ #: gal/e-table/e-cell-date.c:66
+ msgid "Today %l:%M %p"
+-msgstr "今天 %-H:%M"
++msgstr "今天 %H:%M"
+
+ # gal/e-table/e-cell-date.c:81
+ #: gal/e-table/e-cell-date.c:76
+ msgid "Yesterday %l:%M %p"
+-msgstr "昨天 %-H:%M"
++msgstr "昨天 %H:%M"
+
+ # gal/e-table/e-cell-date.c:96
+ #: gal/e-table/e-cell-date.c:88
+ msgid "%a %l:%M %p"
+-msgstr "%A %-H:%M"
++msgstr "%A %H:%M"
+
+ # gal/e-table/e-cell-date.c:104
+ #: gal/e-table/e-cell-date.c:96
+ msgid "%b %d %l:%M %p"
+-msgstr "%-m月%-d日 %-H:%M"
++msgstr "%m月%d日 %H:%M"
+
+ # gal/e-table/e-cell-date.c:106
+ #: gal/e-table/e-cell-date.c:98
+ msgid "%b %d %Y"
+-msgstr "%Y年%-m月%-d日"
++msgstr "%Y年%m月%d日"
+
+ #: gal/e-table/e-cell-pixbuf.c:392
+ msgid "Selected Column"