diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-30 06:57:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-30 06:57:04 +0800 |
commit | b9053c5efbc52fbaae93dc0b45b0b64a8e2ca3e1 (patch) | |
tree | 343bde77c730a226c98048bca51e49a7372f2820 /misc | |
parent | 7c64d1b2bffdb9268d660c55b1dac0199f37a1ad (diff) | |
download | freebsd-ports-gnome-b9053c5efbc52fbaae93dc0b45b0b64a8e2ca3e1.tar.gz freebsd-ports-gnome-b9053c5efbc52fbaae93dc0b45b0b64a8e2ca3e1.tar.zst freebsd-ports-gnome-b9053c5efbc52fbaae93dc0b45b0b64a8e2ca3e1.zip |
The GnomeSword GUI is a frontend to the SWORD project.
The SWORD Project is an effort to create an ever expanding software
package for research and study of God and His Word. The SWORD Bible
Framework allows easy manipulation of Bible texts, commentaries,
lexicons, dictionaries, etc. Many frontends are build using this
framework. An installed module set may be shared between any frontend
using the framework.
WWW: http://gnomesword.sourceforge.net/
PR: ports/112196
Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/gnomesword/Makefile | 38 | ||||
-rw-r--r-- | misc/gnomesword/distinfo | 3 | ||||
-rw-r--r-- | misc/gnomesword/files/patch-Makefile.in | 31 | ||||
-rw-r--r-- | misc/gnomesword/files/patch-configure | 128 | ||||
-rw-r--r-- | misc/gnomesword/pkg-descr | 10 | ||||
-rw-r--r-- | misc/gnomesword/pkg-plist | 186 | ||||
-rw-r--r-- | misc/xiphos/Makefile | 38 | ||||
-rw-r--r-- | misc/xiphos/distinfo | 3 | ||||
-rw-r--r-- | misc/xiphos/files/patch-Makefile.in | 31 | ||||
-rw-r--r-- | misc/xiphos/files/patch-configure | 128 | ||||
-rw-r--r-- | misc/xiphos/pkg-descr | 10 | ||||
-rw-r--r-- | misc/xiphos/pkg-plist | 186 |
13 files changed, 793 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index d7ed2c86ddf3..dddb5fa2eb70 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -121,6 +121,7 @@ SUBDIR += gnome-osd SUBDIR += gnome-user-docs SUBDIR += gnomehier + SUBDIR += gnomesword SUBDIR += gnu-watch SUBDIR += gnuls SUBDIR += gnustep-examples diff --git a/misc/gnomesword/Makefile b/misc/gnomesword/Makefile new file mode 100644 index 000000000000..291342a3e0af --- /dev/null +++ b/misc/gnomesword/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gnomesword +# Date created: April 27, 2007 +# Whom: Thomas Abthorpe <thomas@goodking.ca> +# +# $FreeBSD$ +# + +PORTNAME= gnomesword +PORTVERSION= 2.2.3 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= thomas@goodking.ca +COMMENT= A bible interface utilizing the sword framework + +RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell \ + ${LOCALBASE}/lib/libsword.so:${PORTSDIR}/misc/sword +BUILD_DEPENDS= ${RUN_DEPENDS} + +USE_GETTEXT= yes +USE_X_PREFIX= yes +INSTALLS_OMF= yes +USE_GNOME= gnomehack gnomeprefix gnometarget gal2 gtkhtml3 intlhack gnomedocutils +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in AUTHORS ChangeLog INSTALL NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/misc/gnomesword/distinfo b/misc/gnomesword/distinfo new file mode 100644 index 000000000000..f674b29f1de0 --- /dev/null +++ b/misc/gnomesword/distinfo @@ -0,0 +1,3 @@ +MD5 (gnomesword-2.2.3.tar.gz) = b8b331e0b6fbb1a53c6a778a5fd9298f +SHA256 (gnomesword-2.2.3.tar.gz) = 9d3d23010b70ac9275216700a71a8c5835562e755529db821147a9440bd7ccf2 +SIZE (gnomesword-2.2.3.tar.gz) = 3383086 diff --git a/misc/gnomesword/files/patch-Makefile.in b/misc/gnomesword/files/patch-Makefile.in new file mode 100644 index 000000000000..e774108e0715 --- /dev/null +++ b/misc/gnomesword/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/gnomesword/files/patch-configure b/misc/gnomesword/files/patch-configure new file mode 100644 index 000000000000..e5971dfbb18b --- /dev/null +++ b/misc/gnomesword/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}" + diff --git a/misc/gnomesword/pkg-descr b/misc/gnomesword/pkg-descr new file mode 100644 index 000000000000..03a39d11aa8d --- /dev/null +++ b/misc/gnomesword/pkg-descr @@ -0,0 +1,10 @@ +The GnomeSword GUI is a frontend to the SWORD project. + +The SWORD Project is an effort to create an ever expanding software +package for research and study of God and His Word. The SWORD Bible +Framework allows easy manipulation of Bible texts, commentaries, +lexicons, dictionaries, etc. Many frontends are build using this +framework. An installed module set may be shared between any frontend +using the framework. + +WWW: http://gnomesword.sourceforge.net/ diff --git a/misc/gnomesword/pkg-plist b/misc/gnomesword/pkg-plist new file mode 100644 index 000000000000..114dc9592e5a --- /dev/null +++ b/misc/gnomesword/pkg-plist @@ -0,0 +1,186 @@ +bin/gnomesword2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +share/gnome/applications/gnomesword.desktop +share/gnome/gnomesword/bookmarks.glade +share/gnome/gnomesword/editor_note.xml +share/gnome/gnomesword/editor_studypad.xml +share/gnome/gnomesword/logo.png +share/gnome/gnomesword/module-manager.glade +share/gnome/gnomesword/prefs.glade +share/gnome/gnomesword/search-dialog.glade +share/gnome/gnomesword/sword3.png +share/gnome/help/gnomesword/C/authors.xml +share/gnome/help/gnomesword/C/figures/first_start.png +share/gnome/help/gnomesword/C/figures/interface.png +share/gnome/help/gnomesword/C/figures/interface_biblepane-options.png +share/gnome/help/gnomesword/C/figures/interface_biblepane.png +share/gnome/help/gnomesword/C/figures/interface_commentarypane.png +share/gnome/help/gnomesword/C/figures/interface_dictionary.png +share/gnome/help/gnomesword/C/figures/interface_menubar-view.png +share/gnome/help/gnomesword/C/figures/interface_menubar.png +share/gnome/help/gnomesword/C/figures/interface_parallel-separate.png +share/gnome/help/gnomesword/C/figures/interface_parallel.png +share/gnome/help/gnomesword/C/figures/interface_searchpane.png +share/gnome/help/gnomesword/C/figures/interface_shortcut.png +share/gnome/help/gnomesword/C/figures/interface_sidepane.png +share/gnome/help/gnomesword/C/figures/interface_toolbar.png +share/gnome/help/gnomesword/C/figures/interface_viewer.png +share/gnome/help/gnomesword/C/figures/module.png +share/gnome/help/gnomesword/C/figures/personal.png +share/gnome/help/gnomesword/C/figures/preferences.png +share/gnome/help/gnomesword/C/figures/preferences_fonts-color.png +share/gnome/help/gnomesword/C/figures/preferences_fonts-misc.png +share/gnome/help/gnomesword/C/figures/preferences_general-misc.png +share/gnome/help/gnomesword/C/figures/preferences_general-tabs.png +share/gnome/help/gnomesword/C/figures/preferences_modules-main.png +share/gnome/help/gnomesword/C/figures/preferences_modules-misc.png +share/gnome/help/gnomesword/C/figures/preferences_modules-parallel.png +share/gnome/help/gnomesword/C/figures/search_search.png +share/gnome/help/gnomesword/C/figures/studypad.png +share/gnome/help/gnomesword/C/figures/sword3.png +share/gnome/help/gnomesword/C/figures/sword_config.png +share/gnome/help/gnomesword/C/figures/sword_install.png +share/gnome/help/gnomesword/C/figures/sword_remove.png +share/gnome/help/gnomesword/C/figures/sword_sources.png +share/gnome/help/gnomesword/C/gnomesword.xml +share/gnome/help/gnomesword/C/interface.xml +share/gnome/help/gnomesword/C/introduction.xml +share/gnome/help/gnomesword/C/legal.xml +share/gnome/help/gnomesword/C/license.xml +share/gnome/help/gnomesword/C/modules.xml +share/gnome/help/gnomesword/C/personal.xml +share/gnome/help/gnomesword/C/preferences.xml +share/gnome/help/gnomesword/C/search.xml +share/gnome/help/gnomesword/C/start.xml +share/gnome/help/gnomesword/C/studypad.xml +share/gnome/help/gnomesword/de/authors.xml +share/gnome/help/gnomesword/de/figures/first_start.png +share/gnome/help/gnomesword/de/figures/interface.png +share/gnome/help/gnomesword/de/figures/interface_biblepane-options.png +share/gnome/help/gnomesword/de/figures/interface_biblepane.png +share/gnome/help/gnomesword/de/figures/interface_commentarypane.png +share/gnome/help/gnomesword/de/figures/interface_dictionary.png +share/gnome/help/gnomesword/de/figures/interface_menubar-view.png +share/gnome/help/gnomesword/de/figures/interface_menubar.png +share/gnome/help/gnomesword/de/figures/interface_parallel-separate.png +share/gnome/help/gnomesword/de/figures/interface_parallel.png +share/gnome/help/gnomesword/de/figures/interface_searchpane.png +share/gnome/help/gnomesword/de/figures/interface_shortcut.png +share/gnome/help/gnomesword/de/figures/interface_sidepane.png +share/gnome/help/gnomesword/de/figures/interface_toolbar.png +share/gnome/help/gnomesword/de/figures/interface_viewer.png +share/gnome/help/gnomesword/de/figures/module.png +share/gnome/help/gnomesword/de/figures/personal.png +share/gnome/help/gnomesword/de/figures/preferences.png +share/gnome/help/gnomesword/de/figures/preferences_fonts-color.png +share/gnome/help/gnomesword/de/figures/preferences_fonts-misc.png +share/gnome/help/gnomesword/de/figures/preferences_general-misc.png +share/gnome/help/gnomesword/de/figures/preferences_general-tabs.png +share/gnome/help/gnomesword/de/figures/preferences_modules-main.png +share/gnome/help/gnomesword/de/figures/preferences_modules-misc.png +share/gnome/help/gnomesword/de/figures/preferences_modules-parallel.png +share/gnome/help/gnomesword/de/figures/search_search.png +share/gnome/help/gnomesword/de/figures/studypad.png +share/gnome/help/gnomesword/de/figures/sword3.png +share/gnome/help/gnomesword/de/figures/sword_config.png +share/gnome/help/gnomesword/de/figures/sword_install.png +share/gnome/help/gnomesword/de/figures/sword_remove.png +share/gnome/help/gnomesword/de/figures/sword_sources.png +share/gnome/help/gnomesword/de/gnomesword.xml +share/gnome/help/gnomesword/de/interface.xml +share/gnome/help/gnomesword/de/introduction.xml +share/gnome/help/gnomesword/de/license.xml +share/gnome/help/gnomesword/de/modules.xml +share/gnome/help/gnomesword/de/personal.xml +share/gnome/help/gnomesword/de/preferences.xml +share/gnome/help/gnomesword/de/search.xml +share/gnome/help/gnomesword/de/start.xml +share/gnome/help/gnomesword/de/studypad.xml +share/gnome/help/gnomesword/fr/authors.xml +share/gnome/help/gnomesword/fr/figures/first_start.png +share/gnome/help/gnomesword/fr/figures/interface.png +share/gnome/help/gnomesword/fr/figures/interface_biblepane-options.png +share/gnome/help/gnomesword/fr/figures/interface_biblepane.png +share/gnome/help/gnomesword/fr/figures/interface_commentarypane.png +share/gnome/help/gnomesword/fr/figures/interface_dictionary.png +share/gnome/help/gnomesword/fr/figures/interface_menubar-view.png +share/gnome/help/gnomesword/fr/figures/interface_menubar.png +share/gnome/help/gnomesword/fr/figures/interface_parallel-separate.png +share/gnome/help/gnomesword/fr/figures/interface_parallel.png +share/gnome/help/gnomesword/fr/figures/interface_searchpane.png +share/gnome/help/gnomesword/fr/figures/interface_shortcut.png +share/gnome/help/gnomesword/fr/figures/interface_sidepane.png +share/gnome/help/gnomesword/fr/figures/interface_toolbar.png +share/gnome/help/gnomesword/fr/figures/interface_viewer.png +share/gnome/help/gnomesword/fr/figures/module.png +share/gnome/help/gnomesword/fr/figures/personal.png +share/gnome/help/gnomesword/fr/figures/preferences.png +share/gnome/help/gnomesword/fr/figures/preferences_fonts-color.png +share/gnome/help/gnomesword/fr/figures/preferences_fonts-misc.png +share/gnome/help/gnomesword/fr/figures/preferences_general-misc.png +share/gnome/help/gnomesword/fr/figures/preferences_general-tabs.png +share/gnome/help/gnomesword/fr/figures/preferences_modules-main.png +share/gnome/help/gnomesword/fr/figures/preferences_modules-misc.png +share/gnome/help/gnomesword/fr/figures/preferences_modules-parallel.png +share/gnome/help/gnomesword/fr/figures/search_search.png +share/gnome/help/gnomesword/fr/figures/studypad.png +share/gnome/help/gnomesword/fr/figures/sword3.png +share/gnome/help/gnomesword/fr/figures/sword_config.png +share/gnome/help/gnomesword/fr/figures/sword_install.png +share/gnome/help/gnomesword/fr/figures/sword_remove.png +share/gnome/help/gnomesword/fr/figures/sword_sources.png +share/gnome/help/gnomesword/fr/gnomesword.xml +share/gnome/help/gnomesword/fr/interface.xml +share/gnome/help/gnomesword/fr/introduction.xml +share/gnome/help/gnomesword/fr/license.xml +share/gnome/help/gnomesword/fr/modules.xml +share/gnome/help/gnomesword/fr/personal.xml +share/gnome/help/gnomesword/fr/preferences.xml +share/gnome/help/gnomesword/fr/search.xml +share/gnome/help/gnomesword/fr/start.xml +share/gnome/help/gnomesword/fr/studypad.xml +share/gnome/pixmaps/gnomesword/about.png +share/gnome/pixmaps/gnomesword/dlg-un.png +share/gnome/pixmaps/gnomesword/epiphany-bookmark-page.png +share/gnome/pixmaps/gnomesword/epiphany-bookmarks.png +share/gnome/pixmaps/gnomesword/epiphany-secure.png +share/gnome/pixmaps/gnomesword/epiphany-unsecure.png +share/gnome/pixmaps/gnomesword/gnome-session.png +share/gnome/pixmaps/gnomesword/gnome-window-manager.png +share/gnome/pixmaps/gnomesword/gnome-windows.png +share/gnome/pixmaps/gnomesword/gs2-48x48.ico +share/gnome/pixmaps/gnomesword/gs2-48x48.png +share/gnome/pixmaps/gnomesword/init-settings.png +share/gnome/pixmaps/gnomesword/logo.png +share/gnome/pixmaps/gnomesword/new_tab_button.png +share/gnome/pixmaps/gnomesword/splash.png +share/gnome/pixmaps/gnomesword/splash2.png +share/gnome/pixmaps/gnomesword/sword.png +share/gnome/pixmaps/gnomesword/sword3.png +share/gnome/pixmaps/gnomesword/tt.png +share/locale/bg/LC_MESSAGES/gnomesword.mo +share/locale/cs/LC_MESSAGES/gnomesword.mo +share/locale/de/LC_MESSAGES/gnomesword.mo +share/locale/en_GB/LC_MESSAGES/gnomesword.mo +share/locale/es/LC_MESSAGES/gnomesword.mo +share/locale/fi/LC_MESSAGES/gnomesword.mo +share/locale/fr/LC_MESSAGES/gnomesword.mo +share/locale/nl/LC_MESSAGES/gnomesword.mo +share/locale/ru/LC_MESSAGES/gnomesword.mo +share/locale/sk/LC_MESSAGES/gnomesword.mo +share/locale/uk/LC_MESSAGES/gnomesword.mo +@dirrm share/gnome/pixmaps/gnomesword +@dirrm share/gnome/help/gnomesword/fr/figures +@dirrm share/gnome/help/gnomesword/fr +@dirrm share/gnome/help/gnomesword/de/figures +@dirrm share/gnome/help/gnomesword/de +@dirrm share/gnome/help/gnomesword/C/figures +@dirrm share/gnome/help/gnomesword/C +@dirrm share/gnome/help/gnomesword +@dirrm share/gnome/gnomesword +@dirrm %%DOCSDIR%% diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile new file mode 100644 index 000000000000..291342a3e0af --- /dev/null +++ b/misc/xiphos/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gnomesword +# Date created: April 27, 2007 +# Whom: Thomas Abthorpe <thomas@goodking.ca> +# +# $FreeBSD$ +# + +PORTNAME= gnomesword +PORTVERSION= 2.2.3 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= thomas@goodking.ca +COMMENT= A bible interface utilizing the sword framework + +RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell \ + ${LOCALBASE}/lib/libsword.so:${PORTSDIR}/misc/sword +BUILD_DEPENDS= ${RUN_DEPENDS} + +USE_GETTEXT= yes +USE_X_PREFIX= yes +INSTALLS_OMF= yes +USE_GNOME= gnomehack gnomeprefix gnometarget gal2 gtkhtml3 intlhack gnomedocutils +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in AUTHORS ChangeLog INSTALL NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/misc/xiphos/distinfo b/misc/xiphos/distinfo new file mode 100644 index 000000000000..f674b29f1de0 --- /dev/null +++ b/misc/xiphos/distinfo @@ -0,0 +1,3 @@ +MD5 (gnomesword-2.2.3.tar.gz) = b8b331e0b6fbb1a53c6a778a5fd9298f +SHA256 (gnomesword-2.2.3.tar.gz) = 9d3d23010b70ac9275216700a71a8c5835562e755529db821147a9440bd7ccf2 +SIZE (gnomesword-2.2.3.tar.gz) = 3383086 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}" + diff --git a/misc/xiphos/pkg-descr b/misc/xiphos/pkg-descr new file mode 100644 index 000000000000..03a39d11aa8d --- /dev/null +++ b/misc/xiphos/pkg-descr @@ -0,0 +1,10 @@ +The GnomeSword GUI is a frontend to the SWORD project. + +The SWORD Project is an effort to create an ever expanding software +package for research and study of God and His Word. The SWORD Bible +Framework allows easy manipulation of Bible texts, commentaries, +lexicons, dictionaries, etc. Many frontends are build using this +framework. An installed module set may be shared between any frontend +using the framework. + +WWW: http://gnomesword.sourceforge.net/ diff --git a/misc/xiphos/pkg-plist b/misc/xiphos/pkg-plist new file mode 100644 index 000000000000..114dc9592e5a --- /dev/null +++ b/misc/xiphos/pkg-plist @@ -0,0 +1,186 @@ +bin/gnomesword2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +share/gnome/applications/gnomesword.desktop +share/gnome/gnomesword/bookmarks.glade +share/gnome/gnomesword/editor_note.xml +share/gnome/gnomesword/editor_studypad.xml +share/gnome/gnomesword/logo.png +share/gnome/gnomesword/module-manager.glade +share/gnome/gnomesword/prefs.glade +share/gnome/gnomesword/search-dialog.glade +share/gnome/gnomesword/sword3.png +share/gnome/help/gnomesword/C/authors.xml +share/gnome/help/gnomesword/C/figures/first_start.png +share/gnome/help/gnomesword/C/figures/interface.png +share/gnome/help/gnomesword/C/figures/interface_biblepane-options.png +share/gnome/help/gnomesword/C/figures/interface_biblepane.png +share/gnome/help/gnomesword/C/figures/interface_commentarypane.png +share/gnome/help/gnomesword/C/figures/interface_dictionary.png +share/gnome/help/gnomesword/C/figures/interface_menubar-view.png +share/gnome/help/gnomesword/C/figures/interface_menubar.png +share/gnome/help/gnomesword/C/figures/interface_parallel-separate.png +share/gnome/help/gnomesword/C/figures/interface_parallel.png +share/gnome/help/gnomesword/C/figures/interface_searchpane.png +share/gnome/help/gnomesword/C/figures/interface_shortcut.png +share/gnome/help/gnomesword/C/figures/interface_sidepane.png +share/gnome/help/gnomesword/C/figures/interface_toolbar.png +share/gnome/help/gnomesword/C/figures/interface_viewer.png +share/gnome/help/gnomesword/C/figures/module.png +share/gnome/help/gnomesword/C/figures/personal.png +share/gnome/help/gnomesword/C/figures/preferences.png +share/gnome/help/gnomesword/C/figures/preferences_fonts-color.png +share/gnome/help/gnomesword/C/figures/preferences_fonts-misc.png +share/gnome/help/gnomesword/C/figures/preferences_general-misc.png +share/gnome/help/gnomesword/C/figures/preferences_general-tabs.png +share/gnome/help/gnomesword/C/figures/preferences_modules-main.png +share/gnome/help/gnomesword/C/figures/preferences_modules-misc.png +share/gnome/help/gnomesword/C/figures/preferences_modules-parallel.png +share/gnome/help/gnomesword/C/figures/search_search.png +share/gnome/help/gnomesword/C/figures/studypad.png +share/gnome/help/gnomesword/C/figures/sword3.png +share/gnome/help/gnomesword/C/figures/sword_config.png +share/gnome/help/gnomesword/C/figures/sword_install.png +share/gnome/help/gnomesword/C/figures/sword_remove.png +share/gnome/help/gnomesword/C/figures/sword_sources.png +share/gnome/help/gnomesword/C/gnomesword.xml +share/gnome/help/gnomesword/C/interface.xml +share/gnome/help/gnomesword/C/introduction.xml +share/gnome/help/gnomesword/C/legal.xml +share/gnome/help/gnomesword/C/license.xml +share/gnome/help/gnomesword/C/modules.xml +share/gnome/help/gnomesword/C/personal.xml +share/gnome/help/gnomesword/C/preferences.xml +share/gnome/help/gnomesword/C/search.xml +share/gnome/help/gnomesword/C/start.xml +share/gnome/help/gnomesword/C/studypad.xml +share/gnome/help/gnomesword/de/authors.xml +share/gnome/help/gnomesword/de/figures/first_start.png +share/gnome/help/gnomesword/de/figures/interface.png +share/gnome/help/gnomesword/de/figures/interface_biblepane-options.png +share/gnome/help/gnomesword/de/figures/interface_biblepane.png +share/gnome/help/gnomesword/de/figures/interface_commentarypane.png +share/gnome/help/gnomesword/de/figures/interface_dictionary.png +share/gnome/help/gnomesword/de/figures/interface_menubar-view.png +share/gnome/help/gnomesword/de/figures/interface_menubar.png +share/gnome/help/gnomesword/de/figures/interface_parallel-separate.png +share/gnome/help/gnomesword/de/figures/interface_parallel.png +share/gnome/help/gnomesword/de/figures/interface_searchpane.png +share/gnome/help/gnomesword/de/figures/interface_shortcut.png +share/gnome/help/gnomesword/de/figures/interface_sidepane.png +share/gnome/help/gnomesword/de/figures/interface_toolbar.png +share/gnome/help/gnomesword/de/figures/interface_viewer.png +share/gnome/help/gnomesword/de/figures/module.png +share/gnome/help/gnomesword/de/figures/personal.png +share/gnome/help/gnomesword/de/figures/preferences.png +share/gnome/help/gnomesword/de/figures/preferences_fonts-color.png +share/gnome/help/gnomesword/de/figures/preferences_fonts-misc.png +share/gnome/help/gnomesword/de/figures/preferences_general-misc.png +share/gnome/help/gnomesword/de/figures/preferences_general-tabs.png +share/gnome/help/gnomesword/de/figures/preferences_modules-main.png +share/gnome/help/gnomesword/de/figures/preferences_modules-misc.png +share/gnome/help/gnomesword/de/figures/preferences_modules-parallel.png +share/gnome/help/gnomesword/de/figures/search_search.png +share/gnome/help/gnomesword/de/figures/studypad.png +share/gnome/help/gnomesword/de/figures/sword3.png +share/gnome/help/gnomesword/de/figures/sword_config.png +share/gnome/help/gnomesword/de/figures/sword_install.png +share/gnome/help/gnomesword/de/figures/sword_remove.png +share/gnome/help/gnomesword/de/figures/sword_sources.png +share/gnome/help/gnomesword/de/gnomesword.xml +share/gnome/help/gnomesword/de/interface.xml +share/gnome/help/gnomesword/de/introduction.xml +share/gnome/help/gnomesword/de/license.xml +share/gnome/help/gnomesword/de/modules.xml +share/gnome/help/gnomesword/de/personal.xml +share/gnome/help/gnomesword/de/preferences.xml +share/gnome/help/gnomesword/de/search.xml +share/gnome/help/gnomesword/de/start.xml +share/gnome/help/gnomesword/de/studypad.xml +share/gnome/help/gnomesword/fr/authors.xml +share/gnome/help/gnomesword/fr/figures/first_start.png +share/gnome/help/gnomesword/fr/figures/interface.png +share/gnome/help/gnomesword/fr/figures/interface_biblepane-options.png +share/gnome/help/gnomesword/fr/figures/interface_biblepane.png +share/gnome/help/gnomesword/fr/figures/interface_commentarypane.png +share/gnome/help/gnomesword/fr/figures/interface_dictionary.png +share/gnome/help/gnomesword/fr/figures/interface_menubar-view.png +share/gnome/help/gnomesword/fr/figures/interface_menubar.png +share/gnome/help/gnomesword/fr/figures/interface_parallel-separate.png +share/gnome/help/gnomesword/fr/figures/interface_parallel.png +share/gnome/help/gnomesword/fr/figures/interface_searchpane.png +share/gnome/help/gnomesword/fr/figures/interface_shortcut.png +share/gnome/help/gnomesword/fr/figures/interface_sidepane.png +share/gnome/help/gnomesword/fr/figures/interface_toolbar.png +share/gnome/help/gnomesword/fr/figures/interface_viewer.png +share/gnome/help/gnomesword/fr/figures/module.png +share/gnome/help/gnomesword/fr/figures/personal.png +share/gnome/help/gnomesword/fr/figures/preferences.png +share/gnome/help/gnomesword/fr/figures/preferences_fonts-color.png +share/gnome/help/gnomesword/fr/figures/preferences_fonts-misc.png +share/gnome/help/gnomesword/fr/figures/preferences_general-misc.png +share/gnome/help/gnomesword/fr/figures/preferences_general-tabs.png +share/gnome/help/gnomesword/fr/figures/preferences_modules-main.png +share/gnome/help/gnomesword/fr/figures/preferences_modules-misc.png +share/gnome/help/gnomesword/fr/figures/preferences_modules-parallel.png +share/gnome/help/gnomesword/fr/figures/search_search.png +share/gnome/help/gnomesword/fr/figures/studypad.png +share/gnome/help/gnomesword/fr/figures/sword3.png +share/gnome/help/gnomesword/fr/figures/sword_config.png +share/gnome/help/gnomesword/fr/figures/sword_install.png +share/gnome/help/gnomesword/fr/figures/sword_remove.png +share/gnome/help/gnomesword/fr/figures/sword_sources.png +share/gnome/help/gnomesword/fr/gnomesword.xml +share/gnome/help/gnomesword/fr/interface.xml +share/gnome/help/gnomesword/fr/introduction.xml +share/gnome/help/gnomesword/fr/license.xml +share/gnome/help/gnomesword/fr/modules.xml +share/gnome/help/gnomesword/fr/personal.xml +share/gnome/help/gnomesword/fr/preferences.xml +share/gnome/help/gnomesword/fr/search.xml +share/gnome/help/gnomesword/fr/start.xml +share/gnome/help/gnomesword/fr/studypad.xml +share/gnome/pixmaps/gnomesword/about.png +share/gnome/pixmaps/gnomesword/dlg-un.png +share/gnome/pixmaps/gnomesword/epiphany-bookmark-page.png +share/gnome/pixmaps/gnomesword/epiphany-bookmarks.png +share/gnome/pixmaps/gnomesword/epiphany-secure.png +share/gnome/pixmaps/gnomesword/epiphany-unsecure.png +share/gnome/pixmaps/gnomesword/gnome-session.png +share/gnome/pixmaps/gnomesword/gnome-window-manager.png +share/gnome/pixmaps/gnomesword/gnome-windows.png +share/gnome/pixmaps/gnomesword/gs2-48x48.ico +share/gnome/pixmaps/gnomesword/gs2-48x48.png +share/gnome/pixmaps/gnomesword/init-settings.png +share/gnome/pixmaps/gnomesword/logo.png +share/gnome/pixmaps/gnomesword/new_tab_button.png +share/gnome/pixmaps/gnomesword/splash.png +share/gnome/pixmaps/gnomesword/splash2.png +share/gnome/pixmaps/gnomesword/sword.png +share/gnome/pixmaps/gnomesword/sword3.png +share/gnome/pixmaps/gnomesword/tt.png +share/locale/bg/LC_MESSAGES/gnomesword.mo +share/locale/cs/LC_MESSAGES/gnomesword.mo +share/locale/de/LC_MESSAGES/gnomesword.mo +share/locale/en_GB/LC_MESSAGES/gnomesword.mo +share/locale/es/LC_MESSAGES/gnomesword.mo +share/locale/fi/LC_MESSAGES/gnomesword.mo +share/locale/fr/LC_MESSAGES/gnomesword.mo +share/locale/nl/LC_MESSAGES/gnomesword.mo +share/locale/ru/LC_MESSAGES/gnomesword.mo +share/locale/sk/LC_MESSAGES/gnomesword.mo +share/locale/uk/LC_MESSAGES/gnomesword.mo +@dirrm share/gnome/pixmaps/gnomesword +@dirrm share/gnome/help/gnomesword/fr/figures +@dirrm share/gnome/help/gnomesword/fr +@dirrm share/gnome/help/gnomesword/de/figures +@dirrm share/gnome/help/gnomesword/de +@dirrm share/gnome/help/gnomesword/C/figures +@dirrm share/gnome/help/gnomesword/C +@dirrm share/gnome/help/gnomesword +@dirrm share/gnome/gnomesword +@dirrm %%DOCSDIR%% |