Gentoo Archives: gentoo-commits

From: "Pavel Kazakov (nullishzero)" <nullishzero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxappearance: lxappearance-0.5.4.ebuild ChangeLog
Date: Wed, 01 Jan 2014 04:43:53
Message-Id: 20140101044348.B63D92004C@flycatcher.gentoo.org
1 nullishzero 14/01/01 04:43:48
2
3 Modified: ChangeLog
4 Added: lxappearance-0.5.4.ebuild
5 Log:
6 Version bump and adding dbus use flag
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x39E7AB2E)
9
10 Revision Changes Path
11 1.36 lxde-base/lxappearance/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxappearance/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxappearance/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxappearance/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 15 Dec 2013 20:27:04 -0000 1.35
24 +++ ChangeLog 1 Jan 2014 04:43:48 -0000 1.36
25 @@ -1,6 +1,12 @@
26 # ChangeLog for lxde-base/lxappearance
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/ChangeLog,v 1.35 2013/12/15 20:27:04 nullishzero Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/ChangeLog,v 1.36 2014/01/01 04:43:48 nullishzero Exp $
31 +
32 +*lxappearance-0.5.4 (01 Jan 2014)
33 +
34 + 01 Jan 2014; Pavel Kazakov <nullishzero@g.o>
35 + +lxappearance-0.5.4.ebuild:
36 + Version bump and adding dbus use flag
37
38 *lxappearance-0.5.3 (15 Dec 2013)
39
40
41
42
43 1.1 lxde-base/lxappearance/lxappearance-0.5.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxappearance/lxappearance-0.5.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxappearance/lxappearance-0.5.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: lxappearance-0.5.4.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.5.4.ebuild,v 1.1 2014/01/01 04:43:48 nullishzero Exp $
53
54 EAPI=5
55
56 DESCRIPTION="LXDE GTK+ theme switcher"
57 HOMEPAGE="http://lxde.sourceforge.net"
58 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
63 IUSE="dbus"
64
65 RDEPEND="x11-libs/gtk+:2
66 dbus? ( dev-libs/dbus-glib )"
67 DEPEND="${RDEPEND}
68 virtual/pkgconfig
69 dev-util/intltool
70 sys-devel/gettext"
71
72 src_configure() {
73 econf \
74 $(use_enable dbus)
75 }