Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2020 12:47:29 +0000 (UTC)
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527549 - in head: . misc misc/xiphos
Message-ID:  <202003011247.021ClT5a007950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: salvadore
Date: Sun Mar  1 12:47:29 2020
New Revision: 527549
URL: https://svnweb.freebsd.org/changeset/ports/527549

Log:
  Resurrect, update and adopt misc/xiphos
  
  Resurrect the port and update it from 3.1.6 to a git commit after the
  latest release. The commit was selected so that the port does not depend
  on python2.7.
  Resurrection is possible because the dependency on webkit-gtk3 in the
  expired version has been replaced by a dependency on webkit2-gtk3.
  
  PR:		243934
  Approved by:	gerald (mentor)

Added:
  head/misc/xiphos/
     - copied from r496767, head/misc/xiphos/
Modified:
  head/MOVED
  head/misc/Makefile
  head/misc/xiphos/Makefile
  head/misc/xiphos/distinfo
  head/misc/xiphos/pkg-descr
  head/misc/xiphos/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Mar  1 12:19:39 2020	(r527548)
+++ head/MOVED	Sun Mar  1 12:47:29 2020	(r527549)
@@ -11946,7 +11946,6 @@ devel/geany-plugin-webhelper||2019-03-24|Has expired: 
 editors/gwrite||2019-03-24|Has expired: webkit-gtk* last release in 2016 and security issues
 mail/claws-mail-fancy||2019-03-24|Has expired: webkit-gtk* last release in 2016 and security issues
 multimedia/miro||2019-03-24|Has expired: webkit-gtk* last release in 2016 and security issues
-misc/xiphos||2019-03-24|Has expired: webkit-gtk* last release in 2016 and security issues
 net/libproxy-webkit||2019-03-24|Has expired: webkit-gtk* last release in 2016 and security issues
 net-im/hotot||2019-03-24|Has expired: webkit-gtk* last release in 2016 and security issues
 www/deforaos-surfer||2019-03-24|Has expired: webkit-gtk* last release in 2016 and security issues

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sun Mar  1 12:19:39 2020	(r527548)
+++ head/misc/Makefile	Sun Mar  1 12:47:29 2020	(r527549)
@@ -543,6 +543,7 @@
     SUBDIR += xfce4-wm-themes
     SUBDIR += xgas
     SUBDIR += xgboost
+    SUBDIR += xiphos
     SUBDIR += xless
     SUBDIR += xosd
     SUBDIR += xtail

Modified: head/misc/xiphos/Makefile
==============================================================================
--- head/misc/xiphos/Makefile	Sun Mar 24 18:22:19 2019	(r496767)
+++ head/misc/xiphos/Makefile	Sun Mar  1 12:47:29 2020	(r527549)
@@ -1,43 +1,41 @@
 # $FreeBSD$
 
 PORTNAME=	xiphos
-PORTVERSION=	3.1.6
-PORTREVISION=	7
+DISTVERSION=	4.1.0
 CATEGORIES=	misc gnome
-MASTER_SITES=	SF/gnomesword/Xiphos/${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	salvadore@FreeBSD.org
 COMMENT=	Bible interface utilizing the sword framework
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${RUN_DEPENDS} \
-		docbook2html:textproc/docbook-utils \
-		gnome-doc-tool:textproc/gnome-doc-utils \
-		nspr>=4.8:devel/nspr
-LIB_DEPENDS=	libwebkitgtk-3.0.so:www/webkit-gtk3 \
-		libdbus-glib-1.so:devel/dbus-glib  \
-		libsword.so:misc/sword \
+BUILD_DEPENDS=	appstream-util:devel/appstream-glib \
+		desktop-file-validate:devel/desktop-file-utils \
+		itstool:textproc/itstool \
+		yelp-build:textproc/yelp-tools
+LIB_DEPENDS=	libbiblesync.so:misc/biblesync \
 		libdbus-1.so:devel/dbus \
+		libdbus-glib-1.so:devel/dbus-glib \
+		libenchant.so:textproc/enchant \
+		libicui18n.so:devel/icu \
 		libsoup-2.4.so:devel/libsoup \
-		libenchant.so:textproc/enchant
-RUN_DEPENDS=	yelp:x11/yelp
+		libsword.so:misc/sword \
+		libuuid.so:misc/e2fsprogs-libuuid \
+		libwebkit2gtk-4.0.so:www/webkit2-gtk3
 
-DEPRECATED=	Uses webkit-gtk3 which has security issues
-EXPIRATION_DATE=2019-03-24
-
-USES=		gettext gnome pkgconfig waf
-USE_GNOME=	cairo gtkhtml4 intlhack gtk30 gconf2 libgsf \
-		gtk-update-icon-cache
-
-INSTALLS_OMF=	yes
+USES=		cmake gettext gnome pkgconfig
+USE_GCC=	yes # misc/biblesync is build with GCC.
+USE_GITHUB=	yes
+GH_ACCOUNT=	crosswire
+GH_TAGNAME=	9e57333
+USE_GNOME=	cairo gconf2 gtk30 gtkhtml4 intltool libgsf
 INSTALLS_ICONS=	yes
-CXXFLAGS+=	-ftemplate-depth=1024
 
-OPTIONS_DEFINE=	DOCS
+CMAKE_OFF=	EPUB
+CMAKE_ON=	GTKHTML
 
-post-install:
-	@${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	NLS
 
 .include <bsd.port.mk>

Modified: head/misc/xiphos/distinfo
==============================================================================
--- head/misc/xiphos/distinfo	Sun Mar 24 18:22:19 2019	(r496767)
+++ head/misc/xiphos/distinfo	Sun Mar  1 12:47:29 2020	(r527549)
@@ -1,2 +1,3 @@
-SHA256 (xiphos-3.1.6.tar.gz) = 21f0024d57b3976526093279ef7ab7f3ed8afe07436ab983bd3049a14c3bdfe5
-SIZE (xiphos-3.1.6.tar.gz) = 6873107
+TIMESTAMP = 1581447067
+SHA256 (crosswire-xiphos-4.1.0-9e57333_GH0.tar.gz) = a83f48e6958c68c1eb7015a7e6597d87a810c6be391f015aab2439152738e0dd
+SIZE (crosswire-xiphos-4.1.0-9e57333_GH0.tar.gz) = 28357898

Modified: head/misc/xiphos/pkg-descr
==============================================================================
--- head/misc/xiphos/pkg-descr	Sun Mar 24 18:22:19 2019	(r496767)
+++ head/misc/xiphos/pkg-descr	Sun Mar  1 12:47:29 2020	(r527549)
@@ -1,6 +1,7 @@
-Xiphos (formerly known as GnomeSword) is a Bible study tool written
-with the GNOME toolkit, offering a rich and featureful environment
-for reading, study, and research using modules from The SWORD Project
-and elsewhere.
+Xiphos (formerly known as GnomeSword) is a Bible study application for Linux,
+UNIX, and Windows operating systems. It uses Sword to display Bibles,
+commentaries, dictionary, and other texts and images. Xiphos includes features
+such as searching, biblesync, bookmarks, parallel study, and original language
+study.
 
-WWW: http://www.xiphos.org/
+WWW: http://xiphos.org

Modified: head/misc/xiphos/pkg-plist
==============================================================================
--- head/misc/xiphos/pkg-plist	Sun Mar 24 18:22:19 2019	(r496767)
+++ head/misc/xiphos/pkg-plist	Sun Mar  1 12:47:29 2020	(r527549)
@@ -1,209 +1,321 @@
 bin/xiphos
 bin/xiphos-nav
+man/man1/xiphos-nav.1.gz
+man/man1/xiphos.1.gz
+share/appdata/xiphos.appdata.xml
 share/applications/xiphos.desktop
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/RELEASE-NOTES
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/Xiphos.ogg
-share/gnome/help/xiphos/C/figures/first_start.png
-share/gnome/help/xiphos/C/figures/gtkhtml3-vs-mozembed.png
-share/gnome/help/xiphos/C/figures/interface.png
-share/gnome/help/xiphos/C/figures/interface_biblepane-options.png
-share/gnome/help/xiphos/C/figures/interface_biblepane.png
-share/gnome/help/xiphos/C/figures/interface_commentarypane.png
-share/gnome/help/xiphos/C/figures/interface_dictionary.png
-share/gnome/help/xiphos/C/figures/interface_menubar-view.png
-share/gnome/help/xiphos/C/figures/interface_menubar.png
-share/gnome/help/xiphos/C/figures/interface_parallel-separate.png
-share/gnome/help/xiphos/C/figures/interface_parallel.png
-share/gnome/help/xiphos/C/figures/interface_searchpane.png
-share/gnome/help/xiphos/C/figures/interface_shortcut.png
-share/gnome/help/xiphos/C/figures/interface_sidepane.png
-share/gnome/help/xiphos/C/figures/interface_toolbar.png
-share/gnome/help/xiphos/C/figures/interface_viewer.png
-share/gnome/help/xiphos/C/figures/journal.png
-share/gnome/help/xiphos/C/figures/module.png
-share/gnome/help/xiphos/C/figures/personal.png
-share/gnome/help/xiphos/C/figures/preferences.png
-share/gnome/help/xiphos/C/figures/preferences_fonts-color.png
-share/gnome/help/xiphos/C/figures/preferences_fonts-misc.png
-share/gnome/help/xiphos/C/figures/preferences_general-misc.png
-share/gnome/help/xiphos/C/figures/preferences_modules-misc.png
-share/gnome/help/xiphos/C/figures/preferences_modules-parallel.png
-share/gnome/help/xiphos/C/figures/search_search.png
-share/gnome/help/xiphos/C/figures/studypad.png
-share/gnome/help/xiphos/C/figures/sword3.png
-share/gnome/help/xiphos/C/figures/sword_config.png
-share/gnome/help/xiphos/C/figures/sword_install.png
-share/gnome/help/xiphos/C/figures/sword_remove.png
-share/gnome/help/xiphos/C/figures/sword_sources.png
-share/gnome/help/xiphos/C/interface.xml
-share/gnome/help/xiphos/C/introduction.xml
-share/gnome/help/xiphos/C/journals.xml
-share/gnome/help/xiphos/C/legal.xml
-share/gnome/help/xiphos/C/modules.xml
-share/gnome/help/xiphos/C/onlinehelp.xml
-share/gnome/help/xiphos/C/originallanguage.xml
-share/gnome/help/xiphos/C/personal.xml
-share/gnome/help/xiphos/C/preferences.xml
-share/gnome/help/xiphos/C/search.xml
-share/gnome/help/xiphos/C/start.xml
-share/gnome/help/xiphos/C/studypad.xml
-share/gnome/help/xiphos/C/xiphos.xml
-share/gnome/help/xiphos/fa/figures/first_start.png
-share/gnome/help/xiphos/fa/figures/gtkhtml3-vs-mozembed.png
-share/gnome/help/xiphos/fa/figures/interface.png
-share/gnome/help/xiphos/fa/figures/interface_biblepane-options.png
-share/gnome/help/xiphos/fa/figures/interface_biblepane.png
-share/gnome/help/xiphos/fa/figures/interface_commentarypane.png
-share/gnome/help/xiphos/fa/figures/interface_dictionary.png
-share/gnome/help/xiphos/fa/figures/interface_menubar-view.png
-share/gnome/help/xiphos/fa/figures/interface_menubar.png
-share/gnome/help/xiphos/fa/figures/interface_parallel-separate.png
-share/gnome/help/xiphos/fa/figures/interface_parallel.png
-share/gnome/help/xiphos/fa/figures/interface_searchpane.png
-share/gnome/help/xiphos/fa/figures/interface_shortcut.png
-share/gnome/help/xiphos/fa/figures/interface_sidepane.png
-share/gnome/help/xiphos/fa/figures/interface_toolbar.png
-share/gnome/help/xiphos/fa/figures/interface_viewer.png
-share/gnome/help/xiphos/fa/figures/journal.png
-share/gnome/help/xiphos/fa/figures/module.png
-share/gnome/help/xiphos/fa/figures/personal.png
-share/gnome/help/xiphos/fa/figures/preferences.png
-share/gnome/help/xiphos/fa/figures/preferences_fonts-color.png
-share/gnome/help/xiphos/fa/figures/preferences_fonts-misc.png
-share/gnome/help/xiphos/fa/figures/preferences_general-misc.png
-share/gnome/help/xiphos/fa/figures/preferences_modules-misc.png
-share/gnome/help/xiphos/fa/figures/preferences_modules-parallel.png
-share/gnome/help/xiphos/fa/figures/search_search.png
-share/gnome/help/xiphos/fa/figures/studypad.png
-share/gnome/help/xiphos/fa/figures/sword3.png
-share/gnome/help/xiphos/fa/figures/sword_config.png
-share/gnome/help/xiphos/fa/figures/sword_install.png
-share/gnome/help/xiphos/fa/figures/sword_remove.png
-share/gnome/help/xiphos/fa/figures/sword_sources.png
-share/gnome/help/xiphos/fa/xiphos.xml
-share/gnome/help/xiphos/fr/figures/first_start.png
-share/gnome/help/xiphos/fr/figures/gtkhtml3-vs-mozembed.png
-share/gnome/help/xiphos/fr/figures/interface.png
-share/gnome/help/xiphos/fr/figures/interface_biblepane-options.png
-share/gnome/help/xiphos/fr/figures/interface_biblepane.png
-share/gnome/help/xiphos/fr/figures/interface_commentarypane.png
-share/gnome/help/xiphos/fr/figures/interface_dictionary.png
-share/gnome/help/xiphos/fr/figures/interface_menubar-view.png
-share/gnome/help/xiphos/fr/figures/interface_menubar.png
-share/gnome/help/xiphos/fr/figures/interface_parallel-separate.png
-share/gnome/help/xiphos/fr/figures/interface_parallel.png
-share/gnome/help/xiphos/fr/figures/interface_searchpane.png
-share/gnome/help/xiphos/fr/figures/interface_shortcut.png
-share/gnome/help/xiphos/fr/figures/interface_sidepane.png
-share/gnome/help/xiphos/fr/figures/interface_toolbar.png
-share/gnome/help/xiphos/fr/figures/interface_viewer.png
-share/gnome/help/xiphos/fr/figures/journal.png
-share/gnome/help/xiphos/fr/figures/module.png
-share/gnome/help/xiphos/fr/figures/personal.png
-share/gnome/help/xiphos/fr/figures/preferences.png
-share/gnome/help/xiphos/fr/figures/preferences_fonts-color.png
-share/gnome/help/xiphos/fr/figures/preferences_fonts-misc.png
-share/gnome/help/xiphos/fr/figures/preferences_general-misc.png
-share/gnome/help/xiphos/fr/figures/preferences_modules-misc.png
-share/gnome/help/xiphos/fr/figures/preferences_modules-parallel.png
-share/gnome/help/xiphos/fr/figures/search_search.png
-share/gnome/help/xiphos/fr/figures/studypad.png
-share/gnome/help/xiphos/fr/figures/sword3.png
-share/gnome/help/xiphos/fr/figures/sword_config.png
-share/gnome/help/xiphos/fr/figures/sword_install.png
-share/gnome/help/xiphos/fr/figures/sword_remove.png
-share/gnome/help/xiphos/fr/figures/sword_sources.png
-share/gnome/help/xiphos/fr/xiphos.xml
+share/help/C/xiphos/figures/first_start.png
+share/help/C/xiphos/figures/interface.png
+share/help/C/xiphos/figures/interface_biblepane-options.png
+share/help/C/xiphos/figures/interface_biblepane.png
+share/help/C/xiphos/figures/interface_commentarypane.png
+share/help/C/xiphos/figures/interface_dictionary.png
+share/help/C/xiphos/figures/interface_menubar-view.png
+share/help/C/xiphos/figures/interface_menubar.png
+share/help/C/xiphos/figures/interface_parallel-separate.png
+share/help/C/xiphos/figures/interface_parallel.png
+share/help/C/xiphos/figures/interface_searchpane.png
+share/help/C/xiphos/figures/interface_shortcut.png
+share/help/C/xiphos/figures/interface_sidepane.png
+share/help/C/xiphos/figures/interface_toolbar.png
+share/help/C/xiphos/figures/interface_viewer.png
+share/help/C/xiphos/figures/journal.png
+share/help/C/xiphos/figures/module.png
+share/help/C/xiphos/figures/personal.png
+share/help/C/xiphos/figures/preferences_fonts-color.png
+share/help/C/xiphos/figures/preferences_fonts-misc.png
+share/help/C/xiphos/figures/preferences_general-biblesync.png
+share/help/C/xiphos/figures/preferences_general-misc.png
+share/help/C/xiphos/figures/preferences_modules-misc.png
+share/help/C/xiphos/figures/preferences_modules-parallel.png
+share/help/C/xiphos/figures/search_search.png
+share/help/C/xiphos/figures/studypad.png
+share/help/C/xiphos/figures/sword3.png
+share/help/C/xiphos/figures/sword_config.png
+share/help/C/xiphos/figures/sword_install.png
+share/help/C/xiphos/figures/sword_remove.png
+share/help/C/xiphos/figures/sword_sources.png
+share/help/C/xiphos/figures/xiphos-icon.png
+share/help/C/xiphos/figures/xiphos-trail-icon.png
+share/help/C/xiphos/index.page
+share/help/C/xiphos/legal.xml
+share/help/C/xiphos/xiphos-01-introduction.page
+share/help/C/xiphos/xiphos-02-shortcut-keys.page
+share/help/C/xiphos/xiphos-10-start.page
+share/help/C/xiphos/xiphos-11-interface.page
+share/help/C/xiphos/xiphos-20-modules-introduction.page
+share/help/C/xiphos/xiphos-21-modules-configuration.page
+share/help/C/xiphos/xiphos-22-modules-install.page
+share/help/C/xiphos/xiphos-23-modules-maintenance.page
+share/help/C/xiphos/xiphos-24-modules-third-party.page
+share/help/C/xiphos/xiphos-30-search.page
+share/help/C/xiphos/xiphos-31-advanced-search.page
+share/help/C/xiphos/xiphos-32-search-syntax.page
+share/help/C/xiphos/xiphos-33-original-language.page
+share/help/C/xiphos/xiphos-40-personal-commentary.page
+share/help/C/xiphos/xiphos-41-studypad.page
+share/help/C/xiphos/xiphos-42-journals.page
+share/help/C/xiphos/xiphos-50-preferences-general-settings.page
+share/help/C/xiphos/xiphos-51-preferences-biblesync.page
+share/help/C/xiphos/xiphos-52-preferences-fonts-colors.page
+share/help/C/xiphos/xiphos-53-preferences-modules.page
+share/help/C/xiphos/xiphos-60-online-help.page
+share/help/C/xiphos/xiphos-90-credits.page
+share/help/fa/xiphos/figures/first_start.png
+share/help/fa/xiphos/figures/interface.png
+share/help/fa/xiphos/figures/interface_biblepane-options.png
+share/help/fa/xiphos/figures/interface_biblepane.png
+share/help/fa/xiphos/figures/interface_commentarypane.png
+share/help/fa/xiphos/figures/interface_dictionary.png
+share/help/fa/xiphos/figures/interface_menubar-view.png
+share/help/fa/xiphos/figures/interface_menubar.png
+share/help/fa/xiphos/figures/interface_parallel-separate.png
+share/help/fa/xiphos/figures/interface_parallel.png
+share/help/fa/xiphos/figures/interface_searchpane.png
+share/help/fa/xiphos/figures/interface_shortcut.png
+share/help/fa/xiphos/figures/interface_sidepane.png
+share/help/fa/xiphos/figures/interface_toolbar.png
+share/help/fa/xiphos/figures/interface_viewer.png
+share/help/fa/xiphos/figures/journal.png
+share/help/fa/xiphos/figures/module.png
+share/help/fa/xiphos/figures/personal.png
+share/help/fa/xiphos/figures/preferences_fonts-color.png
+share/help/fa/xiphos/figures/preferences_fonts-misc.png
+share/help/fa/xiphos/figures/preferences_general-biblesync.png
+share/help/fa/xiphos/figures/preferences_general-misc.png
+share/help/fa/xiphos/figures/preferences_modules-misc.png
+share/help/fa/xiphos/figures/preferences_modules-parallel.png
+share/help/fa/xiphos/figures/search_search.png
+share/help/fa/xiphos/figures/studypad.png
+share/help/fa/xiphos/figures/sword3.png
+share/help/fa/xiphos/figures/sword_config.png
+share/help/fa/xiphos/figures/sword_install.png
+share/help/fa/xiphos/figures/sword_remove.png
+share/help/fa/xiphos/figures/sword_sources.png
+share/help/fa/xiphos/figures/xiphos-icon.png
+share/help/fa/xiphos/figures/xiphos-trail-icon.png
+share/help/fa/xiphos/index.page
+share/help/fa/xiphos/legal.xml
+share/help/fa/xiphos/xiphos-01-introduction.page
+share/help/fa/xiphos/xiphos-02-shortcut-keys.page
+share/help/fa/xiphos/xiphos-10-start.page
+share/help/fa/xiphos/xiphos-11-interface.page
+share/help/fa/xiphos/xiphos-20-modules-introduction.page
+share/help/fa/xiphos/xiphos-21-modules-configuration.page
+share/help/fa/xiphos/xiphos-22-modules-install.page
+share/help/fa/xiphos/xiphos-23-modules-maintenance.page
+share/help/fa/xiphos/xiphos-24-modules-third-party.page
+share/help/fa/xiphos/xiphos-30-search.page
+share/help/fa/xiphos/xiphos-31-advanced-search.page
+share/help/fa/xiphos/xiphos-32-search-syntax.page
+share/help/fa/xiphos/xiphos-33-original-language.page
+share/help/fa/xiphos/xiphos-40-personal-commentary.page
+share/help/fa/xiphos/xiphos-41-studypad.page
+share/help/fa/xiphos/xiphos-42-journals.page
+share/help/fa/xiphos/xiphos-50-preferences-general-settings.page
+share/help/fa/xiphos/xiphos-51-preferences-biblesync.page
+share/help/fa/xiphos/xiphos-52-preferences-fonts-colors.page
+share/help/fa/xiphos/xiphos-53-preferences-modules.page
+share/help/fa/xiphos/xiphos-60-online-help.page
+share/help/fa/xiphos/xiphos-90-credits.page
+share/help/fr/xiphos/figures/first_start.png
+share/help/fr/xiphos/figures/interface.png
+share/help/fr/xiphos/figures/interface_biblepane-options.png
+share/help/fr/xiphos/figures/interface_biblepane.png
+share/help/fr/xiphos/figures/interface_commentarypane.png
+share/help/fr/xiphos/figures/interface_dictionary.png
+share/help/fr/xiphos/figures/interface_menubar-view.png
+share/help/fr/xiphos/figures/interface_menubar.png
+share/help/fr/xiphos/figures/interface_parallel-separate.png
+share/help/fr/xiphos/figures/interface_parallel.png
+share/help/fr/xiphos/figures/interface_searchpane.png
+share/help/fr/xiphos/figures/interface_shortcut.png
+share/help/fr/xiphos/figures/interface_sidepane.png
+share/help/fr/xiphos/figures/interface_toolbar.png
+share/help/fr/xiphos/figures/interface_viewer.png
+share/help/fr/xiphos/figures/journal.png
+share/help/fr/xiphos/figures/module.png
+share/help/fr/xiphos/figures/personal.png
+share/help/fr/xiphos/figures/preferences_fonts-color.png
+share/help/fr/xiphos/figures/preferences_fonts-misc.png
+share/help/fr/xiphos/figures/preferences_general-biblesync.png
+share/help/fr/xiphos/figures/preferences_general-misc.png
+share/help/fr/xiphos/figures/preferences_modules-misc.png
+share/help/fr/xiphos/figures/preferences_modules-parallel.png
+share/help/fr/xiphos/figures/search_search.png
+share/help/fr/xiphos/figures/studypad.png
+share/help/fr/xiphos/figures/sword3.png
+share/help/fr/xiphos/figures/sword_config.png
+share/help/fr/xiphos/figures/sword_install.png
+share/help/fr/xiphos/figures/sword_remove.png
+share/help/fr/xiphos/figures/sword_sources.png
+share/help/fr/xiphos/figures/xiphos-icon.png
+share/help/fr/xiphos/figures/xiphos-trail-icon.png
+share/help/fr/xiphos/index.page
+share/help/fr/xiphos/legal.xml
+share/help/fr/xiphos/xiphos-01-introduction.page
+share/help/fr/xiphos/xiphos-02-shortcut-keys.page
+share/help/fr/xiphos/xiphos-10-start.page
+share/help/fr/xiphos/xiphos-11-interface.page
+share/help/fr/xiphos/xiphos-20-modules-introduction.page
+share/help/fr/xiphos/xiphos-21-modules-configuration.page
+share/help/fr/xiphos/xiphos-22-modules-install.page
+share/help/fr/xiphos/xiphos-23-modules-maintenance.page
+share/help/fr/xiphos/xiphos-24-modules-third-party.page
+share/help/fr/xiphos/xiphos-30-search.page
+share/help/fr/xiphos/xiphos-31-advanced-search.page
+share/help/fr/xiphos/xiphos-32-search-syntax.page
+share/help/fr/xiphos/xiphos-33-original-language.page
+share/help/fr/xiphos/xiphos-40-personal-commentary.page
+share/help/fr/xiphos/xiphos-41-studypad.page
+share/help/fr/xiphos/xiphos-42-journals.page
+share/help/fr/xiphos/xiphos-50-preferences-general-settings.page
+share/help/fr/xiphos/xiphos-51-preferences-biblesync.page
+share/help/fr/xiphos/xiphos-52-preferences-fonts-colors.page
+share/help/fr/xiphos/xiphos-53-preferences-modules.page
+share/help/fr/xiphos/xiphos-60-online-help.page
+share/help/fr/xiphos/xiphos-90-credits.page
+share/help/it/xiphos/figures/first_start.png
+share/help/it/xiphos/figures/interface.png
+share/help/it/xiphos/figures/interface_biblepane-options.png
+share/help/it/xiphos/figures/interface_biblepane.png
+share/help/it/xiphos/figures/interface_commentarypane.png
+share/help/it/xiphos/figures/interface_dictionary.png
+share/help/it/xiphos/figures/interface_menubar-view.png
+share/help/it/xiphos/figures/interface_menubar.png
+share/help/it/xiphos/figures/interface_parallel-separate.png
+share/help/it/xiphos/figures/interface_parallel.png
+share/help/it/xiphos/figures/interface_searchpane.png
+share/help/it/xiphos/figures/interface_shortcut.png
+share/help/it/xiphos/figures/interface_sidepane.png
+share/help/it/xiphos/figures/interface_toolbar.png
+share/help/it/xiphos/figures/interface_viewer.png
+share/help/it/xiphos/figures/journal.png
+share/help/it/xiphos/figures/module.png
+share/help/it/xiphos/figures/personal.png
+share/help/it/xiphos/figures/preferences_fonts-color.png
+share/help/it/xiphos/figures/preferences_fonts-misc.png
+share/help/it/xiphos/figures/preferences_general-biblesync.png
+share/help/it/xiphos/figures/preferences_general-misc.png
+share/help/it/xiphos/figures/preferences_modules-misc.png
+share/help/it/xiphos/figures/preferences_modules-parallel.png
+share/help/it/xiphos/figures/search_search.png
+share/help/it/xiphos/figures/studypad.png
+share/help/it/xiphos/figures/sword3.png
+share/help/it/xiphos/figures/sword_config.png
+share/help/it/xiphos/figures/sword_install.png
+share/help/it/xiphos/figures/sword_remove.png
+share/help/it/xiphos/figures/sword_sources.png
+share/help/it/xiphos/figures/xiphos-icon.png
+share/help/it/xiphos/figures/xiphos-trail-icon.png
+share/help/it/xiphos/index.page
+share/help/it/xiphos/legal.xml
+share/help/it/xiphos/xiphos-01-introduction.page
+share/help/it/xiphos/xiphos-02-shortcut-keys.page
+share/help/it/xiphos/xiphos-10-start.page
+share/help/it/xiphos/xiphos-11-interface.page
+share/help/it/xiphos/xiphos-20-modules-introduction.page
+share/help/it/xiphos/xiphos-21-modules-configuration.page
+share/help/it/xiphos/xiphos-22-modules-install.page
+share/help/it/xiphos/xiphos-23-modules-maintenance.page
+share/help/it/xiphos/xiphos-24-modules-third-party.page
+share/help/it/xiphos/xiphos-30-search.page
+share/help/it/xiphos/xiphos-31-advanced-search.page
+share/help/it/xiphos/xiphos-32-search-syntax.page
+share/help/it/xiphos/xiphos-33-original-language.page
+share/help/it/xiphos/xiphos-40-personal-commentary.page
+share/help/it/xiphos/xiphos-41-studypad.page
+share/help/it/xiphos/xiphos-42-journals.page
+share/help/it/xiphos/xiphos-50-preferences-general-settings.page
+share/help/it/xiphos/xiphos-51-preferences-biblesync.page
+share/help/it/xiphos/xiphos-52-preferences-fonts-colors.page
+share/help/it/xiphos/xiphos-53-preferences-modules.page
+share/help/it/xiphos/xiphos-60-online-help.page
+share/help/it/xiphos/xiphos-90-credits.page
 share/icons/hicolor/scalable/apps/xiphos.svg
-share/locale/ar/LC_MESSAGES/xiphos.mo
-share/locale/cs/LC_MESSAGES/xiphos.mo
-share/locale/cy/LC_MESSAGES/xiphos.mo
-share/locale/da/LC_MESSAGES/xiphos.mo
-share/locale/de/LC_MESSAGES/xiphos.mo
-share/locale/en_GB/LC_MESSAGES/xiphos.mo
-share/locale/es/LC_MESSAGES/xiphos.mo
-share/locale/fa/LC_MESSAGES/xiphos.mo
-share/locale/fi/LC_MESSAGES/xiphos.mo
-share/locale/fr/LC_MESSAGES/xiphos.mo
-share/locale/he/LC_MESSAGES/xiphos.mo
-share/locale/hu/LC_MESSAGES/xiphos.mo
-share/locale/ja/LC_MESSAGES/xiphos.mo
-share/locale/lv/LC_MESSAGES/xiphos.mo
-share/locale/nb/LC_MESSAGES/xiphos.mo
-share/locale/nl/LC_MESSAGES/xiphos.mo
-share/locale/pl/LC_MESSAGES/xiphos.mo
-share/locale/pt/LC_MESSAGES/xiphos.mo
-share/locale/pt_BR/LC_MESSAGES/xiphos.mo
-share/locale/ro/LC_MESSAGES/xiphos.mo
-share/locale/ru/LC_MESSAGES/xiphos.mo
-share/locale/sk/LC_MESSAGES/xiphos.mo
-share/locale/sl/LC_MESSAGES/xiphos.mo
-share/locale/sv/LC_MESSAGES/xiphos.mo
-share/locale/tr/LC_MESSAGES/xiphos.mo
-share/locale/zh_CN/LC_MESSAGES/xiphos.mo
-share/locale/zh_TW/LC_MESSAGES/xiphos.mo
-share/omf/xiphos/xiphos-C.omf
-share/omf/xiphos/xiphos-fa.omf
-share/omf/xiphos/xiphos-fr.omf
+%%NLS%%share/locale/ar/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/cy/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/da/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/de/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/es/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/he/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/it/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/ko_KR/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/xiphos.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/xiphos.mo
 %%DATADIR%%/about.png
 %%DATADIR%%/arrow_down.png
 %%DATADIR%%/arrow_down_box.png
 %%DATADIR%%/arrow_up.png
 %%DATADIR%%/arrow_up_box.png
+%%DATADIR%%/biblesync-v1-30.png
+%%DATADIR%%/biblesync-v1-50.png
+%%DATADIR%%/biblesync_icon-16.png
 %%DATADIR%%/book_closed.png
 %%DATADIR%%/book_closed_rtol.png
 %%DATADIR%%/book_open.png
 %%DATADIR%%/book_open_rtol.png
-%%DATADIR%%/bookmarks.glade
 %%DATADIR%%/bookmarks.gtkbuilder
+%%DATADIR%%/bookmarks_old.gtkbuilder
 %%DATADIR%%/chat_icon-16.png
 %%DATADIR%%/dlg-un-16.png
 %%DATADIR%%/dlg-un.png
-%%DATADIR%%/editor_link_dialog.xml
+%%DATADIR%%/editor_link_dialog.gtkbuilder
+%%DATADIR%%/editor_link_dialog_old.gtkbuilder
 %%DATADIR%%/editor_note.xml
 %%DATADIR%%/editor_studypad.xml
 %%DATADIR%%/epiphany-bookmark-page.png
 %%DATADIR%%/epiphany-bookmarks.png
 %%DATADIR%%/epiphany-secure.png
 %%DATADIR%%/epiphany-unsecure.png
-%%DATADIR%%/export-dialog.glade
 %%DATADIR%%/export-dialog.gtkbuilder
+%%DATADIR%%/export-dialog_old.gtkbuilder
 %%DATADIR%%/gnome-session.png
 %%DATADIR%%/gnome-sound-properties.png
 %%DATADIR%%/gnome-window-manager.png
 %%DATADIR%%/gnome-windows.png
-%%DATADIR%%/gs2-48x48-old.ico
-%%DATADIR%%/gs2-48x48-old.png
 %%DATADIR%%/gs2-48x48.ico
 %%DATADIR%%/gs2-48x48.png
 %%DATADIR%%/gs2.xpm
-%%DATADIR%%/gtk2_webedit.ui
-%%DATADIR%%/gtk_webedit.ui
 %%DATADIR%%/indexed-16.png
 %%DATADIR%%/indexed.png
 %%DATADIR%%/init-settings.png
 %%DATADIR%%/languages
 %%DATADIR%%/logo.png
 %%DATADIR%%/mailing_list_icon-16.png
-%%DATADIR%%/markverse.glade
 %%DATADIR%%/markverse.gtkbuilder
-%%DATADIR%%/module-manager.glade
+%%DATADIR%%/markverse_old.gtkbuilder
 %%DATADIR%%/module-manager.gtkbuilder
-%%DATADIR%%/mozilla-icon.png
-%%DATADIR%%/navbar_versekey.glade
+%%DATADIR%%/module-manager_old.gtkbuilder
 %%DATADIR%%/navbar_versekey.gtkbuilder
+%%DATADIR%%/navbar_versekey_old.gtkbuilder
 %%DATADIR%%/new_tab_button.png
-%%DATADIR%%/prefs.glade
 %%DATADIR%%/prefs.gtkbuilder
-%%DATADIR%%/search-dialog.glade
+%%DATADIR%%/prefs_old.gtkbuilder
 %%DATADIR%%/search-dialog.gtkbuilder
+%%DATADIR%%/search-dialog_old.gtkbuilder
+%%DATADIR%%/selector-prefs.gtkbuilder
+%%DATADIR%%/selector-prefs_old.gtkbuilder
 %%DATADIR%%/silk-edit-bookmarks.png
 %%DATADIR%%/splash.png
 %%DATADIR%%/sword-big.png
@@ -213,11 +325,12 @@ share/omf/xiphos/xiphos-fr.omf
 %%DATADIR%%/translation_icon-16.png
 %%DATADIR%%/tt.png
 %%DATADIR%%/window-close.png
-%%DATADIR%%/xi-export-bookmarks.glade
 %%DATADIR%%/xi-menus-popup.gtkbuilder
-%%DATADIR%%/xi-menus.glade
+%%DATADIR%%/xi-menus-popup_old.gtkbuilder
 %%DATADIR%%/xi-menus.gtkbuilder
-%%DATADIR%%/xi-splash.ui
+%%DATADIR%%/xi-menus_old.gtkbuilder
+%%DATADIR%%/xi-splash.gtkbuilder
+%%DATADIR%%/xi-splash_old.gtkbuilder
 %%DATADIR%%/xiphos-button-125.png
 %%DATADIR%%/xiphos-x-16.png
 %%DATADIR%%/xiphos.xpm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003011247.021ClT5a007950>