diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-02-04 22:53:26 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-02-04 22:53:26 +0800 |
commit | 0e021fa85c17f0aed783d1f2897ac4a7fb135b0b (patch) | |
tree | 71b80a4758b4ab80ab036fba62636d41048b353f /www/qupzilla | |
parent | f385ff6ee8ac1c49ba83b8b3092f0c23c19b0161 (diff) | |
download | freebsd-ports-gnome-0e021fa85c17f0aed783d1f2897ac4a7fb135b0b.tar.gz freebsd-ports-gnome-0e021fa85c17f0aed783d1f2897ac4a7fb135b0b.tar.zst freebsd-ports-gnome-0e021fa85c17f0aed783d1f2897ac4a7fb135b0b.zip |
- Update to 1.6.1
- Use new LIB_DEPENDS format
PR: ports/186261
Submitted by: Javad Kouhi <javad.kouhi@gmail.com> (maintainer)
Diffstat (limited to 'www/qupzilla')
-rw-r--r-- | www/qupzilla/Makefile | 11 | ||||
-rw-r--r-- | www/qupzilla/distinfo | 4 | ||||
-rw-r--r-- | www/qupzilla/files/patch-src__lib__3rdparty__processinfo.h | 11 | ||||
-rw-r--r-- | www/qupzilla/files/patch-src__main__main.cpp | 29 | ||||
-rw-r--r-- | www/qupzilla/files/patch-src__main__main.pro | 11 | ||||
-rw-r--r-- | www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc | 10 | ||||
-rw-r--r-- | www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc | 26 | ||||
-rw-r--r-- | www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc | 18 | ||||
-rw-r--r-- | www/qupzilla/pkg-plist | 514 |
9 files changed, 382 insertions, 252 deletions
diff --git a/www/qupzilla/Makefile b/www/qupzilla/Makefile index 96a757acb4a0..310e5444f389 100644 --- a/www/qupzilla/Makefile +++ b/www/qupzilla/Makefile @@ -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 WebKit core and Qt Framework 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> diff --git a/www/qupzilla/distinfo b/www/qupzilla/distinfo index 245a6cacd7ff..e52c09d688a7 100644 --- a/www/qupzilla/distinfo +++ b/www/qupzilla/distinfo @@ -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 diff --git a/www/qupzilla/files/patch-src__lib__3rdparty__processinfo.h b/www/qupzilla/files/patch-src__lib__3rdparty__processinfo.h new file mode 100644 index 000000000000..12c8d38cf089 --- /dev/null +++ b/www/qupzilla/files/patch-src__lib__3rdparty__processinfo.h @@ -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" diff --git a/www/qupzilla/files/patch-src__main__main.cpp b/www/qupzilla/files/patch-src__main__main.cpp new file mode 100644 index 000000000000..5f619199ef23 --- /dev/null +++ b/www/qupzilla/files/patch-src__main__main.cpp @@ -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 diff --git a/www/qupzilla/files/patch-src__main__main.pro b/www/qupzilla/files/patch-src__main__main.pro new file mode 100644 index 000000000000..7c5497547126 --- /dev/null +++ b/www/qupzilla/files/patch-src__main__main.pro @@ -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) diff --git a/www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc b/www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc new file mode 100644 index 000000000000..9284bf8ae747 --- /dev/null +++ b/www/qupzilla/files/patch-src__plugins__MouseGestures__mousegestures.qrc @@ -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> diff --git a/www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc b/www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc new file mode 100644 index 000000000000..f5b1c8f13276 --- /dev/null +++ b/www/qupzilla/files/patch-src__plugins__PIM__PIM_res.qrc @@ -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> diff --git a/www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc b/www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc new file mode 100644 index 000000000000..2b93b63a6d18 --- /dev/null +++ b/www/qupzilla/files/patch-src__plugins__TestPlugin__testplugin.qrc @@ -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> diff --git a/www/qupzilla/pkg-plist b/www/qupzilla/pkg-plist index 523691f91e2b..d5d9bdb1cbd0 100644 --- a/www/qupzilla/pkg-plist +++ b/www/qupzilla/pkg-plist @@ -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.png 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.css @dirrmtry share/icons @dirrmtry share/bash-completion/completions @dirrmtry share/bash-completion +@dirrmtry lib/qupzilla |