From owner-svn-ports-head@FreeBSD.ORG Tue Jan 13 00:15:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBBB5E34; Tue, 13 Jan 2015 00:15:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD1443A6; Tue, 13 Jan 2015 00:15:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0D0FaxZ026664; Tue, 13 Jan 2015 00:15:36 GMT (envelope-from tabthorpe@FreeBSD.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0D0FaqY026662; Tue, 13 Jan 2015 00:15:36 GMT (envelope-from tabthorpe@FreeBSD.org) Message-Id: <201501130015.t0D0FaqY026662@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tabthorpe set sender to tabthorpe@FreeBSD.org using -f From: Thomas Abthorpe Date: Tue, 13 Jan 2015 00:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376893 - head/misc/xiphos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2015 00:15:37 -0000 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