From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 15 19:10:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE84F458 for ; Tue, 15 Apr 2014 19:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 C9AFC1144 for ; Tue, 15 Apr 2014 19:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FJA1Zr077669 for ; Tue, 15 Apr 2014 19:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FJA1Ra077668; Tue, 15 Apr 2014 19:10:01 GMT (envelope-from gnats) Date: Tue, 15 Apr 2014 19:10:01 GMT Message-Id: <201404151910.s3FJA1Ra077668@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Matthew Rezny Subject: Re: ports/188579: www/qupzilla lacks options for DE integration X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Matthew Rezny List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 19:10:02 -0000 The following reply was made to PR ports/188579; it has been noted by GNATS. From: Matthew Rezny To: bug-followup@freebsd.org Cc: Subject: Re: ports/188579: www/qupzilla lacks options for DE integration Date: Tue, 15 Apr 2014 21:06:32 +0200 This is a multi-part message in MIME format. --nextPart1617642.X1sdd9ONAI Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" QupZilla 1.6.4 was released the day after I filed this PR. Accordingly, I've updated my patch to take the new version into account in order to ease application. One new translation was added in 1.6.4 and is included in the plist modifications. --nextPart1617642.X1sdd9ONAI Content-Disposition: attachment; filename="www_qupzilla_patch.txt" Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8"; name="www_qupzilla_patch.txt" Index: www/qupzilla/Makefile =================================================================== --- www/qupzilla/Makefile (revision 350650) +++ www/qupzilla/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qupzilla -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= www MASTER_SITES= http://www.qupzilla.com/uploads/ DISTNAME= QupZilla-${PORTVERSION} @@ -21,6 +21,21 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes +OPTIONS_DEFINE= GNOMEKEYRING KWALLET +OPTIONS_SUB= yes + +.include + +.if ${PORT_OPTIONS:MGNOMEKEYRING} +LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring +QMAKE_ENV+= GNOME_INTEGRATION="true" +.endif + +.if ${PORT_OPTIONS:MKWALLET} +LIB_DEPENDS+= libkdeui.so:${PORTSDIR}/x11/kdelibs4 +QMAKE_ENV+= KDE_INTEGRATION="true" +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/tests/autotests/qztoolstest.cpp \ Index: www/qupzilla/distinfo =================================================================== --- www/qupzilla/distinfo (revision 350650) +++ www/qupzilla/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (QupZilla-1.6.3.tar.gz) = ba69b4bb9f9644fcff5945a0b692e6db877e57c2b9d948a7f57ecfcd4a86f7a0 -SIZE (QupZilla-1.6.3.tar.gz) = 5087827 +SHA256 (QupZilla-1.6.4.tar.gz) = e99c10460ab7f067eb24542dfba4451b391ff9261f69b163bcc7333ee5d54316 +SIZE (QupZilla-1.6.4.tar.gz) = 5003805 Index: www/qupzilla/pkg-plist =================================================================== --- www/qupzilla/pkg-plist (revision 350650) +++ www/qupzilla/pkg-plist (working copy) @@ -2,9 +2,11 @@ lib/libQupZilla.so lib/libQupZilla.so.1 lib/libQupZilla.so.1.6 -lib/libQupZilla.so.1.6.3 +lib/libQupZilla.so.1.6.4 lib/qupzilla/libAccessKeysNavigation.so +%%GNOMEKEYRING%%lib/qupzilla/libGnomeKeyringPasswords.so lib/qupzilla/libGreaseMonkey.so +%%KWALLET%%lib/qupzilla/libKWalletPasswords.so lib/qupzilla/libMouseGestures.so lib/qupzilla/libPIM.so lib/qupzilla/libStatusBarIcons.so @@ -24,7 +26,9 @@ %%DATADIR%%/locale/de_DE.qm %%DATADIR%%/locale/el_GR.qm %%DATADIR%%/locale/es_ES.qm +%%DATADIR%%/locale/es_MX.qm %%DATADIR%%/locale/es_VE.qm +%%DATADIR%%/locale/eu_ES.qm %%DATADIR%%/locale/fa_IR.qm %%DATADIR%%/locale/fr_FR.qm %%DATADIR%%/locale/gl_ES.qm @@ -35,6 +39,7 @@ %%DATADIR%%/locale/ja_JP.qm %%DATADIR%%/locale/ka_GE.qm %%DATADIR%%/locale/lg.qm +%%DATADIR%%/locale/lv_LV.qm %%DATADIR%%/locale/nl_NL.qm %%DATADIR%%/locale/nqo.qm %%DATADIR%%/locale/pl_PL.qm @@ -77,6 +82,7 @@ %%DATADIR%%/locale/sr_RS@latin.qm %%DATADIR%%/locale/sv_SE.qm %%DATADIR%%/locale/uk_UA.qm +%%DATADIR%%/locale/uz@Latn.qm %%DATADIR%%/locale/zh_CN.qm %%DATADIR%%/locale/zh_TW.qm %%DATADIR%%/themes/chrome/images/blankbutton-a.png --nextPart1617642.X1sdd9ONAI--