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>
This commit is contained in:
Martin Wilke 2007-04-29 22:57:04 +00:00
parent 221e11d855
commit c772e4aa72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191164
13 changed files with 793 additions and 0 deletions

View file

@ -121,6 +121,7 @@
SUBDIR += gnome-osd
SUBDIR += gnome-user-docs
SUBDIR += gnomehier
SUBDIR += gnomesword
SUBDIR += gnu-watch
SUBDIR += gnuls
SUBDIR += gnustep-examples

38
misc/gnomesword/Makefile Normal file
View file

@ -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>

3
misc/gnomesword/distinfo Normal file
View file

@ -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

View file

@ -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:

View file

@ -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}"

10
misc/gnomesword/pkg-descr Normal file
View file

@ -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/

186
misc/gnomesword/pkg-plist Normal file
View file

@ -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%%

38
misc/xiphos/Makefile Normal file
View file

@ -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>

3
misc/xiphos/distinfo Normal file
View file

@ -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

View file

@ -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:

View file

@ -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}"

10
misc/xiphos/pkg-descr Normal file
View file

@ -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/

186
misc/xiphos/pkg-plist Normal file
View file

@ -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%%