diff options
Diffstat (limited to 'misc/xiphos/files')
| -rw-r--r-- | misc/xiphos/files/patch-Makefile.in | 31 | ||||
| -rw-r--r-- | misc/xiphos/files/patch-configure | 128 |
2 files changed, 159 insertions, 0 deletions
diff --git a/misc/xiphos/files/patch-Makefile.in b/misc/xiphos/files/patch-Makefile.in new file mode 100644 index 000000000000..e774108e0715 --- /dev/null +++ b/misc/xiphos/files/patch-Makefile.in @@ -0,0 +1,31 @@ +--- Makefile.in.orig Tue Apr 24 13:34:53 2007 ++++ Makefile.in Tue Apr 24 13:39:06 2007 +@@ -69,8 +69,7 @@ + *) f=$$p;; \ + esac; + am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +-am__installdirs = "$(DESTDIR)$(gnomemenudir)" \ +- "$(DESTDIR)$(gnomesworddocdir)" ++am__installdirs = "$(DESTDIR)$(gnomemenudir)" + gnomemenuDATA_INSTALL = $(INSTALL_DATA) + gnomesworddocDATA_INSTALL = $(INSTALL_DATA) + DATA = $(gnomemenu_DATA) $(gnomesworddoc_DATA) +@@ -690,7 +689,7 @@ + all-am: Makefile $(DATA) config.h + installdirs: installdirs-recursive + installdirs-am: +- for dir in "$(DESTDIR)$(gnomemenudir)" "$(DESTDIR)$(gnomesworddocdir)"; do \ ++ for dir in "$(DESTDIR)$(gnomemenudir)" do \ + test -z "$$dir" || $(mkdir_p) "$$dir"; \ + done + install: install-recursive +@@ -738,8 +737,7 @@ + + info-am: + +-install-data-am: install-data-local install-gnomemenuDATA \ +- install-gnomesworddocDATA ++install-data-am: install-data-local install-gnomemenuDATA + + install-exec-am: + diff --git a/misc/xiphos/files/patch-configure b/misc/xiphos/files/patch-configure new file mode 100644 index 000000000000..e5971dfbb18b --- /dev/null +++ b/misc/xiphos/files/patch-configure @@ -0,0 +1,128 @@ +--- configure.orig Fri Apr 27 13:23:11 2007 ++++ configure Fri Apr 27 13:27:18 2007 +@@ -25114,12 +25114,12 @@ + pkg_cv_GTKHTML_CFLAGS="$GTKHTML_CFLAGS" + else + if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8 >= 3.13\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8 >= 3.13") 2>&5 ++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14 >= 3.13\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14 >= 3.13") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- pkg_cv_GTKHTML_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8 >= 3.13" 2>/dev/null` ++ pkg_cv_GTKHTML_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.14 >= 3.13" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -25132,12 +25132,12 @@ + pkg_cv_GTKHTML_LIBS="$GTKHTML_LIBS" + else + if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8 >= 3.13\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8 >= 3.13") 2>&5 ++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14 >= 3.13\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14 >= 3.13") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- pkg_cv_GTKHTML_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8 >= 3.13" 2>/dev/null` ++ pkg_cv_GTKHTML_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.14 >= 3.13" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -25156,9 +25156,9 @@ + _pkg_short_errors_supported=no + fi + if test $_pkg_short_errors_supported = yes; then +- GTKHTML_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgtkhtml-3.8 >= 3.13"` ++ GTKHTML_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgtkhtml-3.14 >= 3.13"` + else +- GTKHTML_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgtkhtml-3.8 >= 3.13"` ++ GTKHTML_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgtkhtml-3.14 >= 3.13"` + fi + # Put the nasty error message in config.log where it belongs + echo "$GTKHTML_PKG_ERRORS" >&5 +@@ -25196,12 +25196,12 @@ + pkg_cv_GTKHTML_CFLAGS="$GTKHTML_CFLAGS" + else + if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5 ++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- pkg_cv_GTKHTML_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.8" 2>/dev/null` ++ pkg_cv_GTKHTML_CFLAGS=`$PKG_CONFIG --cflags "libgtkhtml-3.14" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -25214,12 +25214,12 @@ + pkg_cv_GTKHTML_LIBS="$GTKHTML_LIBS" + else + if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.8\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.8") 2>&5 ++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgtkhtml-3.14\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "libgtkhtml-3.14") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- pkg_cv_GTKHTML_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.8" 2>/dev/null` ++ pkg_cv_GTKHTML_LIBS=`$PKG_CONFIG --libs "libgtkhtml-3.14" 2>/dev/null` + else + pkg_failed=yes + fi +@@ -25238,9 +25238,9 @@ + _pkg_short_errors_supported=no + fi + if test $_pkg_short_errors_supported = yes; then +- GTKHTML_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgtkhtml-3.8"` ++ GTKHTML_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgtkhtml-3.14"` + else +- GTKHTML_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgtkhtml-3.8"` ++ GTKHTML_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgtkhtml-3.14"` + fi + # Put the nasty error message in config.log where it belongs + echo "$GTKHTML_PKG_ERRORS" >&5 +@@ -25262,8 +25262,8 @@ + + + fi +-GTKHTML_DATA_DIR="`$PKG_CONFIG --variable=gtkhtml_datadir libgtkhtml-3.8`" +-GTKHTML_API_VERSION=`$PKG_CONFIG --variable gtkhtml_apiversion libgtkhtml-3.8` ++GTKHTML_DATA_DIR="`$PKG_CONFIG --variable=gtkhtml_datadir libgtkhtml-3.14`" ++GTKHTML_API_VERSION=`$PKG_CONFIG --variable gtkhtml_apiversion libgtkhtml-3.14` + + cat >>confdefs.h <<_ACEOF + #define GTKHTML_DATA_DIR "${GTKHTML_DATA_DIR}" +@@ -26038,10 +26038,10 @@ + GTKMOZEMBED_VERSION=`pkg-config --modversion mozilla-gtkmozembed` + fi + fi +-GTKMOZEMBED_VERSION=${GTKMOZEMBED_VERSION:0:3} # TODO improve extraction of x.y +-GTKMOZEMBED_VERSION=${GTKMOZEMBED_VERSION//./_} +-GTKMOZEMBED_VERSION=${GTKMOZEMBED_VERSION//[:alpha:]/} +-GTKMOZEMBED_VERSION=GTKMOZEMBED_VERSION_$GTKMOZEMBED_VERSION ++###GTKMOZEMBED_VERSION=${GTKMOZEMBED_VERSION:0:3} # TODO improve extraction of x.y ++###GTKMOZEMBED_VERSION=${GTKMOZEMBED_VERSION//./_} ++###GTKMOZEMBED_VERSION=${GTKMOZEMBED_VERSION//[:alpha:]/} ++###GTKMOZEMBED_VERSION=GTKMOZEMBED_VERSION_$GTKMOZEMBED_VERSION + + + +@@ -26461,9 +26461,9 @@ + packagedatadir=share/${PACKAGE} + packagedocdir=share/doc/${PACKAGE} + +-packagepixmapsdir=share/pixmaps/${PACKAGE} ++packagepixmapsdir=share/gnome/pixmaps/${PACKAGE} + packagehelpdir=share/gnome/help/${PACKAGE} +-packagemenudir=share/applications ++packagemenudir=share/gnome/applications + + NO_PREFIX_PACKAGE_DATA_DIR="${packagedatadir}" + |
