Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 00:49:13 GMT
From:      Javad Kouhi <javad.kouhi@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186261: [maintainer update] www/qupzilla: update to 1.6.0
Message-ID:  <201401300049.s0U0nDb0028481@oldred.freebsd.org>
Resent-Message-ID: <201401300050.s0U0o0t1022594@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186261
>Category:       ports
>Synopsis:       [maintainer update] www/qupzilla: update to 1.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 30 00:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Javad Kouhi
>Release:        10.0-STABLE
>Organization:
>Environment:
FreeBSD minootux 10.0-STABLE FreeBSD 10.0-STABLE #1 r261254: Wed Jan 29 09:25:08 IRST 2014     root@minootux:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
update www/qupzilla from 1.4.4 to 1.6.0, sorry for the delay, I was busy.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
--- Makefile	(revision 341796)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	qupzilla
-PORTVERSION=	1.4.4
+PORTVERSION=	1.6.0
 CATEGORIES=	www
 MASTER_SITES=	http://www.qupzilla.com/uploads/
 DISTNAME=	QupZilla-${PORTVERSION}
@@ -11,8 +11,11 @@
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
+BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconf
 
+LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
+		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+
 USES=		desktop-file-utils qmake
 USE_QT4=	gui moc_build rcc_build uic_build webkit \
 		dbus xml script sql network imageformats_run linguist_build
@@ -25,6 +28,8 @@
 		${WRKSRC}/tests/autotests/qztoolstest.cpp \
 		${WRKSRC}/src/lib/plugins/qtwebkit/spellcheck/speller.cpp
 	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
-		${WRKSRC}/src/install.pri
+		${WRKSRC}/src/install.pri \
+		${WRKSRC}/src/defines.pri \
+		${WRKSRC}/src/lib/plugins/plugins.cpp
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 341796)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (QupZilla-1.4.4.tar.gz) = dc72d7b5d75e1348bf9c3c43267946a88a1fcc70045a0d50f6972cd679e5366b
-SIZE (QupZilla-1.4.4.tar.gz) = 3949537
+SHA256 (QupZilla-1.6.0.tar.gz) = 3fc45837f61f0958626101ec9369ba2a3c1fa23dcc6466fe342ee1b07a0d3f63
+SIZE (QupZilla-1.6.0.tar.gz) = 4707758
Index: files/patch-src__lib__3rdparty__processinfo.h
===================================================================
--- files/patch-src__lib__3rdparty__processinfo.h	(revision 0)
+++ files/patch-src__lib__3rdparty__processinfo.h	(working copy)
@@ -0,0 +1,11 @@
+--- ./src/lib/3rdparty/processinfo.h.orig	2014-01-26 19:04:16.000000000 +0330
++++ ./src/lib/3rdparty/processinfo.h	2014-01-26 19:04:33.000000000 +0330
+@@ -18,6 +18,8 @@
+ #ifndef PROCESSINFO_H
+ #define PROCESSINFO_H
+ 
++#include <unistd.h>
++
+ #include <QString>
+ 
+ #include "qz_namespace.h"

Property changes on: files/patch-src__lib__3rdparty__processinfo.h
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: files/patch-src__main__main.cpp
===================================================================
--- files/patch-src__main__main.cpp	(revision 0)
+++ files/patch-src__main__main.cpp	(working copy)
@@ -0,0 +1,20 @@
+--- ./src/main/main.cpp.orig	2014-01-26 16:37:32.000000000 +0330
++++ ./src/main/main.cpp	2014-01-26 16:38:46.000000000 +0330
+@@ -20,7 +20,7 @@
+ 
+ #include <QMessageBox> // For QT_REQUIRE_VERSION
+ 
+-#if defined(Q_OS_LINUX) || defined(__GLIBC__)
++#if defined(Q_OS_LINUX) || defined(__FreeBSD__)
+ #include <iostream>
+ #include <signal.h>
+ #include <execinfo.h>
+@@ -175,7 +175,7 @@
+     QApplication::setGraphicsSystem("raster"); // Better overall performance on X11
+ #endif
+ 
+-#if defined(Q_OS_LINUX) || defined(__GLIBC__)
++#if defined(Q_OS_LINUX) || defined(__FreeBSD__)
+     signal(SIGSEGV, qupzilla_signal_handler);
+     signal(SIGPIPE, qupzilla_signal_handler);
+ #endif

Property changes on: files/patch-src__main__main.cpp
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: files/patch-src__main__main.pro
===================================================================
--- files/patch-src__main__main.pro	(revision 0)
+++ files/patch-src__main__main.pro	(working copy)
@@ -0,0 +1,11 @@
+--- ./src/main/main.pro.orig	2014-01-26 16:37:39.000000000 +0330
++++ ./src/main/main.pro	2014-01-26 16:38:07.000000000 +0330
+@@ -10,7 +10,7 @@
+ TEMPLATE = app
+ 
+ !unix|mac: LIBS += -L../../bin -lQupZilla
+-!mac:unix: LIBS += ../../bin/libQupZilla.so
++!mac:unix: LIBS += ../../bin/libQupZilla.so -lexecinfo
+ 
+ include(../defines.pri)
+ include(../install.pri)

Property changes on: files/patch-src__main__main.pro
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 341796)
+++ pkg-plist	(working copy)
@@ -1,13 +1,13 @@
 bin/qupzilla
 lib/libQupZilla.so
 lib/libQupZilla.so.1
-lib/libQupZilla.so.1.4
-lib/libQupZilla.so.1.4.4
+lib/libQupZilla.so.1.6
+lib/libQupZilla.so.1.6.0
 lib/qupzilla/libAccessKeysNavigation.so
 lib/qupzilla/libGreaseMonkey.so
 lib/qupzilla/libMouseGestures.so
 lib/qupzilla/libPIM.so
-lib/qupzilla/libTestPlugin.so
+lib/qupzilla/libStatusBarIcons.so
 share/applications/qupzilla.desktop
 share/bash-completion/completions/qupzilla
 share/icons/hicolor/128x128/apps/qupzilla.png
@@ -17,249 +17,276 @@
 share/icons/hicolor/48x48/apps/qupzilla.png
 share/icons/hicolor/64x64/apps/qupzilla.png
 share/pixmaps/qupzilla.png
-share/qupzilla/locale/ca_ES.qm
-share/qupzilla/locale/cs_CZ.qm
-share/qupzilla/locale/de_DE.qm
-share/qupzilla/locale/el_GR.qm
-share/qupzilla/locale/es_ES.qm
-share/qupzilla/locale/es_VE.qm
-share/qupzilla/locale/fa_IR.qm
-share/qupzilla/locale/fr_FR.qm
-share/qupzilla/locale/hu_HU.qm
-share/qupzilla/locale/id_ID.qm
-share/qupzilla/locale/it_IT.qm
-share/qupzilla/locale/ja_JP.qm
-share/qupzilla/locale/ka_GE.qm
-share/qupzilla/locale/nl_NL.qm
-share/qupzilla/locale/pl_PL.qm
-share/qupzilla/locale/pt_BR.qm
-share/qupzilla/locale/pt_PT.qm
-share/qupzilla/locale/qt_ca.qm
-share/qupzilla/locale/qt_cs.qm
-share/qupzilla/locale/qt_de.qm
-share/qupzilla/locale/qt_el.qm
-share/qupzilla/locale/qt_es.qm
-share/qupzilla/locale/qt_fa.qm
-share/qupzilla/locale/qt_fr.qm
-share/qupzilla/locale/qt_hu.qm
-share/qupzilla/locale/qt_it.qm
-share/qupzilla/locale/qt_ja.qm
-share/qupzilla/locale/qt_nl.qm
-share/qupzilla/locale/qt_pl.qm
-share/qupzilla/locale/qt_pt.qm
-share/qupzilla/locale/qt_ru.qm
-share/qupzilla/locale/qt_sk.qm
-share/qupzilla/locale/qt_sr_BA.qm
-share/qupzilla/locale/qt_sr_BA@latin.qm
-share/qupzilla/locale/qt_sr_RS.qm
-share/qupzilla/locale/qt_sr_RS@latin.qm
-share/qupzilla/locale/qt_sv.qm
-share/qupzilla/locale/qt_uk.qm
-share/qupzilla/locale/qt_zh_CN.qm
-share/qupzilla/locale/qt_zh_TW.qm
-share/qupzilla/locale/ro_RO.qm
-share/qupzilla/locale/ru_RU.qm
-share/qupzilla/locale/sk_SK.qm
-share/qupzilla/locale/sr_BA.qm
-share/qupzilla/locale/sr_BA@latin.qm
-share/qupzilla/locale/sr_RS.qm
-share/qupzilla/locale/sr_RS@latin.qm
-share/qupzilla/locale/sv_SE.qm
-share/qupzilla/locale/uk_UA.qm
-share/qupzilla/locale/zh_CN.qm
-share/qupzilla/locale/zh_TW.qm
-share/qupzilla/themes/chrome/images/blankbutton-a.png
-share/qupzilla/themes/chrome/images/blankbutton-h.png
-share/qupzilla/themes/chrome/images/flash.png
-share/qupzilla/themes/chrome/images/flashstart.png
-share/qupzilla/themes/chrome/images/gotoaddress.png
-share/qupzilla/themes/chrome/images/key.png
-share/qupzilla/themes/chrome/images/library-bg-left.png
-share/qupzilla/themes/chrome/images/library-bg-top-right.png
-share/qupzilla/themes/chrome/images/library-bg-top.png
-share/qupzilla/themes/chrome/images/library-search-bg.png
-share/qupzilla/themes/chrome/images/lineedit-bg.png
-share/qupzilla/themes/chrome/images/navigation-addtab.png
-share/qupzilla/themes/chrome/images/navigation-back.png
-share/qupzilla/themes/chrome/images/navigation-dropdown.png
-share/qupzilla/themes/chrome/images/navigation-forward.png
-share/qupzilla/themes/chrome/images/navigation-home.png
-share/qupzilla/themes/chrome/images/navigation-reload.png
-share/qupzilla/themes/chrome/images/navigation-stop.png
-share/qupzilla/themes/chrome/images/navigation-supermenu.png
-share/qupzilla/themes/chrome/images/rss.png
-share/qupzilla/themes/chrome/images/search-icon.png
-share/qupzilla/themes/chrome/images/searchbar-provider-bg.png
-share/qupzilla/themes/chrome/images/semi-transp.png
-share/qupzilla/themes/chrome/images/siteicon-bg.png
-share/qupzilla/themes/chrome/images/siteicon-secure-bg.png
-share/qupzilla/themes/chrome/images/star-a.png
-share/qupzilla/themes/chrome/images/star.png
-share/qupzilla/themes/chrome/images/tabbar-addtab.png
-share/qupzilla/themes/chrome/images/tabs-bg.png
-share/qupzilla/themes/chrome/images/tabs-list-button.png
-share/qupzilla/themes/chrome/images/toolbar-bg.png
-share/qupzilla/themes/chrome/images/transp.png
-share/qupzilla/themes/chrome/linux.css
-share/qupzilla/themes/chrome/main.css
-share/qupzilla/themes/chrome/rtl.css
-share/qupzilla/themes/chrome/theme.info
-share/qupzilla/themes/chrome/theme.license
-share/qupzilla/themes/chrome/theme.png
-share/qupzilla/themes/chrome/windows.css
-share/qupzilla/themes/default/images/arrow-down.gif
-share/qupzilla/themes/default/images/background.png
-share/qupzilla/themes/default/images/flash.png
-share/qupzilla/themes/default/images/flashstart.png
-share/qupzilla/themes/default/images/gotoaddress.png
-share/qupzilla/themes/default/images/key.png
-share/qupzilla/themes/default/images/library-bg-left.png
-share/qupzilla/themes/default/images/library-bg-top-right.png
-share/qupzilla/themes/default/images/library-bg-top.png
-share/qupzilla/themes/default/images/lineedit-bg.png
-share/qupzilla/themes/default/images/navigation-addtab.png
-share/qupzilla/themes/default/images/navigation-back.png
-share/qupzilla/themes/default/images/navigation-forward.png
-share/qupzilla/themes/default/images/navigation-home.png
-share/qupzilla/themes/default/images/navigation-reload.png
-share/qupzilla/themes/default/images/navigation-stop.png
-share/qupzilla/themes/default/images/navigation-supmenu.png
-share/qupzilla/themes/default/images/rss.png
-share/qupzilla/themes/default/images/search.png
-share/qupzilla/themes/default/images/semi-transp.png
-share/qupzilla/themes/default/images/siteicon-bg-secure.png
-share/qupzilla/themes/default/images/siteicon-bg.png
-share/qupzilla/themes/default/images/star.png
-share/qupzilla/themes/default/images/starg.png
-share/qupzilla/themes/default/images/tabs-list-button.png
-share/qupzilla/themes/default/images/transp.png
-share/qupzilla/themes/default/main.css
-share/qupzilla/themes/default/rtl.css
-share/qupzilla/themes/default/theme.info
-share/qupzilla/themes/default/theme.png
-share/qupzilla/themes/default/windows.css
-share/qupzilla/themes/linux/images/flash.png
-share/qupzilla/themes/linux/images/flashstart.png
-share/qupzilla/themes/linux/images/go-home.png
-share/qupzilla/themes/linux/images/go-next.png
-share/qupzilla/themes/linux/images/go-previous.png
-share/qupzilla/themes/linux/images/gotoaddress.png
-share/qupzilla/themes/linux/images/key.png
-share/qupzilla/themes/linux/images/library-bg-left.png
-share/qupzilla/themes/linux/images/library-bg-top-right.png
-share/qupzilla/themes/linux/images/library-bg-top.png
-share/qupzilla/themes/linux/images/library-search-bg.png
-share/qupzilla/themes/linux/images/list-add.png
-share/qupzilla/themes/linux/images/navigation-dropdown.png
-share/qupzilla/themes/linux/images/preferences-desktop.png
-share/qupzilla/themes/linux/images/process-stop.png
-share/qupzilla/themes/linux/images/rss.png
-share/qupzilla/themes/linux/images/search-icon.png
-share/qupzilla/themes/linux/images/semi-transp.png
-share/qupzilla/themes/linux/images/star-a.png
-share/qupzilla/themes/linux/images/star.png
-share/qupzilla/themes/linux/images/tabs-list-button.png
-share/qupzilla/themes/linux/images/transp.png
-share/qupzilla/themes/linux/images/view-refresh.png
-share/qupzilla/themes/linux/images/websearch-bg.png
-share/qupzilla/themes/linux/main.css
-share/qupzilla/themes/linux/rtl.css
-share/qupzilla/themes/linux/theme.info
-share/qupzilla/themes/linux/theme.png
-share/qupzilla/themes/mac/images/feed-icon.png
-share/qupzilla/themes/mac/images/flash.png
-share/qupzilla/themes/mac/images/flashstart.png
-share/qupzilla/themes/mac/images/gotoaddress.png
-share/qupzilla/themes/mac/images/key.png
-share/qupzilla/themes/mac/images/library-bg-left.png
-share/qupzilla/themes/mac/images/library-bg-top-right.png
-share/qupzilla/themes/mac/images/library-bg-top.png
-share/qupzilla/themes/mac/images/library-search-bg.png
-share/qupzilla/themes/mac/images/lineedit-bg.png
-share/qupzilla/themes/mac/images/navigation-addtab.png
-share/qupzilla/themes/mac/images/navigation-back.png
-share/qupzilla/themes/mac/images/navigation-dropdown.png
-share/qupzilla/themes/mac/images/navigation-forward.png
-share/qupzilla/themes/mac/images/navigation-home.png
-share/qupzilla/themes/mac/images/navigation-reload.png
-share/qupzilla/themes/mac/images/navigation-stop.png
-share/qupzilla/themes/mac/images/navigation-supermenu.png
-share/qupzilla/themes/mac/images/search-icon.png
-share/qupzilla/themes/mac/images/searchbar-provider-bg.png
-share/qupzilla/themes/mac/images/semi-transp.png
-share/qupzilla/themes/mac/images/siteicon-bg.png
-share/qupzilla/themes/mac/images/siteicon-secure-bg.png
-share/qupzilla/themes/mac/images/splitter.png
-share/qupzilla/themes/mac/images/star-a.png
-share/qupzilla/themes/mac/images/star.png
-share/qupzilla/themes/mac/images/tabbar-addtab.png
-share/qupzilla/themes/mac/images/tabs-bg.png
-share/qupzilla/themes/mac/images/tabs-list-button.png
-share/qupzilla/themes/mac/images/tabs-list-button_rtl.png
-share/qupzilla/themes/mac/images/toolbar-bg.png
-share/qupzilla/themes/mac/images/transp.png
-share/qupzilla/themes/mac/linux.css
-share/qupzilla/themes/mac/main.css
-share/qupzilla/themes/mac/rtl.css
-share/qupzilla/themes/mac/theme.info
-share/qupzilla/themes/mac/theme.license
-share/qupzilla/themes/mac/theme.png
-share/qupzilla/themes/mac/windows.css
-share/qupzilla/themes/windows/images/flash.png
-share/qupzilla/themes/windows/images/flashstart.png
-share/qupzilla/themes/windows/images/gotoaddress.png
-share/qupzilla/themes/windows/images/key.png
-share/qupzilla/themes/windows/images/library-bg-left.png
-share/qupzilla/themes/windows/images/library-bg-top-right.png
-share/qupzilla/themes/windows/images/library-bg-top.png
-share/qupzilla/themes/windows/images/library-search-bg.png
-share/qupzilla/themes/windows/images/lineedit-bg.png
-share/qupzilla/themes/windows/images/navigation-addtab.png
-share/qupzilla/themes/windows/images/navigation-back.png
-share/qupzilla/themes/windows/images/navigation-dropdown.png
-share/qupzilla/themes/windows/images/navigation-forward.png
-share/qupzilla/themes/windows/images/navigation-home.png
-share/qupzilla/themes/windows/images/navigation-reload.png
-share/qupzilla/themes/windows/images/navigation-stop.png
-share/qupzilla/themes/windows/images/navigation-supermenu.png
-share/qupzilla/themes/windows/images/rss.png
-share/qupzilla/themes/windows/images/search-icon.png
-share/qupzilla/themes/windows/images/searchbar-provider-bg.png
-share/qupzilla/themes/windows/images/semi-transp.png
-share/qupzilla/themes/windows/images/siteicon-bg.png
-share/qupzilla/themes/windows/images/siteicon-secure-bg.png
-share/qupzilla/themes/windows/images/star-a.png
-share/qupzilla/themes/windows/images/star.png
-share/qupzilla/themes/windows/images/tab-active-bg.png
-share/qupzilla/themes/windows/images/tab-deactive-bg.png
-share/qupzilla/themes/windows/images/tab-deactive-hover-bg.png
-share/qupzilla/themes/windows/images/tabbar-addtab.png
-share/qupzilla/themes/windows/images/tabbar-addtab_rtl.png
-share/qupzilla/themes/windows/images/tabs-bg.png
-share/qupzilla/themes/windows/images/tabs-list-button.png
-share/qupzilla/themes/windows/images/toolbar-bg.png
-share/qupzilla/themes/windows/images/transp.png
-share/qupzilla/themes/windows/linux.css
-share/qupzilla/themes/windows/main.css
-share/qupzilla/themes/windows/rtl.css
-share/qupzilla/themes/windows/theme.info
-share/qupzilla/themes/windows/theme.license
-share/qupzilla/themes/windows/theme.png
-share/qupzilla/themes/windows/windows.css
-@dirrm lib/qupzilla
-@dirrm share/qupzilla/themes/windows/images
-@dirrm share/qupzilla/themes/windows
-@dirrm share/qupzilla/themes/mac/images
-@dirrm share/qupzilla/themes/mac
-@dirrm share/qupzilla/themes/linux/images
-@dirrm share/qupzilla/themes/linux
-@dirrm share/qupzilla/themes/default/images
-@dirrm share/qupzilla/themes/default
-@dirrm share/qupzilla/themes/chrome/images
-@dirrm share/qupzilla/themes/chrome
-@dirrm share/qupzilla/themes
-@dirrm share/qupzilla/locale
-@dirrm share/qupzilla
+%%DATADIR%%/locale/ar_SA.qm
+%%DATADIR%%/locale/bg_BG.qm
+%%DATADIR%%/locale/bo_CN.qm
+%%DATADIR%%/locale/ca_ES.qm
+%%DATADIR%%/locale/cs_CZ.qm
+%%DATADIR%%/locale/da_DK.qm
+%%DATADIR%%/locale/de_DE.qm
+%%DATADIR%%/locale/el_GR.qm
+%%DATADIR%%/locale/es_419.qm
+%%DATADIR%%/locale/es_AR.qm
+%%DATADIR%%/locale/es_ES.qm
+%%DATADIR%%/locale/es_VE.qm
+%%DATADIR%%/locale/fa_IR.qm
+%%DATADIR%%/locale/fr_FR.qm
+%%DATADIR%%/locale/gl_ES.qm
+%%DATADIR%%/locale/he_IL.qm
+%%DATADIR%%/locale/hu_HU.qm
+%%DATADIR%%/locale/id_ID.qm
+%%DATADIR%%/locale/it_IT.qm
+%%DATADIR%%/locale/ja_JP.qm
+%%DATADIR%%/locale/ka_GE.qm
+%%DATADIR%%/locale/lg.qm
+%%DATADIR%%/locale/my_MM.qm
+%%DATADIR%%/locale/nb_NO.qm
+%%DATADIR%%/locale/nl_NL.qm
+%%DATADIR%%/locale/nqo.qm
+%%DATADIR%%/locale/pl_PL.qm
+%%DATADIR%%/locale/pt_BR.qm
+%%DATADIR%%/locale/pt_PT.qm
+%%DATADIR%%/locale/qt_ar.qm
+%%DATADIR%%/locale/qt_ca.qm
+%%DATADIR%%/locale/qt_cs.qm
+%%DATADIR%%/locale/qt_da.qm
+%%DATADIR%%/locale/qt_de.qm
+%%DATADIR%%/locale/qt_el.qm
+%%DATADIR%%/locale/qt_es.qm
+%%DATADIR%%/locale/qt_eu.qm
+%%DATADIR%%/locale/qt_fa.qm
+%%DATADIR%%/locale/qt_fr.qm
+%%DATADIR%%/locale/qt_gl.qm
+%%DATADIR%%/locale/qt_he.qm
+%%DATADIR%%/locale/qt_hu.qm
+%%DATADIR%%/locale/qt_it.qm
+%%DATADIR%%/locale/qt_ja.qm
+%%DATADIR%%/locale/qt_nl.qm
+%%DATADIR%%/locale/qt_pl.qm
+%%DATADIR%%/locale/qt_pt.qm
+%%DATADIR%%/locale/qt_ru.qm
+%%DATADIR%%/locale/qt_sk.qm
+%%DATADIR%%/locale/qt_sr_BA.qm
+%%DATADIR%%/locale/qt_sr_BA@latin.qm
+%%DATADIR%%/locale/qt_sr_RS.qm
+%%DATADIR%%/locale/qt_sr_RS@latin.qm
+%%DATADIR%%/locale/qt_sv.qm
+%%DATADIR%%/locale/qt_uk.qm
+%%DATADIR%%/locale/qt_zh_CN.qm
+%%DATADIR%%/locale/qt_zh_TW.qm
+%%DATADIR%%/locale/ro_RO.qm
+%%DATADIR%%/locale/ru_RU.qm
+%%DATADIR%%/locale/sk_SK.qm
+%%DATADIR%%/locale/sr_BA.qm
+%%DATADIR%%/locale/sr_BA@latin.qm
+%%DATADIR%%/locale/sr_RS.qm
+%%DATADIR%%/locale/sr_RS@latin.qm
+%%DATADIR%%/locale/sv_SE.qm
+%%DATADIR%%/locale/uk_UA.qm
+%%DATADIR%%/locale/zh_CN.qm
+%%DATADIR%%/locale/zh_TW.qm
+%%DATADIR%%/themes/chrome/images/blankbutton-a.png
+%%DATADIR%%/themes/chrome/images/blankbutton-h.png
+%%DATADIR%%/themes/chrome/images/flash.png
+%%DATADIR%%/themes/chrome/images/flashstart.png
+%%DATADIR%%/themes/chrome/images/gotoaddress.png
+%%DATADIR%%/themes/chrome/images/key.png
+%%DATADIR%%/themes/chrome/images/library-bg-left.png
+%%DATADIR%%/themes/chrome/images/library-bg-top-right.png
+%%DATADIR%%/themes/chrome/images/library-bg-top.png
+%%DATADIR%%/themes/chrome/images/library-search-bg.png
+%%DATADIR%%/themes/chrome/images/lineedit-bg.png
+%%DATADIR%%/themes/chrome/images/navigation-addtab.png
+%%DATADIR%%/themes/chrome/images/navigation-back.png
+%%DATADIR%%/themes/chrome/images/navigation-dropdown.png
+%%DATADIR%%/themes/chrome/images/navigation-forward.png
+%%DATADIR%%/themes/chrome/images/navigation-home.png
+%%DATADIR%%/themes/chrome/images/navigation-reload.png
+%%DATADIR%%/themes/chrome/images/navigation-stop.png
+%%DATADIR%%/themes/chrome/images/navigation-supermenu.png
+%%DATADIR%%/themes/chrome/images/rss.png
+%%DATADIR%%/themes/chrome/images/search-icon.png
+%%DATADIR%%/themes/chrome/images/searchbar-provider-bg.png
+%%DATADIR%%/themes/chrome/images/semi-transp.png
+%%DATADIR%%/themes/chrome/images/siteicon-bg.png
+%%DATADIR%%/themes/chrome/images/siteicon-secure-bg.png
+%%DATADIR%%/themes/chrome/images/star-a.png
+%%DATADIR%%/themes/chrome/images/star.png
+%%DATADIR%%/themes/chrome/images/tab-left-arrow.png
+%%DATADIR%%/themes/chrome/images/tab-right-arrow.png
+%%DATADIR%%/themes/chrome/images/tabbar-addtab.png
+%%DATADIR%%/themes/chrome/images/tabs-bg.png
+%%DATADIR%%/themes/chrome/images/tabs-list-button.png
+%%DATADIR%%/themes/chrome/images/toolbar-bg.png
+%%DATADIR%%/themes/chrome/images/transp.png
+%%DATADIR%%/themes/chrome/linux.css
+%%DATADIR%%/themes/chrome/main.css
+%%DATADIR%%/themes/chrome/rtl.css
+%%DATADIR%%/themes/chrome/theme.info
+%%DATADIR%%/themes/chrome/theme.license
+%%DATADIR%%/themes/chrome/theme.png
+%%DATADIR%%/themes/chrome/windows.css
+%%DATADIR%%/themes/default/images/arrow-down.gif
+%%DATADIR%%/themes/default/images/background.png
+%%DATADIR%%/themes/default/images/flash.png
+%%DATADIR%%/themes/default/images/flashstart.png
+%%DATADIR%%/themes/default/images/gotoaddress.png
+%%DATADIR%%/themes/default/images/key.png
+%%DATADIR%%/themes/default/images/library-bg-left.png
+%%DATADIR%%/themes/default/images/library-bg-top-right.png
+%%DATADIR%%/themes/default/images/library-bg-top.png
+%%DATADIR%%/themes/default/images/lineedit-bg.png
+%%DATADIR%%/themes/default/images/navigation-addtab.png
+%%DATADIR%%/themes/default/images/navigation-back.png
+%%DATADIR%%/themes/default/images/navigation-forward.png
+%%DATADIR%%/themes/default/images/navigation-home.png
+%%DATADIR%%/themes/default/images/navigation-reload.png
+%%DATADIR%%/themes/default/images/navigation-stop.png
+%%DATADIR%%/themes/default/images/navigation-supmenu.png
+%%DATADIR%%/themes/default/images/rss.png
+%%DATADIR%%/themes/default/images/search.png
+%%DATADIR%%/themes/default/images/semi-transp.png
+%%DATADIR%%/themes/default/images/siteicon-bg-secure.png
+%%DATADIR%%/themes/default/images/siteicon-bg.png
+%%DATADIR%%/themes/default/images/star.png
+%%DATADIR%%/themes/default/images/starg.png
+%%DATADIR%%/themes/default/images/tab-left-arrow.png
+%%DATADIR%%/themes/default/images/tab-right-arrow.png
+%%DATADIR%%/themes/default/images/tabs-list-button.png
+%%DATADIR%%/themes/default/images/transp.png
+%%DATADIR%%/themes/default/main.css
+%%DATADIR%%/themes/default/rtl.css
+%%DATADIR%%/themes/default/theme.info
+%%DATADIR%%/themes/default/theme.png
+%%DATADIR%%/themes/default/windows.css
+%%DATADIR%%/themes/linux/images/edit-find.png
+%%DATADIR%%/themes/linux/images/flash.png
+%%DATADIR%%/themes/linux/images/flashstart.png
+%%DATADIR%%/themes/linux/images/go-home.png
+%%DATADIR%%/themes/linux/images/go-next.png
+%%DATADIR%%/themes/linux/images/go-previous.png
+%%DATADIR%%/themes/linux/images/gotoaddress.png
+%%DATADIR%%/themes/linux/images/key.png
+%%DATADIR%%/themes/linux/images/library-bg-left.png
+%%DATADIR%%/themes/linux/images/library-bg-top-right.png
+%%DATADIR%%/themes/linux/images/library-bg-top.png
+%%DATADIR%%/themes/linux/images/library-search-bg.png
+%%DATADIR%%/themes/linux/images/list-add.png
+%%DATADIR%%/themes/linux/images/navigation-dropdown.png
+%%DATADIR%%/themes/linux/images/preferences-desktop.png
+%%DATADIR%%/themes/linux/images/process-stop.png
+%%DATADIR%%/themes/linux/images/rss.png
+%%DATADIR%%/themes/linux/images/semi-transp.png
+%%DATADIR%%/themes/linux/images/star-a.png
+%%DATADIR%%/themes/linux/images/star.png
+%%DATADIR%%/themes/linux/images/tab-left-arrow.png
+%%DATADIR%%/themes/linux/images/tab-right-arrow.png
+%%DATADIR%%/themes/linux/images/tabs-list-button.png
+%%DATADIR%%/themes/linux/images/transp.png
+%%DATADIR%%/themes/linux/images/view-refresh.png
+%%DATADIR%%/themes/linux/images/websearch-bg.png
+%%DATADIR%%/themes/linux/main.css
+%%DATADIR%%/themes/linux/rtl.css
+%%DATADIR%%/themes/linux/theme.info
+%%DATADIR%%/themes/linux/theme.png
+%%DATADIR%%/themes/mac/images/feed-icon.png
+%%DATADIR%%/themes/mac/images/flash.png
+%%DATADIR%%/themes/mac/images/flashstart.png
+%%DATADIR%%/themes/mac/images/gotoaddress.png
+%%DATADIR%%/themes/mac/images/key.png
+%%DATADIR%%/themes/mac/images/library-bg-left.png
+%%DATADIR%%/themes/mac/images/library-bg-top-right.png
+%%DATADIR%%/themes/mac/images/library-bg-top.png
+%%DATADIR%%/themes/mac/images/library-search-bg.png
+%%DATADIR%%/themes/mac/images/lineedit-bg.png
+%%DATADIR%%/themes/mac/images/navigation-addtab.png
+%%DATADIR%%/themes/mac/images/navigation-back.png
+%%DATADIR%%/themes/mac/images/navigation-dropdown.png
+%%DATADIR%%/themes/mac/images/navigation-forward.png
+%%DATADIR%%/themes/mac/images/navigation-home.png
+%%DATADIR%%/themes/mac/images/navigation-reload.png
+%%DATADIR%%/themes/mac/images/navigation-stop.png
+%%DATADIR%%/themes/mac/images/navigation-supermenu.png
+%%DATADIR%%/themes/mac/images/search-icon.png
+%%DATADIR%%/themes/mac/images/searchbar-provider-bg.png
+%%DATADIR%%/themes/mac/images/semi-transp.png
+%%DATADIR%%/themes/mac/images/siteicon-bg.png
+%%DATADIR%%/themes/mac/images/siteicon-secure-bg.png
+%%DATADIR%%/themes/mac/images/splitter.png
+%%DATADIR%%/themes/mac/images/star-a.png
+%%DATADIR%%/themes/mac/images/star.png
+%%DATADIR%%/themes/mac/images/tab-left-arrow.png
+%%DATADIR%%/themes/mac/images/tab-right-arrow.png
+%%DATADIR%%/themes/mac/images/tabbar-addtab.png
+%%DATADIR%%/themes/mac/images/tabs-bg.png
+%%DATADIR%%/themes/mac/images/tabs-list-button.png
+%%DATADIR%%/themes/mac/images/tabs-list-button_rtl.png
+%%DATADIR%%/themes/mac/images/toolbar-bg.png
+%%DATADIR%%/themes/mac/images/transp.png
+%%DATADIR%%/themes/mac/linux.css
+%%DATADIR%%/themes/mac/main.css
+%%DATADIR%%/themes/mac/rtl.css
+%%DATADIR%%/themes/mac/theme.info
+%%DATADIR%%/themes/mac/theme.license
+%%DATADIR%%/themes/mac/theme.png
+%%DATADIR%%/themes/mac/windows.css
+%%DATADIR%%/themes/windows/images/flash.png
+%%DATADIR%%/themes/windows/images/flashstart.png
+%%DATADIR%%/themes/windows/images/gotoaddress.png
+%%DATADIR%%/themes/windows/images/key.png
+%%DATADIR%%/themes/windows/images/library-bg-left.png
+%%DATADIR%%/themes/windows/images/library-bg-top-right.png
+%%DATADIR%%/themes/windows/images/library-bg-top.png
+%%DATADIR%%/themes/windows/images/library-search-bg.png
+%%DATADIR%%/themes/windows/images/lineedit-bg.png
+%%DATADIR%%/themes/windows/images/navigation-addtab.png
+%%DATADIR%%/themes/windows/images/navigation-back.png
+%%DATADIR%%/themes/windows/images/navigation-dropdown.png
+%%DATADIR%%/themes/windows/images/navigation-forward.png
+%%DATADIR%%/themes/windows/images/navigation-home.png
+%%DATADIR%%/themes/windows/images/navigation-reload.png
+%%DATADIR%%/themes/windows/images/navigation-stop.png
+%%DATADIR%%/themes/windows/images/navigation-supermenu.png
+%%DATADIR%%/themes/windows/images/rss.png
+%%DATADIR%%/themes/windows/images/search-icon.png
+%%DATADIR%%/themes/windows/images/searchbar-provider-bg.png
+%%DATADIR%%/themes/windows/images/semi-transp.png
+%%DATADIR%%/themes/windows/images/siteicon-bg.png
+%%DATADIR%%/themes/windows/images/siteicon-secure-bg.png
+%%DATADIR%%/themes/windows/images/star-a.png
+%%DATADIR%%/themes/windows/images/star.png
+%%DATADIR%%/themes/windows/images/tab-active-bg.png
+%%DATADIR%%/themes/windows/images/tab-deactive-bg.png
+%%DATADIR%%/themes/windows/images/tab-deactive-hover-bg.png
+%%DATADIR%%/themes/windows/images/tab-left-arrow.png
+%%DATADIR%%/themes/windows/images/tab-right-arrow.png
+%%DATADIR%%/themes/windows/images/tabbar-addtab-outside.png
+%%DATADIR%%/themes/windows/images/tabbar-addtab.png
+%%DATADIR%%/themes/windows/images/tabbar-addtab_rtl.png
+%%DATADIR%%/themes/windows/images/tabs-bg.png
+%%DATADIR%%/themes/windows/images/tabs-list-button.png
+%%DATADIR%%/themes/windows/images/toolbar-bg.png
+%%DATADIR%%/themes/windows/images/transp.png
+%%DATADIR%%/themes/windows/linux.css
+%%DATADIR%%/themes/windows/main.css
+%%DATADIR%%/themes/windows/rtl.css
+%%DATADIR%%/themes/windows/theme.info
+%%DATADIR%%/themes/windows/theme.license
+%%DATADIR%%/themes/windows/theme.png
+%%DATADIR%%/themes/windows/windows.css
+@dirrmtry %%DATADIR%%/themes/windows/images
+@dirrmtry %%DATADIR%%/themes/windows
+@dirrmtry %%DATADIR%%/themes/mac/images
+@dirrmtry %%DATADIR%%/themes/mac
+@dirrmtry %%DATADIR%%/themes/linux/images
+@dirrmtry %%DATADIR%%/themes/linux
+@dirrmtry %%DATADIR%%/themes/default/images
+@dirrmtry %%DATADIR%%/themes/default
+@dirrmtry %%DATADIR%%/themes/chrome/images
+@dirrmtry %%DATADIR%%/themes/chrome
+@dirrmtry %%DATADIR%%/themes
+@dirrmtry %%DATADIR%%/locale
+@dirrmtry %%DATADIR%%
 @dirrmtry share/icons/hicolor/64x64/apps
 @dirrmtry share/icons/hicolor/64x64
 @dirrmtry share/icons/hicolor/48x48/apps
@@ -276,3 +303,4 @@
 @dirrmtry share/icons
 @dirrmtry share/bash-completion/completions
 @dirrmtry share/bash-completion
+@dirrmtry lib/qupzilla


>Release-Note:
>Audit-Trail:
>Unformatted:



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