Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@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-r1.ebuild lxde-common-0.5.5.ebuild
Date: Sun, 28 Aug 2011 21:29:21
Message-Id: 20110828212230.5A3DC2004C@flycatcher.gentoo.org
1 vostorga 11/08/28 21:22:30
2
3 Modified: ChangeLog
4 Added: lxde-common-0.5.5-r1.ebuild
5 Removed: lxde-common-0.5.5.ebuild
6 Log:
7 Fixing missing lxde-logout icon, patch thanks to Markos Chandras <hwoarang@g.o> bug 380043
8
9 (Portage version: 2.1.10.3/cvs/Linux i686)
10
11 Revision Changes Path
12 1.26 lxde-base/lxde-common/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/ChangeLog?rev=1.26&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/ChangeLog?rev=1.26&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/ChangeLog?r1=1.25&r2=1.26
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v
21 retrieving revision 1.25
22 retrieving revision 1.26
23 diff -u -r1.25 -r1.26
24 --- ChangeLog 3 Aug 2011 09:32:57 -0000 1.25
25 +++ ChangeLog 28 Aug 2011 21:22:30 -0000 1.26
26 @@ -1,6 +1,13 @@
27 # ChangeLog for lxde-base/lxde-common
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.25 2011/08/03 09:32:57 hwoarang Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.26 2011/08/28 21:22:30 vostorga Exp $
31 +
32 +*lxde-common-0.5.5-r1 (28 Aug 2011)
33 +
34 + 28 Aug 2011; <vostorga@g.o> -lxde-common-0.5.5.ebuild,
35 + +lxde-common-0.5.5-r1.ebuild, +files/lxde-common-0.5.5-logout.patch:
36 + Fixing missing lxde-logout icon, patch thanks to Markos Chandras
37 + <hwoarang@g.o> bug 380043
38
39 *lxde-common-0.5.5 (03 Aug 2011)
40
41
42
43
44 1.1 lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: lxde-common-0.5.5-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.5-r1.ebuild,v 1.1 2011/08/28 21:22:30 vostorga Exp $
54
55 EAPI="4"
56
57 inherit eutils autotools
58
59 DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
60 HOMEPAGE="http://lxde.sf.net/"
61 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
66 IUSE=""
67
68 RDEPEND="x11-libs/gtk+:2"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig
71 sys-devel/gettext"
72 PDEPEND="lxde-base/lxde-icon-theme"
73
74 src_prepare() {
75 #bug 380043
76 epatch "${FILESDIR}"/${P}-logout.patch
77
78 # Rerun autotools
79 einfo "Regenerating autotools files..."
80 eautoreconf
81 }
82
83 src_install () {
84 emake DESTDIR="${D}" install
85 dodoc AUTHORS ChangeLog README
86 }
87
88 pkg_postinst() {
89 elog "${P} has renamed the configuration file name to"
90 elog "/etc/xdg/lxsession/LXDE/desktop.conf"
91 elog "Keep in mind you have to migrate your custom settings"
92 elog "from /etc/xdg/lxsession/LXDE/config"
93 }