Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-smartbookmark-plugin: ChangeLog xfce4-smartbookmark-plugin-0.4.4-r1.ebuild
Date: Mon, 02 Apr 2012 11:53:22
Message-Id: 20120402115311.CEE662004B@flycatcher.gentoo.org
1 ssuominen 12/04/02 11:53:11
2
3 Modified: ChangeLog
4 Added: xfce4-smartbookmark-plugin-0.4.4-r1.ebuild
5 Log:
6 Use exo-open instead of xfbrowser4 for compability with Xfce 4.10.
7
8 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 xfce-extra/xfce4-smartbookmark-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 13 Feb 2012 22:01:42 -0000 1.8
24 +++ ChangeLog 2 Apr 2012 11:53:11 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-smartbookmark-plugin
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog,v 1.8 2012/02/13 22:01:42 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog,v 1.9 2012/04/02 11:53:11 ssuominen Exp $
30 +
31 +*xfce4-smartbookmark-plugin-0.4.4-r1 (02 Apr 2012)
32 +
33 + 02 Apr 2012; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-smartbookmark-plugin-0.4.4-r1.ebuild:
35 + Use exo-open instead of xfbrowser4 for compability with Xfce 4.10.
36
37 13 Feb 2012; Markus Meier <maekke@g.o>
38 xfce4-smartbookmark-plugin-0.4.4.ebuild:
39
40
41
42 1.1 xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.4-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.4-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.4-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-smartbookmark-plugin-0.4.4-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.4-r1.ebuild,v 1.1 2012/04/02 11:53:11 ssuominen Exp $
52
53 EAPI=4
54 inherit xfconf
55
56 DESCRIPTION="Smart bookmark plug-in for the Xfce desktop environment"
57 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
58 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.4/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
63 IUSE="debug"
64
65 COMMON_DEPEND="x11-libs/gtk+:2
66 x11-libs/libX11
67 >=xfce-base/libxfcegui4-4.8
68 >=xfce-base/xfce4-panel-4.8"
69 RDEPEND="${COMMON_DEPEND}
70 >=xfce-base/exo-0.6"
71 DEPEND="${COMMON_DEPEND}
72 dev-util/intltool
73 dev-util/pkgconfig
74 sys-devel/gettext"
75
76 pkg_setup() {
77 XFCONF=(
78 --disable-static
79 $(xfconf_use_debug)
80 )
81
82 DOCS=( AUTHORS ChangeLog NEWS README )
83 }
84
85 src_prepare() {
86 sed -i \
87 -e 's:xfbrowser4:exo-open --launch WebBrowser:' \
88 -e 's:bugs.debian:bugs.gentoo:' \
89 src/smartbookmark.c || die
90
91 xfconf_src_prepare
92 }