Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/qupzilla: qupzilla-1.6.0-r1.ebuild ChangeLog qupzilla-1.6.0.ebuild
Date: Mon, 27 Jan 2014 01:30:34
Message-Id: 20140127012828.6615A2004C@flycatcher.gentoo.org
1 pesa 14/01/27 01:28:28
2
3 Modified: ChangeLog
4 Added: qupzilla-1.6.0-r1.ebuild
5 Removed: qupzilla-1.6.0.ebuild
6 Log:
7 Fix kwallet integration, add support for gnome-keyring (bug 499182). Ebuild cleanup.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
10
11 Revision Changes Path
12 1.37 www-client/qupzilla/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?rev=1.37&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?rev=1.37&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/ChangeLog?r1=1.36&r2=1.37
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v
21 retrieving revision 1.36
22 retrieving revision 1.37
23 diff -u -r1.36 -r1.37
24 --- ChangeLog 20 Jan 2014 17:24:35 -0000 1.36
25 +++ ChangeLog 27 Jan 2014 01:28:28 -0000 1.37
26 @@ -1,6 +1,13 @@
27 # ChangeLog for www-client/qupzilla
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.36 2014/01/20 17:24:35 yngwin Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.37 2014/01/27 01:28:28 pesa Exp $
31 +
32 +*qupzilla-1.6.0-r1 (27 Jan 2014)
33 +
34 + 27 Jan 2014; Davide Pesavento <pesa@g.o> +qupzilla-1.6.0-r1.ebuild,
35 + -qupzilla-1.6.0.ebuild:
36 + Fix kwallet integration, add support for gnome-keyring (bug 499182). Ebuild
37 + cleanup.
38
39 20 Jan 2014; Ben de Groot <yngwin@g.o> -qupzilla-1.4.3.ebuild:
40 remove old version
41
42
43
44 1.1 www-client/qupzilla/qupzilla-1.6.0-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/qupzilla-1.6.0-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/qupzilla/qupzilla-1.6.0-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: qupzilla-1.6.0-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.6.0-r1.ebuild,v 1.1 2014/01/27 01:28:28 pesa Exp $
54
55 EAPI=5
56 PLOCALES="ar_SA bg_BG bo_CN ca_ES cs_CZ da_DK de_DE el_GR es_AR es_ES es_VE
57 eu_ES fa_IR fr_FR gl_ES he_IL hu_HU id_ID it_IT ja_JP ka_GE lg my_MM nb_NO nl_NL
58 nqo pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr_BA sr_BA@latin sr_RS sr_RS@latin sv_SE
59 uk_UA zh_CN zh_TW"
60
61 inherit l10n multilib pax-utils qt4-r2 vcs-snapshot
62
63 DESCRIPTION="Qt WebKit web browser"
64 HOMEPAGE="http://www.qupzilla.com/"
65 SRC_URI="https://github.com/QupZilla/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
66 https://github.com/QupZilla/${PN}-plugins/archive/ce262a05e0f5cea171650ed6589a12359358a732.tar.gz -> ${PN}-plugins-${PV}.tar.gz"
67
68 LICENSE="GPL-3"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE="dbus debug gnome-keyring kde nonblockdialogs"
72
73 RDEPEND="
74 dev-libs/openssl:0
75 >=dev-qt/qtcore-4.8:4
76 >=dev-qt/qtgui-4.8:4
77 >=dev-qt/qtscript-4.8:4
78 >=dev-qt/qtsql-4.8:4[sqlite]
79 >=dev-qt/qtwebkit-4.8:4
80 dbus? ( >=dev-qt/qtdbus-4.8:4 )
81 gnome-keyring? ( gnome-base/gnome-keyring )
82 kde? ( kde-base/kwalletd:4 )
83 "
84 DEPEND="${RDEPEND}
85 virtual/pkgconfig
86 "
87
88 DOCS=(AUTHORS CHANGELOG FAQ README.md)
89
90 src_prepare() {
91 # remove outdated prebuilt localizations
92 rm -rf bin/locale || die
93
94 mv "${WORKDIR}"/${PN}-plugins-${PV}/plugins/* "${S}"/src/plugins/ || die
95 mv "${WORKDIR}"/${PN}-plugins-${PV}/themes/* "${S}"/bin/themes/ || die
96
97 qt4-r2_src_prepare
98 }
99
100 src_configure() {
101 # see BUILDING document for explanation of options
102 export \
103 QUPZILLA_PREFIX="${EPREFIX}/usr/" \
104 USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)" \
105 USE_QTWEBKIT_2_2=true \
106 DISABLE_DBUS=$(usex dbus '' 'true') \
107 KDE_INTEGRATION=$(usex kde 'true' '') \
108 NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs 'true' '')
109
110 eqmake4 $(use gnome-keyring && echo "DEFINES+=GNOME_INTEGRATION")
111 }
112
113 src_install() {
114 qt4-r2_src_install
115 l10n_for_each_disabled_locale_do rm_loc
116 pax-mark m "${ED}"/usr/bin/qupzilla
117 }
118
119 rm_loc() {
120 rm -f "${ED}"/usr/share/${PN}/locale/${1}.qm || die
121 }