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-quicklauncher-plugin: ChangeLog xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
Date: Thu, 18 Feb 2010 21:43:02
Message-Id: E1NiE9B-0005QC-Qo@stork.gentoo.org
1 ssuominen 10/02/18 21:42:57
2
3 Modified: ChangeLog
4 Added: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
5 Log:
6 Missing X-XFCE-Module-Path entry in quicklauncher.desktop wrt #301524.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 xfce-extra/xfce4-quicklauncher-plugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 8 Oct 2009 17:41:06 -0000 1.2
23 +++ ChangeLog 18 Feb 2010 21:42:57 -0000 1.3
24 @@ -1,6 +1,13 @@
25 # ChangeLog for xfce-extra/xfce4-quicklauncher-plugin
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.2 2009/10/08 17:41:06 darkside Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/ChangeLog,v 1.3 2010/02/18 21:42:57 ssuominen Exp $
30 +
31 +*xfce4-quicklauncher-plugin-1.9.4-r1 (18 Feb 2010)
32 +
33 + 18 Feb 2010; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,
35 + +files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch:
36 + Missing X-XFCE-Module-Path entry in quicklauncher.desktop wrt #301524.
37
38 08 Oct 2009; Jeremy Olexa <darkside@g.o>
39 xfce4-quicklauncher-plugin-1.9.4.ebuild:
40
41
42
43 1.1 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.1 2010/02/18 21:42:57 ssuominen Exp $
53
54 EAUTORECONF=yes
55 EINTLTOOLIZE=yes
56 EAPI=2
57 inherit xfconf
58
59 DESCRIPTION="Xfce4 panel quicklauncher plugin"
60 HOMEPAGE="http://www.xfce.org/"
61 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.9/${P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
66 IUSE="debug"
67
68 RDEPEND=">=xfce-base/xfce4-panel-4.3.20
69 >=xfce-base/libxfcegui4-4.3.20"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 dev-util/intltool"
73
74 pkg_setup() {
75 DOCS="AUTHORS ChangeLog TODO"
76 XFCONF="--disable-dependency-tracking
77 $(use_enable debug)"
78 PATCHES=( "${FILESDIR}/${P}-X-XFCE-Module-Path.patch" )
79 }
80
81 src_prepare() {
82 sed -i \
83 -e "/^AC_INIT/s/quicklauncher_version()/quicklauncher_version/" \
84 configure.ac || die
85 xfconf_src_prepare
86 }