diff options
Diffstat (limited to 'math/gcalctool/files')
-rw-r--r-- | math/gcalctool/files/patch-configure | 13 | ||||
-rw-r--r-- | math/gcalctool/files/patch-po__zh_CN.po | 14 |
2 files changed, 13 insertions, 14 deletions
diff --git a/math/gcalctool/files/patch-configure b/math/gcalctool/files/patch-configure new file mode 100644 index 000000000000..330200143e4a --- /dev/null +++ b/math/gcalctool/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig 2010-08-17 10:19:07.000000000 +0200 ++++ configure 2010-08-17 10:21:04.000000000 +0200 +@@ -5741,8 +5741,8 @@ + .SECONDARY: $(gsettings_SCHEMAS) + + gsettings__base_list = \ +- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ +- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" ++ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ ++ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' + + install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) + @$(NORMAL_INSTALL) diff --git a/math/gcalctool/files/patch-po__zh_CN.po b/math/gcalctool/files/patch-po__zh_CN.po deleted file mode 100644 index 5d874eb0cab9..000000000000 --- a/math/gcalctool/files/patch-po__zh_CN.po +++ /dev/null @@ -1,14 +0,0 @@ - ---- po/zh_CN.po.old 2010-10-02 02:25:46.507328082 +0800 -+++ po/zh_CN.po 2010-10-02 02:27:12.744004376 +0800 -@@ -1028,7 +1028,7 @@ - #. Translators: Digits localized for the given language - #: ../src/calctool.c:175 - msgid "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F" --msgstr "零,一,二,三,四,五,六,七,八,九,十,A,B,C,D,E,F" -+msgstr "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F" - - #: ../src/currency.h:18 - msgid "Australian dollar" - - |