diff options
Diffstat (limited to 'deskutils/gnomeutils2/files')
-rw-r--r-- | deskutils/gnomeutils2/files/patch-ai | 17 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-configure | 36 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-po::Makefile.in.in | 14 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-po::zh_TW.Big5.po | 34 |
4 files changed, 95 insertions, 6 deletions
diff --git a/deskutils/gnomeutils2/files/patch-ai b/deskutils/gnomeutils2/files/patch-ai index e0ad30299780..ec9d6d7b3f42 100644 --- a/deskutils/gnomeutils2/files/patch-ai +++ b/deskutils/gnomeutils2/files/patch-ai @@ -1,6 +1,11 @@ ---- app-docs.make.orig Fri Feb 9 23:12:23 2001 -+++ app-docs.make Tue Feb 27 16:18:16 2001 -@@ -1,2 +1,2 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ +--- sgmldocs.make 2001/07/03 13:56:19 1.1 ++++ sgmldocs.make 2001/07/03 13:56:34 +@@ -32,7 +32,7 @@ + # dist-hook: app-dist-hook + # + +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(datadir)/help/$(docname)/$(lang) + + doc_DATA = index.html + diff --git a/deskutils/gnomeutils2/files/patch-configure b/deskutils/gnomeutils2/files/patch-configure new file mode 100644 index 000000000000..a69ca4648e8f --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-configure @@ -0,0 +1,36 @@ + +$FreeBSD$ + +--- configure 2001/07/03 16:13:39 1.1 ++++ configure 2001/07/03 16:14:05 +@@ -6438,7 +6438,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam -ldl $LIBS" ++LIBS="-lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6444 "configure" + #include "confdefs.h" +@@ -6478,7 +6478,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam_misc -ldl -lpam $LIBS" ++LIBS="-lpam_misc -lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6484 "configure" + #include "confdefs.h" +@@ -6506,10 +6506,10 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- PAM_LIBS="-ldl -lpam -lpam_misc" ++ PAM_LIBS="-lpam -lpam_misc" + else + echo "$ac_t""no" 1>&6 +-PAM_LIBS="-ldl -lpam" ++PAM_LIBS="-lpam" + fi + + diff --git a/deskutils/gnomeutils2/files/patch-po::Makefile.in.in b/deskutils/gnomeutils2/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..2d1ff382a72f --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001 ++++ po/Makefile.in.in Tue Jul 3 19:51:42 2001 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ diff --git a/deskutils/gnomeutils2/files/patch-po::zh_TW.Big5.po b/deskutils/gnomeutils2/files/patch-po::zh_TW.Big5.po new file mode 100644 index 000000000000..d7939391d3b8 --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-po::zh_TW.Big5.po @@ -0,0 +1,34 @@ + +$FreeBSD$ + +--- po/zh_TW.Big5.po 2001/07/03 16:16:17 1.1 ++++ po/zh_TW.Big5.po 2001/07/03 16:19:48 +@@ -1154,8 +1154,8 @@ + "This will overwrite your current set of projects.\n" + "Do you really want to reload the configuration file?" + msgstr "" +-"將要覆蓋現存計劃的設定。\n" +-"是否真的要重新載入設定檔?" ++"This will overwrite your current set of projects.\n" ++"Do you really want to reload the configuration file?" + + # gtt/menus.c:27
+ #: gtt/menus.c:27 +@@ -2903,7 +2903,7 @@ + # mini-utils/gless/gless.c:130
+ #: mini-utils/gless/gless.c:130 + msgid "Where to put the window, and its size" +-msgstr "視窗擺放的位置與大小" ++msgstr "Where to put the window, and its size" + + # mini-utils/gless/gless.c:131
+ #: mini-utils/gless/gless.c:131 +@@ -4082,7 +4082,7 @@ + # gfloppy/src/progress.c:117
+ #: gfloppy/src/progress.c:117 + msgid "Floppy formatted successfully." +-msgstr "軟碟片格式化成功。" ++msgstr "Floppy formatted successfully." + + # gfloppy/src/progress.c:121
+ #: gfloppy/src/progress.c:121 |