Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxde-common: ChangeLog lxde-common-0.5.5.ebuild
Date: Wed, 03 Aug 2011 09:33:07
Message-Id: 20110803093257.E702B2004C@flycatcher.gentoo.org
1 hwoarang 11/08/03 09:32:57
2
3 Modified: ChangeLog
4 Added: lxde-common-0.5.5.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.25 lxde-base/lxde-common/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 19 Jun 2011 13:53:20 -0000 1.24
24 +++ ChangeLog 3 Aug 2011 09:32:57 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for lxde-base/lxde-common
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.24 2011/06/19 13:53:20 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.25 2011/08/03 09:32:57 hwoarang Exp $
30 +
31 +*lxde-common-0.5.5 (03 Aug 2011)
32 +
33 + 03 Aug 2011; Markos Chandras <hwoarang@g.o> +lxde-common-0.5.5.ebuild:
34 + Version bump
35
36 19 Jun 2011; Markus Meier <maekke@g.o> lxde-common-0.5.0-r2.ebuild:
37 x86 stable, bug #370555
38
39
40
41 1.1 lxde-base/lxde-common/lxde-common-0.5.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lxde-common-0.5.5.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/lxde-base/lxde-common/lxde-common-0.5.5.ebuild,v 1.1 2011/08/03 09:32:57 hwoarang Exp $
51
52 EAPI="4"
53
54 DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
55 HOMEPAGE="http://lxde.sf.net/"
56 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
61 IUSE=""
62
63 RDEPEND="x11-libs/gtk+:2"
64 DEPEND="${RDEPEND}
65 dev-util/pkgconfig
66 sys-devel/gettext"
67 PDEPEND="lxde-base/lxde-icon-theme"
68
69 src_install () {
70 emake DESTDIR="${D}" install
71 dodoc AUTHORS ChangeLog README
72 }
73
74 pkg_postinst() {
75 elog "${P} has renamed the configuration file name to"
76 elog "/etc/xdg/lxsession/LXDE/desktop.conf"
77 elog "Keep in mind you have to migrate your custom settings"
78 elog "from /etc/xdg/lxsession/LXDE/config"
79 }