Gentoo Archives: gentoo-commits

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