Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 19:10:01 GMT
From:      Matthew Rezny <matthew@reztek.cz>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/188579: www/qupzilla lacks options for DE integration
Message-ID:  <201404151910.s3FJA1Ra077668@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188579; it has been noted by GNATS.

From: Matthew Rezny <matthew@reztek.cz>
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 <bsd.port.options.mk>
 +
 +.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--
 



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