Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/midori: ChangeLog midori-0.4.3.ebuild
Date: Thu, 22 Dec 2011 16:23:49
Message-Id: 20111222162336.9C5442004B@flycatcher.gentoo.org
1 ssuominen 11/12/22 16:23:36
2
3 Modified: ChangeLog
4 Added: midori-0.4.3.ebuild
5 Log:
6 Version bump wrt #395259 by "Vladimir"
7
8 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.81 www-client/midori/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/ChangeLog?rev=1.81&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/ChangeLog?rev=1.81&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/ChangeLog?r1=1.80&r2=1.81
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v
20 retrieving revision 1.80
21 retrieving revision 1.81
22 diff -u -r1.80 -r1.81
23 --- ChangeLog 11 Dec 2011 07:20:03 -0000 1.80
24 +++ ChangeLog 22 Dec 2011 16:23:36 -0000 1.81
25 @@ -1,6 +1,11 @@
26 # ChangeLog for www-client/midori
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v 1.80 2011/12/11 07:20:03 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v 1.81 2011/12/22 16:23:36 ssuominen Exp $
30 +
31 +*midori-0.4.3 (22 Dec 2011)
32 +
33 + 22 Dec 2011; Samuli Suominen <ssuominen@g.o> +midori-0.4.3.ebuild:
34 + Version bump wrt #395259 by "Vladimir"
35
36 11 Dec 2011; Samuli Suominen <ssuominen@g.o> -midori-0.4.0.ebuild,
37 -files/midori-0.4.0-webkit151.patch:
38
39
40
41 1.1 www-client/midori/midori-0.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: midori-0.4.3.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.4.3.ebuild,v 1.1 2011/12/22 16:23:36 ssuominen Exp $
51
52 EAPI=4
53 inherit eutils fdo-mime gnome2-utils python waf-utils
54
55 PV_vala_version=0.14
56
57 DESCRIPTION="A lightweight web browser based on WebKitGTK+"
58 HOMEPAGE="http://www.twotoasts.de/index.php?/pages/midori_summary.html"
59 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
60
61 LICENSE="LGPL-2.1 MIT"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
64 IUSE="doc gnome libnotify nls +unique"
65
66 RDEPEND="dev-db/sqlite:3
67 >=dev-libs/glib-2.22
68 dev-libs/libxml2
69 net-libs/libsoup:2.4
70 net-libs/webkit-gtk:3
71 x11-libs/gtk+:3
72 x11-libs/libXScrnSaver
73 gnome? ( net-libs/libsoup-gnome:2.4 )
74 libnotify? ( x11-libs/libnotify )
75 unique? ( dev-libs/libunique:3 )"
76 DEPEND="${RDEPEND}
77 || ( dev-lang/python:2.7 dev-lang/python:2.6 )
78 dev-lang/vala:${PV_vala_version}
79 dev-util/intltool
80 gnome-base/librsvg
81 doc? ( dev-util/gtk-doc )
82 nls? ( sys-devel/gettext )"
83
84 pkg_setup() {
85 python_set_active_version 2
86 python_pkg_setup
87
88 DOCS=( AUTHORS ChangeLog HACKING INSTALL TODO TRANSLATE )
89 HTML_DOCS=( data/faq.html data/faq.css )
90 }
91
92 src_configure() {
93 strip-linguas -i po
94
95 VALAC="$(type -P valac-${PV_vala_version})" \
96 waf-utils_src_configure \
97 --disable-docs \
98 $(use_enable doc apidocs) \
99 $(use_enable unique) \
100 $(use_enable libnotify) \
101 --enable-addons \
102 $(use_enable nls) \
103 --enable-gtk3
104 }
105
106 pkg_preinst() {
107 gnome2_icon_savelist
108 }
109
110 pkg_postinst() {
111 fdo-mime_desktop_database_update
112 fdo-mime_mime_database_update
113 gnome2_icon_cache_update
114 }
115
116 pkg_postrm() {
117 fdo-mime_desktop_database_update
118 fdo-mime_mime_database_update
119 gnome2_icon_cache_update
120 }