Date: Tue, 13 Jan 2015 00:15:36 +0000 (UTC) From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376893 - head/misc/xiphos Message-ID: <201501130015.t0D0FaqY026662@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tabthorpe Date: Tue Jan 13 00:15:35 2015 New Revision: 376893 URL: https://svnweb.freebsd.org/changeset/ports/376893 QAT: https://qat.redports.org/buildarchive/r376893/ Log: - Switch to webkit-gtk3 - Add some dependencies on dbus-glib and gtk30 - Add gtk-update-icon-cache to pkg-plist - Bump PORTREVISION Modified: head/misc/xiphos/Makefile head/misc/xiphos/pkg-plist Modified: head/misc/xiphos/Makefile ============================================================================== --- head/misc/xiphos/Makefile Mon Jan 12 23:56:51 2015 (r376892) +++ head/misc/xiphos/Makefile Tue Jan 13 00:15:35 2015 (r376893) @@ -2,7 +2,7 @@ PORTNAME= xiphos PORTVERSION= 3.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc gnome MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION} @@ -16,13 +16,14 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ docbook2html:${PORTSDIR}/textproc/docbook-utils \ gnome-doc-tool:${PORTSDIR}/textproc/gnome-doc-utils \ nspr>=4.8:${PORTSDIR}/devel/nspr -LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ +LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libsword.so:${PORTSDIR}/misc/sword USES= gettext pkgconfig python:build INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gtkhtml4 intlhack libgsf +USE_GNOME= gtk30 gnomeprefix gtkhtml4 intlhack libgsf OPTIONS_DEFINE= DOCS Modified: head/misc/xiphos/pkg-plist ============================================================================== --- head/misc/xiphos/pkg-plist Mon Jan 12 23:56:51 2015 (r376892) +++ head/misc/xiphos/pkg-plist Tue Jan 13 00:15:35 2015 (r376893) @@ -1,3 +1,4 @@ +@unexec /bin/rm %D/share/icons/hicolor/icon-theme.cache 2>/dev/null || /usr/bin/true bin/xiphos bin/xiphos-nav share/applications/xiphos.desktop @@ -221,3 +222,5 @@ share/omf/xiphos/xiphos-fr.omf %%DATADIR%%/xiphos-button-125.png %%DATADIR%%/xiphos-x-16.png %%DATADIR%%/xiphos.xpm +@exec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true +@unexec /usr/local/bin/gtk-update-icon-cache -q -f %D/share/icons/hicolor 2>/dev/null || /usr/bin/true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501130015.t0D0FaqY026662>