Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 14:53:27 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342544 - in head/www/qupzilla: . files
Message-ID:  <201402041453.s14ErR2u008716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Feb  4 14:53:26 2014
New Revision: 342544
URL: http://svnweb.freebsd.org/changeset/ports/342544
QAT: https://qat.redports.org/buildarchive/r342544/

Log:
  - Update to 1.6.1
  - Use new LIB_DEPENDS format
  
  PR:		ports/186261
  Submitted by:	Javad Kouhi <javad.kouhi@gmail.com> (maintainer)

Added:
  head/www/qupzilla/files/
  head/www/qupzilla/files/patch-src__lib__3rdparty__processinfo.h   (contents, props changed)
  head/www/qupzilla/files/patch-src__main__main.cpp   (contents, props changed)
  head/www/qupzilla/files/patch-src__main__main.pro   (contents, props changed)
  head/www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc   (contents, props changed)
  head/www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc   (contents, props changed)
  head/www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc   (contents, props changed)
Modified:
  head/www/qupzilla/Makefile
  head/www/qupzilla/distinfo
  head/www/qupzilla/pkg-plist

Modified: head/www/qupzilla/Makefile
==============================================================================
--- head/www/qupzilla/Makefile	Tue Feb  4 14:52:26 2014	(r342543)
+++ head/www/qupzilla/Makefile	Tue Feb  4 14:53:26 2014	(r342544)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	qupzilla
-PORTVERSION=	1.4.4
+PORTVERSION=	1.6.1
 CATEGORIES=	www
 MASTER_SITES=	http://www.qupzilla.com/uploads/
 DISTNAME=	QupZilla-${PORTVERSION}
@@ -11,9 +11,10 @@ COMMENT=	Modern web browser based on Web
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
+LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
+		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 
-USES=		desktop-file-utils qmake
+USES=		desktop-file-utils pkgconfig qmake
 USE_QT4=	gui moc_build rcc_build uic_build webkit \
 		dbus xml script sql network imageformats_run linguist_build
 QMAKE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
@@ -25,6 +26,8 @@ post-patch:
 		${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>

Modified: head/www/qupzilla/distinfo
==============================================================================
--- head/www/qupzilla/distinfo	Tue Feb  4 14:52:26 2014	(r342543)
+++ head/www/qupzilla/distinfo	Tue Feb  4 14:53:26 2014	(r342544)
@@ -1,2 +1,2 @@
-SHA256 (QupZilla-1.4.4.tar.gz) = dc72d7b5d75e1348bf9c3c43267946a88a1fcc70045a0d50f6972cd679e5366b
-SIZE (QupZilla-1.4.4.tar.gz) = 3949537
+SHA256 (QupZilla-1.6.1.tar.gz) = 24fc9a90a9991178a935ab0f5ad2091c52729b08cfd6d8f26f92fef5c0386960
+SIZE (QupZilla-1.6.1.tar.gz) = 4646566

Added: head/www/qupzilla/files/patch-src__lib__3rdparty__processinfo.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qupzilla/files/patch-src__lib__3rdparty__processinfo.h	Tue Feb  4 14:53:26 2014	(r342544)
@@ -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"

Added: head/www/qupzilla/files/patch-src__main__main.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qupzilla/files/patch-src__main__main.cpp	Tue Feb  4 14:53:26 2014	(r342544)
@@ -0,0 +1,29 @@
+--- src/main/main.cpp.orig	2014-01-26 19:33:25.000000000 +0100
++++ src/main/main.cpp	2014-01-30 21:21:44.272275856 +0100
+@@ -21,7 +21,7 @@
+ #include <QMessageBox> // For QT_REQUIRE_VERSION
+ #include <iostream>
+ 
+-#if defined(Q_OS_LINUX) || defined(__GLIBC__)
++#if defined(Q_OS_LINUX) || defined(__FreeBSD__)
+ #include <signal.h>
+ #include <execinfo.h>
+ 
+@@ -111,7 +111,7 @@
+         break;
+     }
+ }
+-#endif // defined(Q_OS_LINUX) || defined(__GLIBC__)
++#endif // defined(Q_OS_LINUX) || defined(__FreeBSD__)
+ 
+ #ifndef Q_OS_WIN
+ #if (QT_VERSION < 0x050000)
+@@ -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

Added: head/www/qupzilla/files/patch-src__main__main.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qupzilla/files/patch-src__main__main.pro	Tue Feb  4 14:53:26 2014	(r342544)
@@ -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)

Added: head/www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc	Tue Feb  4 14:53:26 2014	(r342544)
@@ -0,0 +1,10 @@
+--- src/plugins/MouseGestures/mousegestures.qrc.orig	2014-01-26 19:33:25.000000000 +0100
++++ src/plugins/MouseGestures/mousegestures.qrc	2014-02-03 22:48:45.660367126 +0100
+@@ -22,7 +22,6 @@
+         <file>locale/fr_FR.qm</file>
+         <file>locale/gl_ES.qm</file>
+         <file>locale/he_IL.qm</file>
+-        <file>locale/hu_HU.qm</file>
+         <file>locale/id_ID.qm</file>
+         <file>locale/it_IT.qm</file>
+         <file>locale/ja_JP.qm</file>

Added: head/www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc	Tue Feb  4 14:53:26 2014	(r342544)
@@ -0,0 +1,26 @@
+--- src/plugins/PIM/PIM_res.qrc.orig	2014-01-26 19:33:25.000000000 +0100
++++ src/plugins/PIM/PIM_res.qrc	2014-02-03 22:31:28.197431760 +0100
+@@ -12,23 +12,19 @@
+         <file>locale/fr_FR.qm</file>
+         <file>locale/gl_ES.qm</file>
+         <file>locale/he_IL.qm</file>
+-        <file>locale/hu_HU.qm</file>
+         <file>locale/id_ID.qm</file>
+         <file>locale/it_IT.qm</file>
+         <file>locale/ja_JP.qm</file>
+-        <file>locale/ka_GE.qm</file>
+         <file>locale/nl_NL.qm</file>
+         <file>locale/pl_PL.qm</file>
+         <file>locale/pt_BR.qm</file>
+         <file>locale/pt_PT.qm</file>
+-        <file>locale/ro_RO.qm</file>
+         <file>locale/ru_RU.qm</file>
+         <file>locale/sk_SK.qm</file>
+         <file>locale/sr_BA.qm</file>
+         <file>locale/sr_BA@latin.qm</file>
+         <file>locale/sr_RS.qm</file>
+         <file>locale/sr_RS@latin.qm</file>
+-        <file>locale/sv_SE.qm</file>
+         <file>locale/tr_TR.qm</file>
+         <file>locale/uk_UA.qm</file>
+         <file>locale/zh_CN.qm</file>

Added: head/www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc	Tue Feb  4 14:53:26 2014	(r342544)
@@ -0,0 +1,18 @@
+--- src/plugins/TestPlugin/testplugin.qrc.orig	2014-01-26 19:33:25.000000000 +0100
++++ src/plugins/TestPlugin/testplugin.qrc	2014-02-03 22:50:24.248343569 +0100
+@@ -10,7 +10,6 @@
+         <file>locale/fr_FR.qm</file>
+         <file>locale/gl_ES.qm</file>
+         <file>locale/he_IL.qm</file>
+-        <file>locale/hu_HU.qm</file>
+         <file>locale/id_ID.qm</file>
+         <file>locale/it_IT.qm</file>
+         <file>locale/ja_JP.qm</file>
+@@ -18,7 +17,6 @@
+         <file>locale/nl_NL.qm</file>
+         <file>locale/pl_PL.qm</file>
+         <file>locale/pt_BR.qm</file>
+-        <file>locale/pt_PT.qm</file>
+         <file>locale/ro_RO.qm</file>
+         <file>locale/ru_RU.qm</file>
+         <file>locale/sk_SK.qm</file>

Modified: head/www/qupzilla/pkg-plist
==============================================================================
--- head/www/qupzilla/pkg-plist	Tue Feb  4 14:52:26 2014	(r342543)
+++ head/www/qupzilla/pkg-plist	Tue Feb  4 14:53:26 2014	(r342544)
@@ -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.1
 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,270 @@ share/icons/hicolor/32x32/apps/qupzilla.
 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/ca_ES.qm
+%%DATADIR%%/locale/cs_CZ.qm
+%%DATADIR%%/locale/de_DE.qm
+%%DATADIR%%/locale/el_GR.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/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 +297,4 @@ share/qupzilla/themes/windows/windows.cs
 @dirrmtry share/icons
 @dirrmtry share/bash-completion/completions
 @dirrmtry share/bash-completion
+@dirrmtry lib/qupzilla



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