public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2012-02-03  4:22 Ben de Groot
  0 siblings, 0 replies; 30+ messages in thread
From: Ben de Groot @ 2012-02-03  4:22 UTC (permalink / raw
  To: gentoo-commits

commit:     955bed47725c3b8eac181163760d88d58e2798dc
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Fri Feb  3 04:22:15 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Fri Feb  3 04:22:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=955bed47

www-client/qupzilla: initial commit of new Qt WebKit web browser

---
 www-client/qupzilla/Manifest              |    2 +
 www-client/qupzilla/qupzilla-1.1.5.ebuild |   33 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
new file mode 100644
index 0000000..a99207d
--- /dev/null
+++ b/www-client/qupzilla/Manifest
@@ -0,0 +1,2 @@
+DIST qupzilla-1.1.5.tar.gz 2819836 RMD160 b969b3eccaa2fb684a778bccb26992c65161af74 SHA1 8e0c6f63a415d54eec07943ecf9cff97efd7c774 SHA256 875e4113dda1c0b2776cecbcc28c8251b444f928f2393151488880b26fc77507
+EBUILD qupzilla-1.1.5.ebuild 651 RMD160 5fea738c165aca83b8965181c07aa4741e56678c SHA1 434aa5bac5a34af42bbd15f0d79f66833e4e0bc4 SHA256 78f7d91fdb0cbd64efe7bf4f5a588fc048232b8f7fb65140d7ad596b69241e78

diff --git a/www-client/qupzilla/qupzilla-1.1.5.ebuild b/www-client/qupzilla/qupzilla-1.1.5.ebuild
new file mode 100644
index 0000000..4005574
--- /dev/null
+++ b/www-client/qupzilla/qupzilla-1.1.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit qt4-r2
+
+DESCRIPTION="Qt WebKit web browser"
+HOMEPAGE="http://www.qupzilla.com/"
+SRC_URI="https://github.com/nowrep/QupZilla/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug kde"
+
+DEPEND="x11-libs/qt-gui:4
+	x11-libs/qt-script:4
+	x11-libs/qt-sql:4
+	x11-libs/qt-webkit:4[dbus]" #TODO: check if dbus is optional
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/nowrep-QupZilla-bbe1ef9"
+
+src_configure() {
+	if use kde ; then
+		KDE=true eqmake4
+	else
+		eqmake4
+	fi
+}
+
+# TODO: translation handling



^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2012-02-03 23:36 Johannes Huber
  0 siblings, 0 replies; 30+ messages in thread
From: Johannes Huber @ 2012-02-03 23:36 UTC (permalink / raw
  To: gentoo-commits

commit:     bdd972699639c474600bae8f21e2f1b14b6552df
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 23:40:05 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 23:40:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bdd97269

[www-client/qupzilla] Add missing metadata.xml.

(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)

---
 www-client/qupzilla/metadata.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml
new file mode 100644
index 0000000..dc439f7
--- /dev/null
+++ b/www-client/qupzilla/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>qt</herd>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2012-03-03  4:02 Ben de Groot
  0 siblings, 0 replies; 30+ messages in thread
From: Ben de Groot @ 2012-03-03  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8beefbdd7970fa98a64d3ac59a2af4d3047a8eff
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Sat Mar  3 04:02:11 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Sat Mar  3 04:02:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8beefbdd

www-client/qupzilla: version bump to 1.1.8

---
 www-client/qupzilla/Manifest                       |    2 +-
 ...qupzilla-1.1.5.ebuild => qupzilla-1.1.8.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
index 7ebf667..3d168aa 100644
--- a/www-client/qupzilla/Manifest
+++ b/www-client/qupzilla/Manifest
@@ -1 +1 @@
-DIST qupzilla-1.1.5.tar.gz 2819836 RMD160 b969b3eccaa2fb684a778bccb26992c65161af74 SHA1 8e0c6f63a415d54eec07943ecf9cff97efd7c774 SHA256 875e4113dda1c0b2776cecbcc28c8251b444f928f2393151488880b26fc77507
+DIST qupzilla-1.1.8.tar.gz 3274020 SHA256 d0ba1c7825857cca975de15d3f625d5cb81753ca671ec2fead56b5790ddbf3ca SHA512 194a7601b33ce13ffac9ba64717bc8065944dff46f002010f9eacc903a01ec6aebef7a55cee687a8ac5af589dc57ad786b0c42825c038221620b07f392e7f01f WHIRLPOOL 9c0621bb12c8575c5f789deec265900f0dfb49dd609b726e01bb8ac6afd4ec9b9ab01ca1609fe5927728e47752d403a79cb969fe55a8471dba57570093c09173

diff --git a/www-client/qupzilla/qupzilla-1.1.5.ebuild b/www-client/qupzilla/qupzilla-1.1.8.ebuild
similarity index 94%
rename from www-client/qupzilla/qupzilla-1.1.5.ebuild
rename to www-client/qupzilla/qupzilla-1.1.8.ebuild
index 4005574..2f0100a 100644
--- a/www-client/qupzilla/qupzilla-1.1.5.ebuild
+++ b/www-client/qupzilla/qupzilla-1.1.8.ebuild
@@ -20,7 +20,7 @@ DEPEND="x11-libs/qt-gui:4
 	x11-libs/qt-webkit:4[dbus]" #TODO: check if dbus is optional
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/nowrep-QupZilla-bbe1ef9"
+S="${WORKDIR}/nowrep-QupZilla-c6455f0"
 
 src_configure() {
 	if use kde ; then



^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2012-03-31 13:17 Davide Pesavento
  0 siblings, 0 replies; 30+ messages in thread
From: Davide Pesavento @ 2012-03-31 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e583b16f34b629c43287d295dbc864fbe54e7fce
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sat Mar 31 13:17:07 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 13:17:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e583b16f

[www-client/qupzilla] Moved to portage.

---
 www-client/qupzilla/Manifest              |    1 -
 www-client/qupzilla/metadata.xml          |    5 ----
 www-client/qupzilla/qupzilla-1.1.8.ebuild |   33 -----------------------------
 3 files changed, 0 insertions(+), 39 deletions(-)

diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
deleted file mode 100644
index 3d168aa..0000000
--- a/www-client/qupzilla/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qupzilla-1.1.8.tar.gz 3274020 SHA256 d0ba1c7825857cca975de15d3f625d5cb81753ca671ec2fead56b5790ddbf3ca SHA512 194a7601b33ce13ffac9ba64717bc8065944dff46f002010f9eacc903a01ec6aebef7a55cee687a8ac5af589dc57ad786b0c42825c038221620b07f392e7f01f WHIRLPOOL 9c0621bb12c8575c5f789deec265900f0dfb49dd609b726e01bb8ac6afd4ec9b9ab01ca1609fe5927728e47752d403a79cb969fe55a8471dba57570093c09173

diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml
deleted file mode 100644
index dc439f7..0000000
--- a/www-client/qupzilla/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>qt</herd>
-</pkgmetadata>

diff --git a/www-client/qupzilla/qupzilla-1.1.8.ebuild b/www-client/qupzilla/qupzilla-1.1.8.ebuild
deleted file mode 100644
index 2f0100a..0000000
--- a/www-client/qupzilla/qupzilla-1.1.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-inherit qt4-r2
-
-DESCRIPTION="Qt WebKit web browser"
-HOMEPAGE="http://www.qupzilla.com/"
-SRC_URI="https://github.com/nowrep/QupZilla/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug kde"
-
-DEPEND="x11-libs/qt-gui:4
-	x11-libs/qt-script:4
-	x11-libs/qt-sql:4
-	x11-libs/qt-webkit:4[dbus]" #TODO: check if dbus is optional
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/nowrep-QupZilla-c6455f0"
-
-src_configure() {
-	if use kde ; then
-		KDE=true eqmake4
-	else
-		eqmake4
-	fi
-}
-
-# TODO: translation handling



^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2012-09-03  3:33 Ben de Groot
  0 siblings, 0 replies; 30+ messages in thread
From: Ben de Groot @ 2012-09-03  3:33 UTC (permalink / raw
  To: gentoo-commits

commit:     82bd4aab527209f39ba9eeba8e20ac80c3109f6e
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Mon Sep  3 03:32:50 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Mon Sep  3 03:32:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=82bd4aab

www-client/qupzilla: add live ebuild

---
 www-client/qupzilla/metadata.xml         |    5 ++++
 www-client/qupzilla/qupzilla-9999.ebuild |   37 ++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml
new file mode 100644
index 0000000..3cbebd8
--- /dev/null
+++ b/www-client/qupzilla/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>qt</herd>
+</pkgmetadata>

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
new file mode 100644
index 0000000..a53d906
--- /dev/null
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.3.1.ebuild,v 1.3 2012/08/16 10:01:11 johu Exp $
+
+EAPI=4
+
+inherit multilib qt4-r2 git-2
+
+DESCRIPTION="Qt WebKit web browser"
+HOMEPAGE="http://www.qupzilla.com/"
+EGIT_REPO_URI="git://github.com/QupZilla/${PN}.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="dbus debug kde"
+
+DEPEND="
+	>=x11-libs/qt-core-4.7:4
+	>=x11-libs/qt-gui-4.7:4
+	>=x11-libs/qt-script-4.7:4
+	>=x11-libs/qt-sql-4.7:4
+	>=x11-libs/qt-webkit-4.7:4
+	dbus? ( >=x11-libs/qt-dbus-4.7:4 )
+"
+RDEPEND="${DEPEND}"
+
+DOCS="AUTHORS CHANGELOG FAQ TODO"
+
+src_configure() {
+	export QUPZILLA_PREFIX=${EPREFIX}/usr/
+	export USE_LIBPATH=${QUPZILLA_PREFIX}$(get_libdir)
+	export DISABLE_DBUS=$(use dbus && echo false || echo true)
+	export KDE=$(use kde && echo true || echo false)
+
+	eqmake4
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2012-09-17 16:58 Ben de Groot
  0 siblings, 0 replies; 30+ messages in thread
From: Ben de Groot @ 2012-09-17 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c7ff6e508208cf588501eabf153592163386295e
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 16:57:48 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Mon Sep 17 16:57:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c7ff6e50

www-client/qupzilla: add 1.3.5 release; translation handling still needs work

---
 www-client/qupzilla/qupzilla-1.3.5.ebuild |   55 +++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-1.3.5.ebuild b/www-client/qupzilla/qupzilla-1.3.5.ebuild
new file mode 100644
index 0000000..d2e50fe
--- /dev/null
+++ b/www-client/qupzilla/qupzilla-1.3.5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.3.1.ebuild,v 1.3 2012/08/16 10:01:11 johu Exp $
+
+EAPI=4
+PLOCALES="cs de el es fa fr hu it ja nl pl pt ru sk sr_BA sr_RS sv uk zh_CN zh_TW"
+inherit l10n multilib qt4-r2 vcs-snapshot
+
+MY_P="QupZilla-${PV}"
+
+DESCRIPTION="Qt WebKit web browser"
+HOMEPAGE="http://www.qupzilla.com/"
+SRC_URI="https://github.com/downloads/QupZilla/qupzilla/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus debug kde nonblockdialogs"
+
+DEPEND="
+	>=x11-libs/qt-core-4.7:4
+	>=x11-libs/qt-gui-4.7:4
+	>=x11-libs/qt-script-4.7:4
+	>=x11-libs/qt-sql-4.7:4
+	>=x11-libs/qt-webkit-4.7:4
+	dbus? ( >=x11-libs/qt-dbus-4.7:4 )"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS="AUTHORS BUILDING CHANGELOG FAQ README.md TODO"
+
+src_configure() {
+	# see BUILDING document for explanation of options
+	export QUPZILLA_PREFIX=${EPREFIX}/usr/
+	export USE_LIBPATH=${QUPZILLA_PREFIX}$(get_libdir)
+	export DISABLE_DBUS=$(use dbus && echo false || echo true)
+	export KDE=$(use kde && echo true || echo false) # in future this will enable nepomuk integration
+	export NONBLOCK_JS_DIALOGS=$(use nonblockdialogs && echo true || echo false)
+	has_version '>=x11-libs/qt-webkit-4.8.0:4' && export USE_QTWEBKIT_2_2=true
+
+	# needs qt-webkit with webgl enabled (which we currently don't)
+	# export USE_WEBGL=$(use webgl && echo true || echo false)
+
+	eqmake4
+}
+
+src_install() {
+	qt4-r2_src_install
+	l10n_for_each_disabled_locale_do rm_loc
+}
+
+rm_loc() {
+	rm "${D}"/usr/share/${PN}/locale/qt_${1}.qm || die
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2012-09-19  8:31 Ben de Groot
  0 siblings, 0 replies; 30+ messages in thread
From: Ben de Groot @ 2012-09-19  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     15286e4463fa770f69dcdbc7f943b63ffcdca8a8
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Wed Sep 19 08:31:16 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 08:31:16 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=15286e44

www-client/qupzilla: unify release and live ebuilds

---
 www-client/qupzilla/metadata.xml          |    6 +++
 www-client/qupzilla/qupzilla-1.3.5.ebuild |   55 -----------------------------
 www-client/qupzilla/qupzilla-9999.ebuild  |   51 ++++++++++++++++++++++-----
 3 files changed, 48 insertions(+), 64 deletions(-)

diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml
index 3cbebd8..b38ad16 100644
--- a/www-client/qupzilla/metadata.xml
+++ b/www-client/qupzilla/metadata.xml
@@ -2,4 +2,10 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>qt</herd>
+  <use>
+    <flag name='nonblockdialogs'>Enable fancy non-blocking JavaScript dialogs
+      shown inside the page, not blocking the application window. When closing
+      browser windows with open dialogs, this can crash the application.
+    </flag>
+  </use>
 </pkgmetadata>

diff --git a/www-client/qupzilla/qupzilla-1.3.5.ebuild b/www-client/qupzilla/qupzilla-1.3.5.ebuild
deleted file mode 100644
index d2e50fe..0000000
--- a/www-client/qupzilla/qupzilla-1.3.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.3.1.ebuild,v 1.3 2012/08/16 10:01:11 johu Exp $
-
-EAPI=4
-PLOCALES="cs de el es fa fr hu it ja nl pl pt ru sk sr_BA sr_RS sv uk zh_CN zh_TW"
-inherit l10n multilib qt4-r2 vcs-snapshot
-
-MY_P="QupZilla-${PV}"
-
-DESCRIPTION="Qt WebKit web browser"
-HOMEPAGE="http://www.qupzilla.com/"
-SRC_URI="https://github.com/downloads/QupZilla/qupzilla/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus debug kde nonblockdialogs"
-
-DEPEND="
-	>=x11-libs/qt-core-4.7:4
-	>=x11-libs/qt-gui-4.7:4
-	>=x11-libs/qt-script-4.7:4
-	>=x11-libs/qt-sql-4.7:4
-	>=x11-libs/qt-webkit-4.7:4
-	dbus? ( >=x11-libs/qt-dbus-4.7:4 )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS="AUTHORS BUILDING CHANGELOG FAQ README.md TODO"
-
-src_configure() {
-	# see BUILDING document for explanation of options
-	export QUPZILLA_PREFIX=${EPREFIX}/usr/
-	export USE_LIBPATH=${QUPZILLA_PREFIX}$(get_libdir)
-	export DISABLE_DBUS=$(use dbus && echo false || echo true)
-	export KDE=$(use kde && echo true || echo false) # in future this will enable nepomuk integration
-	export NONBLOCK_JS_DIALOGS=$(use nonblockdialogs && echo true || echo false)
-	has_version '>=x11-libs/qt-webkit-4.8.0:4' && export USE_QTWEBKIT_2_2=true
-
-	# needs qt-webkit with webgl enabled (which we currently don't)
-	# export USE_WEBGL=$(use webgl && echo true || echo false)
-
-	eqmake4
-}
-
-src_install() {
-	qt4-r2_src_install
-	l10n_for_each_disabled_locale_do rm_loc
-}
-
-rm_loc() {
-	rm "${D}"/usr/share/${PN}/locale/qt_${1}.qm || die
-}

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index a53d906..fbd42e5 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -1,19 +1,33 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.3.1.ebuild,v 1.3 2012/08/16 10:01:11 johu Exp $
+# $Header: $
 
 EAPI=4
 
-inherit multilib qt4-r2 git-2
+if [[ ${PV} == "9999" ]]; then
+	VCS_ECLASS=git-2
+	EGIT_REPO_URI="git://github.com/QupZilla/${PN}.git"
+	KEYWORDS=""
+else
+	VCS_ECLASS=vcs-snapshot
+	MY_P="QupZilla-${PV}"
+	SRC_URI="mirror://github/QupZilla/${PN}/${MY_P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S=${WORKDIR}/${MY_P}
+fi
+
+PLOCALES="cs_CZ de_DE el_GR es_ES es_VE fa_IR fr_FR hu_HU id_ID it_IT ja_JP
+ka_GE nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr_BA sr_RS sv_SE uk_UA
+zh_CN zh_TW"
+
+inherit l10n multilib qt4-r2 ${VCS_ECLASS}
 
 DESCRIPTION="Qt WebKit web browser"
 HOMEPAGE="http://www.qupzilla.com/"
-EGIT_REPO_URI="git://github.com/QupZilla/${PN}.git"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
-IUSE="dbus debug kde"
+IUSE="dbus debug kde nonblockdialogs"
 
 DEPEND="
 	>=x11-libs/qt-core-4.7:4
@@ -21,17 +35,36 @@ DEPEND="
 	>=x11-libs/qt-script-4.7:4
 	>=x11-libs/qt-sql-4.7:4
 	>=x11-libs/qt-webkit-4.7:4
-	dbus? ( >=x11-libs/qt-dbus-4.7:4 )
-"
+	dbus? ( >=x11-libs/qt-dbus-4.7:4 )"
 RDEPEND="${DEPEND}"
 
-DOCS="AUTHORS CHANGELOG FAQ TODO"
+DOCS="AUTHORS BUILDING CHANGELOG FAQ README.md TODO"
+
+src_prepare() {
+	# remove outdated copies of localizations:
+	rm -rf bin/locale || die
+}
 
 src_configure() {
+	# see BUILDING document for explanation of options
 	export QUPZILLA_PREFIX=${EPREFIX}/usr/
 	export USE_LIBPATH=${QUPZILLA_PREFIX}$(get_libdir)
 	export DISABLE_DBUS=$(use dbus && echo false || echo true)
-	export KDE=$(use kde && echo true || echo false)
+	export KDE=$(use kde && echo true || echo false) # in future this will enable nepomuk integration
+	export NONBLOCK_JS_DIALOGS=$(use nonblockdialogs && echo true || echo false)
+	has_version '>=x11-libs/qt-webkit-4.8.0:4' && export USE_QTWEBKIT_2_2=true
+
+	# needs qt-webkit with webgl enabled (which we currently don't)
+	# export USE_WEBGL=$(use webgl && echo true || echo false)
 
 	eqmake4
 }
+
+src_install() {
+	qt4-r2_src_install
+	l10n_for_each_disabled_locale_do rm_loc
+}
+
+rm_loc() {
+	rm "${D}"/usr/share/${PN}/locale/${1}.qm || die
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2013-01-29 21:21 Markos Chandras
  0 siblings, 0 replies; 30+ messages in thread
From: Markos Chandras @ 2013-01-29 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5f1daf3365ce77c8b62198f3a459f8c69fb709fb
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 29 21:20:19 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Jan 29 21:20:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5f1daf33

dev-util/qupzilla: Drop TODO document.

This file has been removed.

See https://github.com/QupZilla/qupzilla/issues/728

---
 www-client/qupzilla/qupzilla-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index 2bc787b..df1c502 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -38,7 +38,7 @@ DEPEND="
 	dbus? ( >=x11-libs/qt-dbus-4.7:4 )"
 RDEPEND="${DEPEND}"
 
-DOCS="AUTHORS BUILDING CHANGELOG FAQ README.md TODO"
+DOCS="AUTHORS BUILDING CHANGELOG FAQ README.md"
 
 src_prepare() {
 	# remove outdated copies of localizations:


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2014-06-18 13:07 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2014-06-18 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     38efc00695dd46364af0f99adce98af64bccad86
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 13:07:16 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 13:07:16 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=38efc006

[www-client/qupzilla] Remove linguas code that only controls installation of small files. Fixes bug #513674.

Package-Manager: portage-2.2.10

---
 www-client/qupzilla/qupzilla-9999.ebuild | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index e10f23a..be3a67d 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -16,11 +16,7 @@ else
 	S=${WORKDIR}/${MY_P}
 fi
 
-PLOCALES="cs_CZ de_DE el_GR es_ES es_VE fa_IR fr_FR hu_HU id_ID it_IT ja_JP
-ka_GE nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr_BA sr_RS sv_SE uk_UA
-zh_CN zh_TW"
-
-inherit l10n multilib qt4-r2 ${VCS_ECLASS}
+inherit multilib qt4-r2 ${VCS_ECLASS}
 
 DESCRIPTION="Qt WebKit web browser"
 HOMEPAGE="http://www.qupzilla.com/"
@@ -59,12 +55,3 @@ src_configure() {
 
 	eqmake4
 }
-
-src_install() {
-	qt4-r2_src_install
-	l10n_for_each_disabled_locale_do rm_loc
-}
-
-rm_loc() {
-	rm "${D}"/usr/share/${PN}/locale/${1}.qm || die
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2014-06-18 19:31 Sergey Popov
  0 siblings, 0 replies; 30+ messages in thread
From: Sergey Popov @ 2014-06-18 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a5aa3638e33111e0358fb93ec92f5c91855447a6
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 19:10:21 2014 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 19:10:21 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a5aa3638

Revert "[www-client/qupzilla] Remove linguas code that only controls installation of small files. Fixes bug #513674."

This reverts commit 38efc00695dd46364af0f99adce98af64bccad86.

Reverted because of policy violation on LINGUAS

---
 www-client/qupzilla/qupzilla-9999.ebuild | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index be3a67d..e10f23a 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -16,7 +16,11 @@ else
 	S=${WORKDIR}/${MY_P}
 fi
 
-inherit multilib qt4-r2 ${VCS_ECLASS}
+PLOCALES="cs_CZ de_DE el_GR es_ES es_VE fa_IR fr_FR hu_HU id_ID it_IT ja_JP
+ka_GE nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr_BA sr_RS sv_SE uk_UA
+zh_CN zh_TW"
+
+inherit l10n multilib qt4-r2 ${VCS_ECLASS}
 
 DESCRIPTION="Qt WebKit web browser"
 HOMEPAGE="http://www.qupzilla.com/"
@@ -55,3 +59,12 @@ src_configure() {
 
 	eqmake4
 }
+
+src_install() {
+	qt4-r2_src_install
+	l10n_for_each_disabled_locale_do rm_loc
+}
+
+rm_loc() {
+	rm "${D}"/usr/share/${PN}/locale/${1}.qm || die
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2014-06-18 19:31 Sergey Popov
  0 siblings, 0 replies; 30+ messages in thread
From: Sergey Popov @ 2014-06-18 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e858e365d502c4719567badb170f9b95db00622e
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 19:30:26 2014 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 19:30:26 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e858e365

www-client/qupzilla: remove unnecessary locales properly, add check for new/removed locales, fix bug #513674

Package-Manager: portage-2.2.10

---
 www-client/qupzilla/qupzilla-9999.ebuild | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index e10f23a..33f4c69 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 if [[ ${PV} == "9999" ]]; then
 	VCS_ECLASS=git-2
@@ -16,9 +16,7 @@ else
 	S=${WORKDIR}/${MY_P}
 fi
 
-PLOCALES="cs_CZ de_DE el_GR es_ES es_VE fa_IR fr_FR hu_HU id_ID it_IT ja_JP
-ka_GE nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr_BA sr_RS sv_SE uk_UA
-zh_CN zh_TW"
+PLOCALES="ar_SA bg_BG ca_ES cs_CZ de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR fi_FI fr_FR gl_ES he_IL hu_HU id_ID it_IT ja_JP ka_GE lg lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr@ijekavianlatin sr@ijekavian sr@latin sr sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW"
 
 inherit l10n multilib qt4-r2 ${VCS_ECLASS}
 
@@ -38,11 +36,21 @@ DEPEND="
 	dbus? ( >=dev-qt/qtdbus-4.7:4 )"
 RDEPEND="${DEPEND}"
 
-DOCS="AUTHORS BUILDING CHANGELOG FAQ README.md"
+DOCS=( AUTHORS BUILDING CHANGELOG FAQ README.md )
 
 src_prepare() {
+	rm_loc() {
+		sed -i -e "/${1}.ts/d" translations/translations.pri || die
+		rm translations/${1}.ts || die
+	}
 	# remove outdated copies of localizations:
-	rm -rf bin/locale || die
+	rm -r bin/locale || die
+	# remove empty locale
+	rm translations/empty.ts || die
+
+	l10n_find_plocales_changes "translations" "" ".ts"
+	l10n_for_each_disabled_locale_do rm_loc
+	qt4-r2_src_prepare
 }
 
 src_configure() {
@@ -62,9 +70,4 @@ src_configure() {
 
 src_install() {
 	qt4-r2_src_install
-	l10n_for_each_disabled_locale_do rm_loc
-}
-
-rm_loc() {
-	rm "${D}"/usr/share/${PN}/locale/${1}.qm || die
 }


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2014-10-01  3:02 Ben de Groot
  0 siblings, 0 replies; 30+ messages in thread
From: Ben de Groot @ 2014-10-01  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7a6dca6e6029eecbd7792b5f4b24db0784d66605
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  1 03:02:40 2014 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Wed Oct  1 03:02:40 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7a6dca6e

www-client/qupzilla: add ebuild for 1.8.0 WIP

---
 www-client/qupzilla/Manifest              |  2 +
 www-client/qupzilla/qupzilla-1.8.0.ebuild | 92 +++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)

diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
new file mode 100644
index 0000000..56ef24c
--- /dev/null
+++ b/www-client/qupzilla/Manifest
@@ -0,0 +1,2 @@
+DIST qupzilla-1.8.0.tar.gz 4526759 SHA256 414e97d752eaac64f48992957123612461f5fed109f056f5451465a1a1610929 SHA512 321014033acf6cc2e6c986b58cef65a1ef4f13783b2320280b6b7f9a6f03548997521dc538a5a5e13521d806375f370e8f015be526e46f64bb67a9094340985c WHIRLPOOL a683fc8c06f9cee2ef2d34d301cd4c63e8b32cb4a5ceca0884c3f5554bf59b813937c0c27d229653acde8adaa272cfc3a2663bcabab15b645d3cf6ad59dd93cc
+DIST qupzilla-plugins-1.8.0.tar.gz 202290 SHA256 992066f55202c33b94fbb08507097d8588c31ec0a8a3142ff65f84d3090b832f SHA512 956e9301c297fce0d26fce5bbcda004f5c0ca5446e358c893e1c0f0811c4b33548e153755d067a9848138a2016936cc1974a196f8c0418203580651fbf1579d7 WHIRLPOOL d573004bc97cab49bfe0d535d9bb2370342c67cf18fe5bf6aa2245defbaa7268cffa6092698935476cbbbab73d63dbe38a90c9a3713d605c7c3cdbc360086c48

diff --git a/www-client/qupzilla/qupzilla-1.8.0.ebuild b/www-client/qupzilla/qupzilla-1.8.0.ebuild
new file mode 100644
index 0000000..9b22c99
--- /dev/null
+++ b/www-client/qupzilla/qupzilla-1.8.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.6.6.ebuild,v 1.1 2014/05/28 09:45:47 pinkbyte Exp $
+
+EAPI=5
+PLOCALES="ar_SA bg_BG ca_ES cs_CZ de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW"
+PLUGINS_HASH='4e0c457e106ec6365c93851adc33fafced354e7a'
+PLUGINS_VERSION='1.8.0' # if there are no updates, we can use the older archive
+
+inherit eutils l10n multilib qmake-utils vcs-snapshot
+
+DESCRIPTION="Qt WebKit web browser"
+HOMEPAGE="http://www.qupzilla.com/"
+SRC_URI="https://github.com/QupZilla/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_VERSION}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="dbus debug gnome-keyring kde nonblockdialogs +qt4 qt5"
+REQUIRED_USE="^^ ( qt4 qt5 )"
+
+RDEPEND="dev-libs/openssl:0
+	gnome-keyring? ( gnome-base/gnome-keyring )
+	kde? ( kde-base/kwalletd:4 )
+	qt4? ( >=dev-qt/qtcore-4.8:4
+		>=dev-qt/qtgui-4.8:4
+		>=dev-qt/qtscript-4.8:4
+		>=dev-qt/qtsql-4.8:4[sqlite]
+		>=dev-qt/qtwebkit-4.8:4
+		dbus? ( >=dev-qt/qtdbus-4.8:4 ) )
+	qt5? ( dev-qt/linguist-tools:5
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5
+		dev-qt/qtconcurrent:5
+		dev-qt/qtprintsupport:5
+		dev-qt/qtscript:5
+		dev-qt/qtsql:5[sqlite]
+		dev-qt/qtwebkit:5
+		dbus? ( dev-qt/qtdbus:5 ) )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+DOCS=( AUTHORS CHANGELOG FAQ README.md )
+
+src_prepare() {
+	rm_loc() {
+		# remove localizations that the user doesn't need
+		sed -i -e "/${1}.ts/d" translations/translations.pri || die
+		rm translations/${1}.ts || die
+	}
+
+	# remove outdated prebuilt localizations
+	rm -rf bin/locale || die
+
+	# remove empty locale
+	rm translations/empty.ts || die
+
+	# get extra plugins into qupzilla build tree
+	mv "${WORKDIR}"/${PN}-plugins-${PLUGINS_VERSION}/plugins/* "${S}"/src/plugins/ || die
+
+	l10n_find_plocales_changes "translations" "" ".ts"
+	l10n_for_each_disabled_locale_do rm_loc
+}
+
+src_configure() {
+	# see BUILDING document for explanation of options
+	export \
+		QUPZILLA_PREFIX="${EPREFIX}/usr/" \
+		USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)" \
+		USE_QTWEBKIT_2_2=true \
+		DISABLE_DBUS=$(usex dbus '' 'true') \
+		KDE_INTEGRATION=$(usex kde 'true' '') \
+		NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs 'true' '')
+
+	if use qt4 ; then
+		eqmake4 $(use gnome-keyring && echo "DEFINES+=GNOME_INTEGRATION")
+	else
+		eqmake5 $(use gnome-keyring && echo "DEFINES+=GNOME_INTEGRATION")
+	fi
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+	einstalldocs
+}
+
+pkg_postinst() {
+	if has_version www-plugins/adobe-flash; then
+		ewarn "For using adobe flash plugin you most likely need to run \"paxctl-ng -m /usr/bin/qupzilla\""
+	fi
+}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2014-10-02  3:14 Ben de Groot
  0 siblings, 0 replies; 30+ messages in thread
From: Ben de Groot @ 2014-10-02  3:14 UTC (permalink / raw
  To: gentoo-commits

commit:     03abe7db9731f9a6b803d4116258a874d043dd2a
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 03:14:17 2014 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Thu Oct  2 03:14:17 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=03abe7db

www-client/qupzilla: 1.8.0 moved to gx86

---
 www-client/qupzilla/Manifest              |  2 -
 www-client/qupzilla/qupzilla-1.8.0.ebuild | 92 -------------------------------
 2 files changed, 94 deletions(-)

diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
deleted file mode 100644
index 56ef24c..0000000
--- a/www-client/qupzilla/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST qupzilla-1.8.0.tar.gz 4526759 SHA256 414e97d752eaac64f48992957123612461f5fed109f056f5451465a1a1610929 SHA512 321014033acf6cc2e6c986b58cef65a1ef4f13783b2320280b6b7f9a6f03548997521dc538a5a5e13521d806375f370e8f015be526e46f64bb67a9094340985c WHIRLPOOL a683fc8c06f9cee2ef2d34d301cd4c63e8b32cb4a5ceca0884c3f5554bf59b813937c0c27d229653acde8adaa272cfc3a2663bcabab15b645d3cf6ad59dd93cc
-DIST qupzilla-plugins-1.8.0.tar.gz 202290 SHA256 992066f55202c33b94fbb08507097d8588c31ec0a8a3142ff65f84d3090b832f SHA512 956e9301c297fce0d26fce5bbcda004f5c0ca5446e358c893e1c0f0811c4b33548e153755d067a9848138a2016936cc1974a196f8c0418203580651fbf1579d7 WHIRLPOOL d573004bc97cab49bfe0d535d9bb2370342c67cf18fe5bf6aa2245defbaa7268cffa6092698935476cbbbab73d63dbe38a90c9a3713d605c7c3cdbc360086c48

diff --git a/www-client/qupzilla/qupzilla-1.8.0.ebuild b/www-client/qupzilla/qupzilla-1.8.0.ebuild
deleted file mode 100644
index 9b22c99..0000000
--- a/www-client/qupzilla/qupzilla-1.8.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.6.6.ebuild,v 1.1 2014/05/28 09:45:47 pinkbyte Exp $
-
-EAPI=5
-PLOCALES="ar_SA bg_BG ca_ES cs_CZ de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW"
-PLUGINS_HASH='4e0c457e106ec6365c93851adc33fafced354e7a'
-PLUGINS_VERSION='1.8.0' # if there are no updates, we can use the older archive
-
-inherit eutils l10n multilib qmake-utils vcs-snapshot
-
-DESCRIPTION="Qt WebKit web browser"
-HOMEPAGE="http://www.qupzilla.com/"
-SRC_URI="https://github.com/QupZilla/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_VERSION}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="dbus debug gnome-keyring kde nonblockdialogs +qt4 qt5"
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-RDEPEND="dev-libs/openssl:0
-	gnome-keyring? ( gnome-base/gnome-keyring )
-	kde? ( kde-base/kwalletd:4 )
-	qt4? ( >=dev-qt/qtcore-4.8:4
-		>=dev-qt/qtgui-4.8:4
-		>=dev-qt/qtscript-4.8:4
-		>=dev-qt/qtsql-4.8:4[sqlite]
-		>=dev-qt/qtwebkit-4.8:4
-		dbus? ( >=dev-qt/qtdbus-4.8:4 ) )
-	qt5? ( dev-qt/linguist-tools:5
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		dev-qt/qtconcurrent:5
-		dev-qt/qtprintsupport:5
-		dev-qt/qtscript:5
-		dev-qt/qtsql:5[sqlite]
-		dev-qt/qtwebkit:5
-		dbus? ( dev-qt/qtdbus:5 ) )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS CHANGELOG FAQ README.md )
-
-src_prepare() {
-	rm_loc() {
-		# remove localizations that the user doesn't need
-		sed -i -e "/${1}.ts/d" translations/translations.pri || die
-		rm translations/${1}.ts || die
-	}
-
-	# remove outdated prebuilt localizations
-	rm -rf bin/locale || die
-
-	# remove empty locale
-	rm translations/empty.ts || die
-
-	# get extra plugins into qupzilla build tree
-	mv "${WORKDIR}"/${PN}-plugins-${PLUGINS_VERSION}/plugins/* "${S}"/src/plugins/ || die
-
-	l10n_find_plocales_changes "translations" "" ".ts"
-	l10n_for_each_disabled_locale_do rm_loc
-}
-
-src_configure() {
-	# see BUILDING document for explanation of options
-	export \
-		QUPZILLA_PREFIX="${EPREFIX}/usr/" \
-		USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)" \
-		USE_QTWEBKIT_2_2=true \
-		DISABLE_DBUS=$(usex dbus '' 'true') \
-		KDE_INTEGRATION=$(usex kde 'true' '') \
-		NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs 'true' '')
-
-	if use qt4 ; then
-		eqmake4 $(use gnome-keyring && echo "DEFINES+=GNOME_INTEGRATION")
-	else
-		eqmake5 $(use gnome-keyring && echo "DEFINES+=GNOME_INTEGRATION")
-	fi
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}
-
-pkg_postinst() {
-	if has_version www-plugins/adobe-flash; then
-		ewarn "For using adobe flash plugin you most likely need to run \"paxctl-ng -m /usr/bin/qupzilla\""
-	fi
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2015-10-01 13:00 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2015-10-01 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e167a8a345ec803f719ea379cd84e48dab2ff4f4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 12:52:12 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 13:00:08 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e167a8a3

www-client/qupzilla: sort deps

Package-Manager: portage-2.2.20.1

 www-client/qupzilla/qupzilla-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index a78b64d..2067a57 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -32,19 +32,19 @@ SLOT="0"
 IUSE="dbus debug gnome-keyring nonblockdialogs"
 
 RDEPEND="dev-libs/openssl:0
-	x11-libs/libX11
-	gnome-keyring? ( gnome-base/gnome-keyring )
+	>=dev-qt/qtconcurrent-5.5:5
 	>=dev-qt/qtcore-5.5:5
 	>=dev-qt/qtgui-5.5:5
-	>=dev-qt/qtconcurrent-5.5:5
 	>=dev-qt/qtprintsupport-5.5:5
 	>=dev-qt/qtscript-5.5:5
 	>=dev-qt/qtsql-5.5:5[sqlite]
 	>=dev-qt/qtwebengine-5.5:5[widgets]
-	dbus? ( >=dev-qt/qtdbus-5.5:5 )"
+	x11-libs/libX11
+	dbus? ( >=dev-qt/qtdbus-5.5:5 )
+	gnome-keyring? ( gnome-base/gnome-keyring )"
 DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	>=dev-qt/linguist-tools-5.5:5"
+	>=dev-qt/linguist-tools-5.5:5
+	virtual/pkgconfig"
 
 DOCS=( AUTHORS BUILDING CHANGELOG FAQ README.md )
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2015-10-01 13:00 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2015-10-01 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0d77ee651b15d2a2aa798f977788b157a699a56d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 12:58:52 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 13:00:08 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0d77ee65

www-client/qupzilla: add missing dependencies

Package-Manager: portage-2.2.20.1

 www-client/qupzilla/qupzilla-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index 2067a57..83f2dae 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -35,10 +35,12 @@ RDEPEND="dev-libs/openssl:0
 	>=dev-qt/qtconcurrent-5.5:5
 	>=dev-qt/qtcore-5.5:5
 	>=dev-qt/qtgui-5.5:5
+	>=dev-qt/qtnetwork-5.5:5
 	>=dev-qt/qtprintsupport-5.5:5
 	>=dev-qt/qtscript-5.5:5
 	>=dev-qt/qtsql-5.5:5[sqlite]
 	>=dev-qt/qtwebengine-5.5:5[widgets]
+	>=dev-qt/qtwidgets-5.5:5
 	x11-libs/libX11
 	dbus? ( >=dev-qt/qtdbus-5.5:5 )
 	gnome-keyring? ( gnome-base/gnome-keyring )"


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-01-16 11:43 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2016-01-16 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     81277184b9c4279a288b56c4038fb68055e841e8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 11:41:52 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 11:41:52 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=81277184

www-client/qupzilla: remove unused dependency

Upstream-commit: cbc83e81ba5e234a01985c01524b92221e842da4

Package-Manager: portage-2.2.26

 www-client/qupzilla/qupzilla-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index 83f2dae..5bfbc63 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -37,7 +37,6 @@ RDEPEND="dev-libs/openssl:0
 	>=dev-qt/qtgui-5.5:5
 	>=dev-qt/qtnetwork-5.5:5
 	>=dev-qt/qtprintsupport-5.5:5
-	>=dev-qt/qtscript-5.5:5
 	>=dev-qt/qtsql-5.5:5[sqlite]
 	>=dev-qt/qtwebengine-5.5:5[widgets]
 	>=dev-qt/qtwidgets-5.5:5


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-01-16 11:43 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2016-01-16 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     242e365bc68bd1c2afea0e2c40e387e673744037
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 11:43:02 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 11:43:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=242e365b

www-client/qupzilla: requires Qt 5.6

Upstream-commit: 07f828ddd51ded5d59d1fb997c8ed3b2318ad347

Package-Manager: portage-2.2.26

 www-client/qupzilla/qupzilla-9999.ebuild | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index 5bfbc63..b9e361e 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -32,19 +32,19 @@ SLOT="0"
 IUSE="dbus debug gnome-keyring nonblockdialogs"
 
 RDEPEND="dev-libs/openssl:0
-	>=dev-qt/qtconcurrent-5.5:5
-	>=dev-qt/qtcore-5.5:5
-	>=dev-qt/qtgui-5.5:5
-	>=dev-qt/qtnetwork-5.5:5
-	>=dev-qt/qtprintsupport-5.5:5
-	>=dev-qt/qtsql-5.5:5[sqlite]
-	>=dev-qt/qtwebengine-5.5:5[widgets]
-	>=dev-qt/qtwidgets-5.5:5
+	>=dev-qt/qtconcurrent-5.6:5
+	>=dev-qt/qtcore-5.6:5
+	>=dev-qt/qtgui-5.6:5
+	>=dev-qt/qtnetwork-5.6:5
+	>=dev-qt/qtprintsupport-5.6:5
+	>=dev-qt/qtsql-5.6:5[sqlite]
+	>=dev-qt/qtwebengine-5.6:5[widgets]
+	>=dev-qt/qtwidgets-5.6:5
 	x11-libs/libX11
-	dbus? ( >=dev-qt/qtdbus-5.5:5 )
+	dbus? ( >=dev-qt/qtdbus-5.6:5 )
 	gnome-keyring? ( gnome-base/gnome-keyring )"
 DEPEND="${RDEPEND}
-	>=dev-qt/linguist-tools-5.5:5
+	>=dev-qt/linguist-tools-5.6:5
 	virtual/pkgconfig"
 
 DOCS=( AUTHORS BUILDING CHANGELOG FAQ README.md )


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-01-16 12:00 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2016-01-16 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8dfafb59430b324c34379b70a5b13e9392181ce8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 11:59:21 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 11:59:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=8dfafb59

www-client/qupzilla: remove adobe-flash warnings

Chromium no longer supports NPAPI.

Package-Manager: portage-2.2.26

 www-client/qupzilla/qupzilla-9999.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index b9e361e..4f8da83 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -98,10 +98,3 @@ src_install() {
 	emake INSTALL_ROOT="${D}" install
 	einstalldocs
 }
-
-pkg_postinst() {
-	if has_version www-plugins/adobe-flash; then
-		ewarn "For using adobe flash plugin you may need to run"
-		ewarn "    \"paxctl-ng -m /usr/bin/qupzilla\""
-	fi
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-01-16 12:47 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2016-01-16 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     dd4a0061125ced4909a0c1767a39896335a1df86
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 12:46:51 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 12:46:51 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=dd4a0061

www-client/qupzilla: use newer plugins

Package-Manager: portage-2.2.26

 www-client/qupzilla/Manifest             | 2 +-
 www-client/qupzilla/qupzilla-9999.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
index d4ede65..0841865 100644
--- a/www-client/qupzilla/Manifest
+++ b/www-client/qupzilla/Manifest
@@ -1 +1 @@
-DIST qupzilla-plugins-2015.06.05.tar.gz 335627 SHA256 afc9589e54c3ed49f58c727c3ff7bd59d4467dfaf2ff78f57cd98afc4dfc1f7b SHA512 5f2a4b1796431c62580e569b57445b2a309b2314f59ceb0c99da2a1703a2ee23bd2d1cac8a1532be5f2161976b4dd5f439c08abe5c1826115e9adf636fc12522 WHIRLPOOL 10b53426888dc8868de783403463d0bbf83ee59fdf74f2409b78a725b4f90d08aa9698e622d3acfdedbca469397b2e3d4ed8f06d3112bd9cff6e76527b1611eb
+DIST qupzilla-plugins-2015.10.02.tar.gz 335649 SHA256 9e167a6f1234b0b51c26cbd4acc5bcdc83c760ef5c2ff8573f90aa64c3a40553 SHA512 de2208fec40a1412a1feb4bd995ae25ff04a1f3577449f7c90bc5d2f46b01c8cf33757db5a0fa69ddb5a1a27764a0230664a5b2adc89ebc2b43df5df5e2b4f31 WHIRLPOOL 8fc24f0891fbb7e8378aae900c25bc29604f13febd9b30594e2e25d55a02707d047835e2fef82482c632ef35b93046a7e2990a82d285c159de6cf603525d01d5

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index 4f8da83..43e272e 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -18,8 +18,8 @@ else
 fi
 
 PLOCALES="ar_SA bg_BG ca_ES cs_CZ de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW"
-PLUGINS_HASH='7c66cb2efbd18eacbd04ba211162b1a042e5b759'
-PLUGINS_VERSION='2015.06.05' # if there are no updates, we can use the older archive
+PLUGINS_HASH='7b037cc326921cefbfc6b5e54e2091eb4191e73f'
+PLUGINS_VERSION='2015.10.02' # if there are no updates, we can use the older archive
 
 inherit eutils l10n multilib qmake-utils ${VCS_ECLASS}
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-04-28 13:25 Davide Pesavento
  0 siblings, 0 replies; 30+ messages in thread
From: Davide Pesavento @ 2016-04-28 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ffcc67fcc617e5d6cfef901b204e4dfcfe407424
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 20:48:49 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 06:57:16 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ffcc67fc

www-client/qupzilla: Bump to EAPI 6.

Package-Manager: portage-2.2.28

 www-client/qupzilla/qupzilla-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index d8d8631..10ccc6e 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 MY_PN="QupZilla"
 MY_P=${MY_PN}-${PV}
 
@@ -65,8 +65,6 @@ src_prepare() {
 		rm translations/${1}.ts || die
 	}
 
-	epatch_user
-
 	# remove outdated prebuilt localizations
 	rm -rf bin/locale || die
 
@@ -78,6 +76,8 @@ src_prepare() {
 
 	l10n_find_plocales_changes "translations" "" ".ts"
 	l10n_for_each_disabled_locale_do rm_loc
+
+	default
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-04-28 13:25 Davide Pesavento
  0 siblings, 0 replies; 30+ messages in thread
From: Davide Pesavento @ 2016-04-28 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     723342f20ced0b4b69238caed0e8bffd99967676
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 20:45:37 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 06:57:16 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=723342f2

www-client/qupzilla: Update PLOCALES.

Package-Manager: portage-2.2.28

 www-client/qupzilla/qupzilla-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index 43e272e..0f7ffb7 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -17,7 +17,7 @@ else
 	S=${WORKDIR}/${MY_P}
 fi
 
-PLOCALES="ar_SA bg_BG ca_ES cs_CZ de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW"
+PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg lt lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW"
 PLUGINS_HASH='7b037cc326921cefbfc6b5e54e2091eb4191e73f'
 PLUGINS_VERSION='2015.10.02' # if there are no updates, we can use the older archive
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-04-28 13:25 Davide Pesavento
  0 siblings, 0 replies; 30+ messages in thread
From: Davide Pesavento @ 2016-04-28 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     0b8bfb5b38a4984566cf24381a8ba4b73db95d98
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 20:49:46 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 06:57:16 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0b8bfb5b

www-client/qupzilla: Update description.

Package-Manager: portage-2.2.28

 www-client/qupzilla/qupzilla-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index 10ccc6e..388d308 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -23,7 +23,7 @@ PLUGINS_VERSION='2015.10.02' # if there are no updates, we can use the older arc
 
 inherit eutils l10n multilib qmake-utils ${VCS_ECLASS}
 
-DESCRIPTION="Qt WebKit web browser"
+DESCRIPTION="A cross-platform web browser using Qt WebEngine"
 HOMEPAGE="http://www.qupzilla.com/"
 SRC_URI+="https://github.com/${MY_PN}/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_VERSION}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-04-28 20:01 Davide Pesavento
  0 siblings, 0 replies; 30+ messages in thread
From: Davide Pesavento @ 2016-04-28 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     06431e9a52b3bdc5c2a6e7b500150282cfb3885b
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 20:01:00 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 20:01:00 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=06431e9a

www-client/qupzilla: sync

Package-Manager: portage-2.2.28

 www-client/qupzilla/metadata.xml         | 23 ++++++----
 www-client/qupzilla/qupzilla-9999.ebuild | 79 ++++++++++++++++++--------------
 2 files changed, 57 insertions(+), 45 deletions(-)

diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml
index e7eae86..5f0517c 100644
--- a/www-client/qupzilla/metadata.xml
+++ b/www-client/qupzilla/metadata.xml
@@ -1,14 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>qt@gentoo.org</email>
-		<name>Gentoo Qt Project</name>
-	</maintainer>
-	<use>
-		<flag name="nonblockdialogs">Enable fancy non-blocking JavaScript dialogs
-			shown inside the page, not blocking the application window. When closing
-			browser windows with open dialogs, this can crash the application.
-		</flag>
-	</use>
+  <maintainer type="project">
+    <email>qt@gentoo.org</email>
+    <name>Gentoo Qt Project</name>
+  </maintainer>
+  <use>
+    <flag name="nonblockdialogs">Enable fancy non-blocking JavaScript dialogs
+      shown inside the page, not blocking the application window. When closing
+      browser windows with open dialogs, this can crash the application.
+    </flag>
+  </use>
+  <upstream>
+    <remote-id type="github">QupZilla/qupzilla</remote-id>
+  </upstream>
 </pkgmetadata>

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index 388d308..f02ae4b 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -3,62 +3,71 @@
 # $Id$
 
 EAPI=6
-MY_PN="QupZilla"
-MY_P=${MY_PN}-${PV}
 
-if [[ ${PV} == *9999* ]]; then
-	VCS_ECLASS=git-r3
-	EGIT_BRANCH=master
-	EGIT_REPO_URI="git://github.com/${MY_PN}/${PN}.git"
-else
-	VCS_ECLASS=vcs-snapshot
-	SRC_URI="https://github.com/${MY_PN}/${PN}/releases/download/v${PV}/${MY_P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~x86"
-	S=${WORKDIR}/${MY_P}
-fi
-
-PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg lt lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW"
+PLOCALES="ar_SA bg_BG ca_ES cs_CZ de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR
+	fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg lv_LV
+	nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr sr@ijekavian
+	sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW"
 PLUGINS_HASH='7b037cc326921cefbfc6b5e54e2091eb4191e73f'
 PLUGINS_VERSION='2015.10.02' # if there are no updates, we can use the older archive
 
-inherit eutils l10n multilib qmake-utils ${VCS_ECLASS}
+inherit l10n qmake-utils
+
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/QupZilla/${PN}.git"
+else
+	MY_P=QupZilla-${PV}
+	SRC_URI="https://github.com/QupZilla/${PN}/releases/download/v${PV}/${MY_P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+	S=${WORKDIR}/${MY_P}
+fi
 
-DESCRIPTION="A cross-platform web browser using Qt WebEngine"
+DESCRIPTION="A cross-platform web browser using QtWebEngine"
 HOMEPAGE="http://www.qupzilla.com/"
-SRC_URI+="https://github.com/${MY_PN}/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_VERSION}.tar.gz"
+SRC_URI+=" https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_VERSION}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="dbus debug gnome-keyring nonblockdialogs"
+IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs"
 
-RDEPEND="dev-libs/openssl:0
+RDEPEND="
 	>=dev-qt/qtconcurrent-5.6:5
 	>=dev-qt/qtcore-5.6:5
+	>=dev-qt/qtdeclarative-5.6:5[widgets]
 	>=dev-qt/qtgui-5.6:5
-	>=dev-qt/qtnetwork-5.6:5
+	>=dev-qt/qtnetwork-5.6:5[ssl]
 	>=dev-qt/qtprintsupport-5.6:5
 	>=dev-qt/qtsql-5.6:5[sqlite]
+	>=dev-qt/qtwebchannel-5.6:5
 	>=dev-qt/qtwebengine-5.6:5[widgets]
 	>=dev-qt/qtwidgets-5.6:5
-	x11-libs/libX11
+	>=dev-qt/qtx11extras-5.6:5
+	x11-libs/libxcb:=
 	dbus? ( >=dev-qt/qtdbus-5.6:5 )
-	gnome-keyring? ( gnome-base/gnome-keyring )"
+	gnome-keyring? ( gnome-base/gnome-keyring )
+	kde? ( kde-frameworks/kwallet:5 )
+	libressl? ( dev-libs/libressl:= )
+	!libressl? ( dev-libs/openssl:0 )
+"
 DEPEND="${RDEPEND}
 	>=dev-qt/linguist-tools-5.6:5
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 DOCS=( AUTHORS BUILDING CHANGELOG FAQ README.md )
 
 src_unpack() {
-	if [[ ${PV} == *9999* ]]; then
+	if [[ ${PV} == *9999 ]]; then
 		git-r3_src_unpack
-		unpack ${A}
-	else
-		default
 	fi
+	default
 }
 
 src_prepare() {
+	# get extra plugins into qupzilla build tree
+	mv "${WORKDIR}"/${PN}-plugins-${PLUGINS_HASH}/plugins/* "${S}"/src/plugins/ || die
+
 	rm_loc() {
 		# remove localizations the user has not specified
 		sed -i -e "/${1}.ts/d" translations/translations.pri || die
@@ -71,10 +80,7 @@ src_prepare() {
 	# remove empty locale
 	rm translations/empty.ts || die
 
-	# get extra plugins into qupzilla build tree
-	mv "${WORKDIR}"/${PN}-plugins-${PLUGINS_HASH}/plugins/* "${S}"/src/plugins/ || die
-
-	l10n_find_plocales_changes "translations" "" ".ts"
+	l10n_find_plocales_changes translations '' .ts
 	l10n_for_each_disabled_locale_do rm_loc
 
 	default
@@ -83,12 +89,15 @@ src_prepare() {
 src_configure() {
 	# see BUILDING document for explanation of options
 	export \
-		QUPZILLA_PREFIX="${EPREFIX}/usr/" \
+		QUPZILLA_PREFIX="${EPREFIX}/usr" \
 		USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)" \
-		DISABLE_DBUS=$(usex dbus '' 'true') \
-		NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs 'true' '')
+		DEBUG_BUILD=$(usex debug true '') \
+		DISABLE_DBUS=$(usex dbus '' true) \
+		GNOME_INTEGRATION=$(usex gnome-keyring true '') \
+		KDE_INTEGRATION=$(usex kde true '') \
+		NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs true '')
 
-	eqmake5 $(use gnome-keyring && echo "DEFINES+=GNOME_INTEGRATION")
+	eqmake5
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-05-26 17:44 Davide Pesavento
  0 siblings, 0 replies; 30+ messages in thread
From: Davide Pesavento @ 2016-05-26 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f45a6b6100a4f78a50a1d5572a49ec3f710f57de
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 13:47:50 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu May 26 17:41:42 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=f45a6b61

www-client/qupzilla: Update plugins.

Package-Manager: portage-2.2.28

 www-client/qupzilla/Manifest             | 2 +-
 www-client/qupzilla/qupzilla-9999.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
index 0841865..baa03ab 100644
--- a/www-client/qupzilla/Manifest
+++ b/www-client/qupzilla/Manifest
@@ -1 +1 @@
-DIST qupzilla-plugins-2015.10.02.tar.gz 335649 SHA256 9e167a6f1234b0b51c26cbd4acc5bcdc83c760ef5c2ff8573f90aa64c3a40553 SHA512 de2208fec40a1412a1feb4bd995ae25ff04a1f3577449f7c90bc5d2f46b01c8cf33757db5a0fa69ddb5a1a27764a0230664a5b2adc89ebc2b43df5df5e2b4f31 WHIRLPOOL 8fc24f0891fbb7e8378aae900c25bc29604f13febd9b30594e2e25d55a02707d047835e2fef82482c632ef35b93046a7e2990a82d285c159de6cf603525d01d5
+DIST qupzilla-plugins-2016.05.02.tar.gz 425314 SHA256 276491a89daf1b64d6eab861b54d313e85c815d322bf51d47491f00ad22f55bc SHA512 b294ecb2372b3267603a43bc7412ab75d2cd29a8c4667331f0d2c74e3b0b99d0c2a005b9e4854c6d777894522bba9fb3b1607e85e8da6dcbaa760c9ddc6288f2 WHIRLPOOL 471807dc70dd3ea072f1e429a6e67ea97ecd5eadc02ac19debdcddfca4f5cb8e1767ad754aed1ff8a557f0734460a87b4e2d5e01ea57d07c473f48b006e32ef1

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index 512d0b9..cceded2 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -10,8 +10,8 @@ PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_ES es_MX es_VE eu_ES
 	sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn
 	zh_CN zh_TW"
 
-PLUGINS_HASH='7b037cc326921cefbfc6b5e54e2091eb4191e73f'
-PLUGINS_VERSION='2015.10.02' # if there are no updates, we can use the older archive
+PLUGINS_HASH='c332d306c0f6cf645c75eaf198d2fc5e12339e9e'
+PLUGINS_VERSION='2016.05.02' # if there are no updates, we can use the older archive
 
 inherit l10n qmake-utils
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-05-26 17:44 Davide Pesavento
  0 siblings, 0 replies; 30+ messages in thread
From: Davide Pesavento @ 2016-05-26 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     60923b86db5a2c6f1fbc43d1ab50a1c48b19f473
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 13:47:16 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu May 26 17:41:42 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=60923b86

www-client/qupzilla: Update PLOCALES.

Package-Manager: portage-2.2.28

 www-client/qupzilla/qupzilla-9999.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index 6d2a96f..512d0b9 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -4,10 +4,12 @@
 
 EAPI=6
 
-PLOCALES="ar_SA bg_BG ca_ES cs_CZ de_DE el_GR es_ES es_MX es_VE eu_ES fa_IR
-	fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg lv_LV
-	nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr sr@ijekavian
-	sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn zh_CN zh_TW"
+PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_ES es_MX es_VE eu_ES
+	fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg
+	lt lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr
+	sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn
+	zh_CN zh_TW"
+
 PLUGINS_HASH='7b037cc326921cefbfc6b5e54e2091eb4191e73f'
 PLUGINS_VERSION='2015.10.02' # if there are no updates, we can use the older archive
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2016-05-26 17:44 Davide Pesavento
  0 siblings, 0 replies; 30+ messages in thread
From: Davide Pesavento @ 2016-05-26 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4fe329e59a176c5663e41a29f01761b5d497e04a
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 13:41:52 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu May 26 17:41:42 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=4fe329e5

www-client/qupzilla: Change 'BUILDING' to 'BUILDING.md'.

Rename the file to go along with an upstream change and fix install phase.

Package-Manager: portage-2.2.28

 www-client/qupzilla/qupzilla-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index f02ae4b..6d2a96f 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -55,7 +55,7 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig
 "
 
-DOCS=( AUTHORS BUILDING CHANGELOG FAQ README.md )
+DOCS=( AUTHORS BUILDING.md CHANGELOG FAQ README.md )
 
 src_unpack() {
 	if [[ ${PV} == *9999 ]]; then


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2017-02-25 10:44 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2017-02-25 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0756013c2d947d7dcef9c419f3a2b7048b855566
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 16:17:32 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 10:44:03 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0756013c

www-client/qupzilla: Bump Qt requirement from 5.6 to 5.8.

Qt 5.8 is required since an upstream change made on 2017-02-06:

https://github.com/QupZilla/qupzilla/commit/13cba7a069f208dd1b03b3426911a40f882d7bf2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/qupzilla/qupzilla-9999.ebuild | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index cceded26..b0a39085 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -34,26 +34,26 @@ SLOT="0"
 IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs"
 
 RDEPEND="
-	>=dev-qt/qtconcurrent-5.6:5
-	>=dev-qt/qtcore-5.6:5
-	>=dev-qt/qtdeclarative-5.6:5[widgets]
-	>=dev-qt/qtgui-5.6:5
-	>=dev-qt/qtnetwork-5.6:5[ssl]
-	>=dev-qt/qtprintsupport-5.6:5
-	>=dev-qt/qtsql-5.6:5[sqlite]
-	>=dev-qt/qtwebchannel-5.6:5
-	>=dev-qt/qtwebengine-5.6:5[widgets]
-	>=dev-qt/qtwidgets-5.6:5
-	>=dev-qt/qtx11extras-5.6:5
+	>=dev-qt/qtconcurrent-5.8:5
+	>=dev-qt/qtcore-5.8:5
+	>=dev-qt/qtdeclarative-5.8:5[widgets]
+	>=dev-qt/qtgui-5.8:5
+	>=dev-qt/qtnetwork-5.8:5[ssl]
+	>=dev-qt/qtprintsupport-5.8:5
+	>=dev-qt/qtsql-5.8:5[sqlite]
+	>=dev-qt/qtwebchannel-5.8:5
+	>=dev-qt/qtwebengine-5.8:5[widgets]
+	>=dev-qt/qtwidgets-5.8:5
+	>=dev-qt/qtx11extras-5.8:5
 	x11-libs/libxcb:=
-	dbus? ( >=dev-qt/qtdbus-5.6:5 )
+	dbus? ( >=dev-qt/qtdbus-5.8:5 )
 	gnome-keyring? ( gnome-base/gnome-keyring )
 	kde? ( kde-frameworks/kwallet:5 )
 	libressl? ( dev-libs/libressl:= )
 	!libressl? ( dev-libs/openssl:0 )
 "
 DEPEND="${RDEPEND}
-	>=dev-qt/linguist-tools-5.6:5
+	>=dev-qt/linguist-tools-5.8:5
 	virtual/pkgconfig
 "
 


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2017-02-25 10:44 Michael Palimaka
  0 siblings, 0 replies; 30+ messages in thread
From: Michael Palimaka @ 2017-02-25 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4b10dabef17239fe9c818d57e3fe4e02c4ce35b4
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 16:20:37 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 10:44:04 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=4b10dabe

www-client/qupzilla: Update PLOCALES.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/qupzilla/qupzilla-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index b0a39085..cac71977 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -5,10 +5,10 @@
 EAPI=6
 
 PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_ES es_MX es_VE eu_ES
-	fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID it_IT ja_JP ka_GE lg
-	lt lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr
+	fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID is it_IT ja_JP ka_GE
+	lg lt lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr
 	sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn
-	zh_CN zh_TW"
+	zh_CN zh_HK zh_TW"
 
 PLUGINS_HASH='c332d306c0f6cf645c75eaf198d2fc5e12339e9e'
 PLUGINS_VERSION='2016.05.02' # if there are no updates, we can use the older archive


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2017-08-26 14:52 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2017-08-26 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     79f540fd9be7bb24c35f2e1481be2d86fb96a47e
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Aug 26 14:50:03 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 14:50:03 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=79f540fd

www-client/qupzilla: Sync w/ tree - USE=kwallet, https, deps

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-client/qupzilla/metadata.xml         | 27 ++++++++++++++-------------
 www-client/qupzilla/qupzilla-9999.ebuild | 12 ++++++------
 2 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml
index 5f0517cc..b2c82f81 100644
--- a/www-client/qupzilla/metadata.xml
+++ b/www-client/qupzilla/metadata.xml
@@ -1,17 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>qt@gentoo.org</email>
-    <name>Gentoo Qt Project</name>
-  </maintainer>
-  <use>
-    <flag name="nonblockdialogs">Enable fancy non-blocking JavaScript dialogs
-      shown inside the page, not blocking the application window. When closing
-      browser windows with open dialogs, this can crash the application.
-    </flag>
-  </use>
-  <upstream>
-    <remote-id type="github">QupZilla/qupzilla</remote-id>
-  </upstream>
+	<maintainer type="project">
+		<email>qt@gentoo.org</email>
+		<name>Gentoo Qt Project</name>
+	</maintainer>
+	<use>
+		<flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag>
+		<flag name="nonblockdialogs">Enable fancy non-blocking JavaScript dialogs
+			shown inside the page, not blocking the application window. When closing
+			browser windows with open dialogs, this can crash the application.
+		</flag>
+	</use>
+	<upstream>
+		<remote-id type="github">QupZilla/qupzilla</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
index ef2a574d..0fc69015 100644
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ b/www-client/qupzilla/qupzilla-9999.ebuild
@@ -25,15 +25,14 @@ else
 fi
 
 DESCRIPTION="A cross-platform web browser using QtWebEngine"
-HOMEPAGE="http://www.qupzilla.com/"
+HOMEPAGE="https://www.qupzilla.com/"
 SRC_URI+=" https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_VERSION}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs"
+IUSE="dbus debug gnome-keyring kwallet libressl nonblockdialogs"
 
 RDEPEND="
-	>=dev-qt/qtconcurrent-5.8:5
 	>=dev-qt/qtcore-5.8:5
 	>=dev-qt/qtdeclarative-5.8:5[widgets]
 	>=dev-qt/qtgui-5.8:5
@@ -47,12 +46,13 @@ RDEPEND="
 	x11-libs/libxcb:=
 	dbus? ( >=dev-qt/qtdbus-5.8:5 )
 	gnome-keyring? ( gnome-base/gnome-keyring )
-	kde? ( kde-frameworks/kwallet:5 )
+	kwallet? ( kde-frameworks/kwallet:5 )
 	libressl? ( dev-libs/libressl:= )
-	!libressl? ( dev-libs/openssl:0 )
+	!libressl? ( dev-libs/openssl:0= )
 "
 DEPEND="${RDEPEND}
 	>=dev-qt/linguist-tools-5.8:5
+	>=dev-qt/qtconcurrent-5.8:5
 	virtual/pkgconfig
 "
 
@@ -95,7 +95,7 @@ src_configure() {
 		DEBUG_BUILD=$(usex debug true '') \
 		DISABLE_DBUS=$(usex dbus '' true) \
 		GNOME_INTEGRATION=$(usex gnome-keyring true '') \
-		KDE_INTEGRATION=$(usex kde true '') \
+		KDE_INTEGRATION=$(usex kwallet true '') \
 		NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs true '')
 
 	eqmake5


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/
@ 2018-06-12 16:05 Andreas Sturmlechner
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Sturmlechner @ 2018-06-12 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ee3936647adbf6832dd4c9a485ca46b0e212c354
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Jun 12 16:01:16 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 16:03:56 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ee393664

www-client/qupzilla: Remove package, no more development

Now known as Falkon, a KDE project.

 www-client/qupzilla/Manifest             |   1 -
 www-client/qupzilla/metadata.xml         |  18 ------
 www-client/qupzilla/qupzilla-9999.ebuild | 107 -------------------------------
 3 files changed, 126 deletions(-)

diff --git a/www-client/qupzilla/Manifest b/www-client/qupzilla/Manifest
deleted file mode 100644
index baa03ab5..00000000
--- a/www-client/qupzilla/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qupzilla-plugins-2016.05.02.tar.gz 425314 SHA256 276491a89daf1b64d6eab861b54d313e85c815d322bf51d47491f00ad22f55bc SHA512 b294ecb2372b3267603a43bc7412ab75d2cd29a8c4667331f0d2c74e3b0b99d0c2a005b9e4854c6d777894522bba9fb3b1607e85e8da6dcbaa760c9ddc6288f2 WHIRLPOOL 471807dc70dd3ea072f1e429a6e67ea97ecd5eadc02ac19debdcddfca4f5cb8e1767ad754aed1ff8a557f0734460a87b4e2d5e01ea57d07c473f48b006e32ef1

diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml
deleted file mode 100644
index b2c82f81..00000000
--- a/www-client/qupzilla/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>qt@gentoo.org</email>
-		<name>Gentoo Qt Project</name>
-	</maintainer>
-	<use>
-		<flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag>
-		<flag name="nonblockdialogs">Enable fancy non-blocking JavaScript dialogs
-			shown inside the page, not blocking the application window. When closing
-			browser windows with open dialogs, this can crash the application.
-		</flag>
-	</use>
-	<upstream>
-		<remote-id type="github">QupZilla/qupzilla</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/www-client/qupzilla/qupzilla-9999.ebuild b/www-client/qupzilla/qupzilla-9999.ebuild
deleted file mode 100644
index 0fc69015..00000000
--- a/www-client/qupzilla/qupzilla-9999.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_ES es_MX es_VE eu_ES
-	fa_IR fi_FI fr_FR gl_ES he_IL hr_HR hu_HU id_ID is it_IT ja_JP ka_GE
-	lg lt lv_LV nl_NL nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr
-	sr@ijekavian sr@ijekavianlatin sr@latin sv_SE tr_TR uk_UA uz@Latn
-	zh_CN zh_HK zh_TW"
-
-PLUGINS_HASH='c332d306c0f6cf645c75eaf198d2fc5e12339e9e'
-PLUGINS_VERSION='2016.05.02' # if there are no updates, we can use the older archive
-
-inherit l10n qmake-utils
-
-if [[ ${PV} == *9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/QupZilla/${PN}.git"
-else
-	MY_P=QupZilla-${PV}
-	SRC_URI="https://github.com/QupZilla/${PN}/releases/download/v${PV}/${MY_P}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
-	S=${WORKDIR}/${MY_P}
-fi
-
-DESCRIPTION="A cross-platform web browser using QtWebEngine"
-HOMEPAGE="https://www.qupzilla.com/"
-SRC_URI+=" https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar.gz -> ${PN}-plugins-${PLUGINS_VERSION}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="dbus debug gnome-keyring kwallet libressl nonblockdialogs"
-
-RDEPEND="
-	>=dev-qt/qtcore-5.8:5
-	>=dev-qt/qtdeclarative-5.8:5[widgets]
-	>=dev-qt/qtgui-5.8:5
-	>=dev-qt/qtnetwork-5.8:5[ssl]
-	>=dev-qt/qtprintsupport-5.8:5
-	>=dev-qt/qtsql-5.8:5[sqlite]
-	>=dev-qt/qtwebchannel-5.8:5
-	>=dev-qt/qtwebengine-5.8:5[widgets]
-	>=dev-qt/qtwidgets-5.8:5
-	>=dev-qt/qtx11extras-5.8:5
-	x11-libs/libxcb:=
-	dbus? ( >=dev-qt/qtdbus-5.8:5 )
-	gnome-keyring? ( gnome-base/gnome-keyring )
-	kwallet? ( kde-frameworks/kwallet:5 )
-	libressl? ( dev-libs/libressl:= )
-	!libressl? ( dev-libs/openssl:0= )
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/linguist-tools-5.8:5
-	>=dev-qt/qtconcurrent-5.8:5
-	virtual/pkgconfig
-"
-
-DOCS=( AUTHORS BUILDING.md CHANGELOG FAQ README.md )
-
-src_unpack() {
-	if [[ ${PV} == *9999 ]]; then
-		git-r3_src_unpack
-	fi
-	default
-}
-
-src_prepare() {
-	# get extra plugins into qupzilla build tree
-	mv "${WORKDIR}"/${PN}-plugins-${PLUGINS_HASH}/plugins/* "${S}"/src/plugins/ || die
-
-	rm_loc() {
-		# remove localizations the user has not specified
-		sed -i -e "/${1}.ts/d" translations/translations.pri || die
-		rm translations/${1}.ts || die
-	}
-
-	# remove outdated prebuilt localizations
-	rm -rf bin/locale || die
-
-	# remove empty locale
-	rm translations/empty.ts || die
-
-	l10n_find_plocales_changes translations '' .ts
-	l10n_for_each_disabled_locale_do rm_loc
-
-	default
-}
-
-src_configure() {
-	# see BUILDING document for explanation of options
-	export \
-		QUPZILLA_PREFIX="${EPREFIX}/usr" \
-		USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)" \
-		DEBUG_BUILD=$(usex debug true '') \
-		DISABLE_DBUS=$(usex dbus '' true) \
-		GNOME_INTEGRATION=$(usex gnome-keyring true '') \
-		KDE_INTEGRATION=$(usex kwallet true '') \
-		NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs true '')
-
-	eqmake5
-}
-
-src_install() {
-	emake INSTALL_ROOT="${D}" install
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2018-06-12 16:05 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 19:31 [gentoo-commits] proj/qt:master commit in: www-client/qupzilla/ Sergey Popov
  -- strict thread matches above, loose matches on Subject: below --
2018-06-12 16:05 Andreas Sturmlechner
2017-08-26 14:52 Andreas Sturmlechner
2017-02-25 10:44 Michael Palimaka
2017-02-25 10:44 Michael Palimaka
2016-05-26 17:44 Davide Pesavento
2016-05-26 17:44 Davide Pesavento
2016-05-26 17:44 Davide Pesavento
2016-04-28 20:01 Davide Pesavento
2016-04-28 13:25 Davide Pesavento
2016-04-28 13:25 Davide Pesavento
2016-04-28 13:25 Davide Pesavento
2016-01-16 12:47 Michael Palimaka
2016-01-16 12:00 Michael Palimaka
2016-01-16 11:43 Michael Palimaka
2016-01-16 11:43 Michael Palimaka
2015-10-01 13:00 Michael Palimaka
2015-10-01 13:00 Michael Palimaka
2014-10-02  3:14 Ben de Groot
2014-10-01  3:02 Ben de Groot
2014-06-18 19:31 Sergey Popov
2014-06-18 13:07 Michael Palimaka
2013-01-29 21:21 Markos Chandras
2012-09-19  8:31 Ben de Groot
2012-09-17 16:58 Ben de Groot
2012-09-03  3:33 Ben de Groot
2012-03-31 13:17 Davide Pesavento
2012-03-03  4:02 Ben de Groot
2012-02-03 23:36 Johannes Huber
2012-02-03  4:22 Ben de Groot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox