svn commit: r463644 - in head/www: . falkon falkon/files

Adriaan de Groot adridg at FreeBSD.org
Mon Mar 5 11:25:36 UTC 2018


Author: adridg
Date: Mon Mar  5 11:25:35 2018
New Revision: 463644
URL: https://svnweb.freebsd.org/changeset/ports/463644

Log:
  New port: www/falkon, the successor to www/qupzilla-qt5
  
  Qupzilla has migrated to the KDE umbrella upstream, and
  renamed itself in the process. The first rebranded release
  was 2018-02-27.
  
  	https://davidrosca.blogspot.nl/2018/02/falkon-300-released.html
  
  Qupzilla settings can be migrated to Falkon with
  	cp -R ~/.config/qupzilla  ~/.config/falkon
  
  In the medium term, qupzilla-qt5 will be deprecated and
  users encouraged to move to falkon. qupzilla-qt4 is
  based on an EOL toolkit and won't be touched.
  
  Submitted by:	tcberner
  Approved by:	tcberner (mentor, implicit)
  Differential Revision:	https://reviews.freebsd.org/D13906

Added:
  head/www/falkon/
     - copied from r463643, head/www/qupzilla-qt5/
Deleted:
  head/www/falkon/files/
Modified:
  head/www/Makefile
  head/www/falkon/Makefile
  head/www/falkon/distinfo
  head/www/falkon/pkg-descr
  head/www/falkon/pkg-plist

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Mar  5 10:35:36 2018	(r463643)
+++ head/www/Makefile	Mon Mar  5 11:25:35 2018	(r463644)
@@ -156,6 +156,7 @@
     SUBDIR += eventum
     SUBDIR += extjs
     SUBDIR += fabio
+    SUBDIR += falkon
     SUBDIR += fancybox
     SUBDIR += faup
     SUBDIR += fcgi

Modified: head/www/falkon/Makefile
==============================================================================
--- head/www/qupzilla-qt5/Makefile	Mon Mar  5 10:35:36 2018	(r463643)
+++ head/www/falkon/Makefile	Mon Mar  5 11:25:35 2018	(r463644)
@@ -1,61 +1,23 @@
 # $FreeBSD$
 
-PORTNAME=	qupzilla
-PORTVERSION=	1.8.9
-PORTREVISION=	3
+PORTNAME=	falkon
+DISTVERSION=	3.0.0
 CATEGORIES=	www
-MASTER_SITES=	https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/
-PKGNAMESUFFIX=	-qt5
-DISTNAME=	QupZilla-${PORTVERSION}
+MASTER_SITES=	KDE/stable/falkon/${DISTVERSION:R}/src/
 
-MAINTAINER=	rezny at FreeBSD.org
+MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Web browser based on WebKit engine and Qt Framework
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell
+USES=		cmake:outsource desktop-file-utils kde:5 ssl tar:xz
+USE_KDE=	wallet
+USE_QT5=	core dbus gui location network printsupport qml quick \
+		sql webchannel webengine widgets x11extras \
+		buildtools_build qmake_build
+USE_XORG=	xcb
 
-CONFLICTS_INSTALL=	${PORTNAME}-qt4*
-
-USES=		desktop-file-utils pkgconfig qmake ssl tar:xz
-USE_QT5=	core concurrent gui network printsupport script sql webkit \
-		widgets x11extras xml imageformats_run sql-sqlite3_run \
-		buildtools_build linguisttools_build
-USE_XORG=	x11
-USE_GL=		gl
-CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
 USE_LDCONFIG=	yes
-INSTALLS_ICONS=	yes
-PLIST_SUB=	VERSION=${PORTVERSION}
-
-OPTIONS_DEFINE=	DBUS DEBUG GNOMEKEYRING KWALLET
-OPTIONS_DEFAULT=DBUS
-OPTIONS_SUB=	yes
-
-DBUS_USE=		QT5=dbus
-DBUS_CONFIGURE_ENV_OFF=	DISABLE_DBUS="true"
-
-GNOMEKEYRING_LIB_DEPENDS=	libgnome-keyring.so:security/libgnome-keyring
-GNOMEKEYRING_CONFIGURE_ENV=	GNOME_INTEGRATION="true"
-
-KWALLET_USES=		kde:5
-KWALLET_USE=		KDE=wallet
-KWALLET_CONFIGURE_ENV=	KDE_INTEGRATION="true"
-
-.include <bsd.port.options.mk>
-
-# work around for build failure in test plugin (single source file target)
-.if ${PORT_OPTIONS:MDEBUG}
-MAKE_JOBS_UNSAFE=	yes
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
-		${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/defines.pri \
-		${WRKSRC}/src/lib/plugins/plugins.cpp
 
 .include <bsd.port.mk>

Modified: head/www/falkon/distinfo
==============================================================================
--- head/www/qupzilla-qt5/distinfo	Mon Mar  5 10:35:36 2018	(r463643)
+++ head/www/falkon/distinfo	Mon Mar  5 11:25:35 2018	(r463644)
@@ -1,2 +1,3 @@
-SHA256 (QupZilla-1.8.9.tar.xz) = 620ffb10a3f6b3f596c2c38a84d9c320cb66dd2d5e6701e8e31945e26308fcac
-SIZE (QupZilla-1.8.9.tar.xz) = 3004644
+TIMESTAMP = 1520162599
+SHA256 (falkon-3.0.0.tar.xz) = 4e42a091e6ae434d7c3146adb876a8a5dc29d9354560087a905a0bd7fb58d7a6
+SIZE (falkon-3.0.0.tar.xz) = 1985800

Modified: head/www/falkon/pkg-descr
==============================================================================
--- head/www/qupzilla-qt5/pkg-descr	Mon Mar  5 10:35:36 2018	(r463643)
+++ head/www/falkon/pkg-descr	Mon Mar  5 11:25:35 2018	(r463644)
@@ -1,19 +1,14 @@
-QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight
+Falkon was orignially known as Qupzila.
+
+Falkon is a new and very fast QtWebEngine browser. It aims to be a lightweight
 web browser available through all major platforms. This project has been
-originally started only for educational purposes. But from its start, QupZilla
+originally started only for educational purposes. But from its start, Falkon
 has grown into a feature-rich browser.
 
-QupZilla has all standard functions you expect from a web browser. It includes
+Falkon has all standard functions you expect from a web browser. It includes
 bookmarks, history (both also in sidebar) and tabs. Above that, you can manage
 RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin,
 block Flash content with Click2Flash and edit the local CA Certificates
 database with an SSL Manager.
 
-QupZilla's main aim is to be a very fast and very stable QtWebKit browser
-available to everyone.  There are already a lot of QtWebKit browsers available,
-but they are either bound to the KDE environment (rekonq), are not actively
-developed or very unstable and miss important features. But there is missing a
-multiplatform, modern and actively developed browser. QupZilla is trying to
-fill this gap by providing a very stable browsing experience.
-
-WWW: http://www.qupzilla.com/
+WWW: https://userbase.kde.org/Falkon

Modified: head/www/falkon/pkg-plist
==============================================================================
--- head/www/qupzilla-qt5/pkg-plist	Mon Mar  5 10:35:36 2018	(r463643)
+++ head/www/falkon/pkg-plist	Mon Mar  5 11:25:35 2018	(r463644)
@@ -1,132 +1,34 @@
-bin/qupzilla
-lib/libQupZilla.so
-lib/libQupZilla.so.1
-lib/libQupZilla.so.1.8
-lib/libQupZilla.so.%%VERSION%%
-lib/qupzilla/libAccessKeysNavigation.so
-lib/qupzilla/libAutoScroll.so
-lib/qupzilla/libFlashCookieManager.so
-%%GNOMEKEYRING%%lib/qupzilla/libGnomeKeyringPasswords.so
-lib/qupzilla/libGreaseMonkey.so
-%%KWALLET%%lib/qupzilla/libKWalletPasswords.so
-lib/qupzilla/libMouseGestures.so
-lib/qupzilla/libPIM.so
-lib/qupzilla/libStatusBarIcons.so
-lib/qupzilla/libTabManager.so
-%%DEBUG%%lib/qupzilla/libTestPlugin.so
-share/appdata/qupzilla.appdata.xml
-share/applications/qupzilla.desktop
-share/bash-completion/completions/qupzilla
-share/icons/hicolor/128x128/apps/qupzilla.png
-share/icons/hicolor/16x16/apps/qupzilla.png
-share/icons/hicolor/256x256/apps/qupzilla.png
-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
-%%DATADIR%%/locale/ar_SA.qm
-%%DATADIR%%/locale/bg_BG.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_ES.qm
-%%DATADIR%%/locale/es_MX.qm
-%%DATADIR%%/locale/es_VE.qm
-%%DATADIR%%/locale/eu_ES.qm
-%%DATADIR%%/locale/fa_IR.qm
-%%DATADIR%%/locale/fi_FI.qm
-%%DATADIR%%/locale/fr_FR.qm
-%%DATADIR%%/locale/gl_ES.qm
-%%DATADIR%%/locale/he_IL.qm
-%%DATADIR%%/locale/hr_HR.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/lt.qm
-%%DATADIR%%/locale/lv_LV.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_ca.qm
-%%DATADIR%%/locale/qt_el.qm
-%%DATADIR%%/locale/qt_nl.qm
-%%DATADIR%%/locale/qt_sr.qm
-%%DATADIR%%/locale/qt_sr at ijekavian.qm
-%%DATADIR%%/locale/qt_sr at ijekavianlatin.qm
-%%DATADIR%%/locale/qt_sr at latin.qm
-%%DATADIR%%/locale/ro_RO.qm
-%%DATADIR%%/locale/ru_RU.qm
-%%DATADIR%%/locale/sk_SK.qm
-%%DATADIR%%/locale/sr.qm
-%%DATADIR%%/locale/sr at ijekavian.qm
-%%DATADIR%%/locale/sr at ijekavianlatin.qm
-%%DATADIR%%/locale/sr at latin.qm
-%%DATADIR%%/locale/sv_SE.qm
-%%DATADIR%%/locale/tr_TR.qm
-%%DATADIR%%/locale/uk_UA.qm
-%%DATADIR%%/locale/uz at Latn.qm
-%%DATADIR%%/locale/zh_CN.qm
-%%DATADIR%%/locale/zh_TW.qm
-%%DATADIR%%/themes/breathe/images/add.png
-%%DATADIR%%/themes/breathe/images/find.png
-%%DATADIR%%/themes/breathe/images/flash.png
-%%DATADIR%%/themes/breathe/images/flashstart.png
-%%DATADIR%%/themes/breathe/images/goto.png
-%%DATADIR%%/themes/breathe/images/home.png
-%%DATADIR%%/themes/breathe/images/library-bg.png
-%%DATADIR%%/themes/breathe/images/lineedit-bg.png
-%%DATADIR%%/themes/breathe/images/login.png
-%%DATADIR%%/themes/breathe/images/menu.png
-%%DATADIR%%/themes/breathe/images/navigation-dropdown.png
-%%DATADIR%%/themes/breathe/images/next.png
-%%DATADIR%%/themes/breathe/images/previous.png
-%%DATADIR%%/themes/breathe/images/reload.png
-%%DATADIR%%/themes/breathe/images/restore.png
-%%DATADIR%%/themes/breathe/images/rss.png
-%%DATADIR%%/themes/breathe/images/semi-transp.png
-%%DATADIR%%/themes/breathe/images/siteicon-bg-a.png
-%%DATADIR%%/themes/breathe/images/siteicon-bg-h.png
-%%DATADIR%%/themes/breathe/images/siteicon-bg.png
-%%DATADIR%%/themes/breathe/images/siteicon-secure-bg-a.png
-%%DATADIR%%/themes/breathe/images/siteicon-secure-bg-h.png
-%%DATADIR%%/themes/breathe/images/siteicon-secure-bg.png
-%%DATADIR%%/themes/breathe/images/star-a.png
-%%DATADIR%%/themes/breathe/images/star.png
-%%DATADIR%%/themes/breathe/images/stop.png
-%%DATADIR%%/themes/breathe/images/tab-left.png
-%%DATADIR%%/themes/breathe/images/tab-right.png
-%%DATADIR%%/themes/breathe/images/tabs-list.png
-%%DATADIR%%/themes/breathe/images/transp.png
-%%DATADIR%%/themes/breathe/images/trash.png
-%%DATADIR%%/themes/breathe/images/websearch-bg-a.png
-%%DATADIR%%/themes/breathe/images/websearch-bg-h.png
-%%DATADIR%%/themes/breathe/images/websearch-bg.png
-%%DATADIR%%/themes/breathe/main.css
-%%DATADIR%%/themes/breathe/rtl.css
-%%DATADIR%%/themes/breathe/theme.info
-%%DATADIR%%/themes/breathe/theme.png
-%%DATADIR%%/themes/chrome/images/flash.png
-%%DATADIR%%/themes/chrome/images/flashstart.png
+bin/falkon
+lib/libFalkonPrivate.so.3
+lib/libFalkonPrivate.so.3.0.0
+%%QT_PLUGINDIR%%/falkon/AutoScroll.so
+%%QT_PLUGINDIR%%/falkon/FlashCookieManager.so
+%%QT_PLUGINDIR%%/falkon/GreaseMonkey.so
+%%QT_PLUGINDIR%%/falkon/ImageFinder.so
+%%QT_PLUGINDIR%%/falkon/KWalletPasswords.so
+%%QT_PLUGINDIR%%/falkon/MouseGestures.so
+%%QT_PLUGINDIR%%/falkon/PIM.so
+%%QT_PLUGINDIR%%/falkon/StatusBarIcons.so
+%%QT_PLUGINDIR%%/falkon/TabManager.so
+%%QT_PLUGINDIR%%/falkon/VerticalTabs.so
+share/applications/org.kde.falkon.desktop
+share/bash-completion/completions/falkon
 %%DATADIR%%/themes/chrome/images/gotoaddress.png
 %%DATADIR%%/themes/chrome/images/key.png
 %%DATADIR%%/themes/chrome/images/library-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-downloads.png
 %%DATADIR%%/themes/chrome/images/navigation-dropdown.png
+%%DATADIR%%/themes/chrome/images/navigation-exit-fullscreen.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/navigation-tools-rtl.png
+%%DATADIR%%/themes/chrome/images/navigation-tools.png
 %%DATADIR%%/themes/chrome/images/search-icon.png
 %%DATADIR%%/themes/chrome/images/searchbar-provider-bg.png
 %%DATADIR%%/themes/chrome/images/semi-transp.png
@@ -138,85 +40,53 @@ share/pixmaps/qupzilla.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-closed-button.png
 %%DATADIR%%/themes/chrome/images/tabs-list-button.png
 %%DATADIR%%/themes/chrome/images/toolbar-bg.png
 %%DATADIR%%/themes/chrome/images/toolbutton-a.png
 %%DATADIR%%/themes/chrome/images/toolbutton-h.png
 %%DATADIR%%/themes/chrome/images/toolbutton.png
+%%DATADIR%%/themes/chrome/license.txt
 %%DATADIR%%/themes/chrome/linux.css
 %%DATADIR%%/themes/chrome/main.css
+%%DATADIR%%/themes/chrome/metadata.desktop
 %%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.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/images/websearchbar-bg.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/flash.png
-%%DATADIR%%/themes/linux/images/flashstart.png
-%%DATADIR%%/themes/linux/images/goto.png
-%%DATADIR%%/themes/linux/images/key.png
+%%DATADIR%%/themes/linux/images/arrow-down.svg
+%%DATADIR%%/themes/linux/images/exit-fullscreen.svg
+%%DATADIR%%/themes/linux/images/goto.svg
 %%DATADIR%%/themes/linux/images/library-bg.png
-%%DATADIR%%/themes/linux/images/menu.png
-%%DATADIR%%/themes/linux/images/navigation-dropdown.png
-%%DATADIR%%/themes/linux/images/rss.png
+%%DATADIR%%/themes/linux/images/menu.svg
 %%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/star-a.svg
+%%DATADIR%%/themes/linux/images/star.svg
+%%DATADIR%%/themes/linux/images/tab-left-arrow.svg
+%%DATADIR%%/themes/linux/images/tab-right-arrow.svg
+%%DATADIR%%/themes/linux/images/tools-rtl.svg
+%%DATADIR%%/themes/linux/images/tools.svg
 %%DATADIR%%/themes/linux/images/transp.png
-%%DATADIR%%/themes/linux/images/websearch-bg.png
+%%DATADIR%%/themes/linux/images/user.svg
 %%DATADIR%%/themes/linux/main.css
+%%DATADIR%%/themes/linux/metadata.desktop
 %%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.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-downloads.png
 %%DATADIR%%/themes/mac/images/navigation-dropdown.png
+%%DATADIR%%/themes/mac/images/navigation-exit-fullscreen.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/navigation-tools-rtl.png
+%%DATADIR%%/themes/mac/images/navigation-tools.png
 %%DATADIR%%/themes/mac/images/search-icon.png
 %%DATADIR%%/themes/mac/images/searchbar-provider-bg.png
 %%DATADIR%%/themes/mac/images/semi-transp.png
@@ -229,57 +99,424 @@ share/pixmaps/qupzilla.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-closed-button-rtl.png
+%%DATADIR%%/themes/mac/images/tabs-closed-button.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/toolbutton-a.png
+%%DATADIR%%/themes/mac/images/toolbutton-h.png
+%%DATADIR%%/themes/mac/images/toolbutton.png
 %%DATADIR%%/themes/mac/images/transp.png
-%%DATADIR%%/themes/mac/images/user-trash-full.png
+%%DATADIR%%/themes/mac/license.txt
 %%DATADIR%%/themes/mac/linux.css
 %%DATADIR%%/themes/mac/main.css
+%%DATADIR%%/themes/mac/metadata.desktop
 %%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/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/exit-fullscreen.svg
+%%DATADIR%%/themes/windows/images/goto.svg
+%%DATADIR%%/themes/windows/images/library-bg.png
+%%DATADIR%%/themes/windows/images/menu.svg
 %%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/star-a.svg
+%%DATADIR%%/themes/windows/images/star.svg
+%%DATADIR%%/themes/windows/images/tab-close-a.svg
+%%DATADIR%%/themes/windows/images/tab-close-h.svg
+%%DATADIR%%/themes/windows/images/tab-close.svg
+%%DATADIR%%/themes/windows/images/tab-left-arrow.svg
+%%DATADIR%%/themes/windows/images/tab-right-arrow.svg
+%%DATADIR%%/themes/windows/images/tools-rtl.svg
+%%DATADIR%%/themes/windows/images/tools.svg
 %%DATADIR%%/themes/windows/images/transp.png
-%%DATADIR%%/themes/windows/images/user-trash-full.png
-%%DATADIR%%/themes/windows/linux.css
+%%DATADIR%%/themes/windows/images/user.svg
 %%DATADIR%%/themes/windows/main.css
+%%DATADIR%%/themes/windows/metadata.desktop
 %%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
+share/icons/hicolor/128x128/apps/falkon.png
+share/icons/hicolor/16x16/apps/falkon.png
+share/icons/hicolor/256x256/apps/falkon.png
+share/icons/hicolor/32x32/apps/falkon.png
+share/icons/hicolor/48x48/apps/falkon.png
+share/icons/hicolor/64x64/apps/falkon.png
+share/icons/hicolor/scalable/apps/falkon.svg
+share/locale/ar/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/ar/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/ar/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/ar/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/ar/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/ar/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/ar/LC_MESSAGES/falkon_qt.qm
+share/locale/ar/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/ar/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/ar/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/ca/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/cs/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/de/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/de/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/de/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/de/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/de/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/de/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/de/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/de/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/de/LC_MESSAGES/falkon_qt.qm
+share/locale/de/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/de/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/de/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/el/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/el/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/el/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/el/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/el/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/el/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/el/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/el/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/el/LC_MESSAGES/falkon_qt.qm
+share/locale/el/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/el/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/el/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/en/LC_MESSAGES/falkon_qt.qm
+share/locale/es/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/es/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/es/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/es/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/es/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/es/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/es/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/es/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/es/LC_MESSAGES/falkon_qt.qm
+share/locale/es/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/es/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/es/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/eu/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/fa/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/fa/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/fa/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/fa/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/fa/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/fa/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/fa/LC_MESSAGES/falkon_qt.qm
+share/locale/fa/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/fa/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/fa/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/fr/LC_MESSAGES/falkon_verticaltabs_qt.qm
+share/locale/hu/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/hu/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/hu/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/hu/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/hu/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/hu/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/hu/LC_MESSAGES/falkon_qt.qm
+share/locale/hu/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/id/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/id/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/id/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/id/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/id/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/id/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/id/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/id/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/id/LC_MESSAGES/falkon_qt.qm
+share/locale/id/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/id/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/id/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/is/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/is/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/is/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/is/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/is/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/is/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/is/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/is/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/is/LC_MESSAGES/falkon_qt.qm
+share/locale/is/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/is/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/is/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/it/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/it/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/it/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/it/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/it/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/it/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/it/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/it/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/it/LC_MESSAGES/falkon_qt.qm
+share/locale/it/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/it/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/it/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/ja/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/ka/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/ka/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/ka/LC_MESSAGES/falkon_qt.qm
+share/locale/ka/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/lv/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/nb/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/nl/LC_MESSAGES/falkon_verticaltabs_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/pl/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/pt/LC_MESSAGES/falkon_verticaltabs_qt.qm
+share/locale/pt_BR/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/pt_BR/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/pt_BR/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/pt_BR/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/pt_BR/LC_MESSAGES/falkon_qt.qm
+share/locale/pt_BR/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/ro/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/ro/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/ro/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/ro/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/ro/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/ro/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/ro/LC_MESSAGES/falkon_qt.qm
+share/locale/ro/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/ru/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/sk/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/sk/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/sk/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/sk/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/sk/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/sk/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/sk/LC_MESSAGES/falkon_qt.qm
+share/locale/sk/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/sk/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/sr/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/sr at ijekavian/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/sr at ijekavianlatin/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/sr at latin/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/sv/LC_MESSAGES/falkon_verticaltabs_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/tr/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/uk/LC_MESSAGES/falkon_verticaltabs_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/zh_CN/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/zh_HK/LC_MESSAGES/falkon_testplugin_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_autoscroll_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_flashcookiemanager_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_gnomekeyringpasswords_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_greasemonkey_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_imagefinder_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_kwalletpasswords_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_mousegestures_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_pim_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_statusbaricons_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_tabmanager_qt.qm
+share/locale/zh_TW/LC_MESSAGES/falkon_testplugin_qt.qm
+share/metainfo/org.kde.falkon.appdata.xml
+share/pixmaps/falkon.png


More information about the svn-ports-all mailing list