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.0-r1.ebuild
Date: Thu, 29 Jul 2010 13:59:56
Message-Id: 20100729135953.4D3C42CE14@corvid.gentoo.org
1 vostorga 10/07/29 13:59:53
2
3 Modified: ChangeLog
4 Added: lxde-common-0.5.0-r1.ebuild
5 Log:
6 Showing desktop icons as expected, patch thanks to Lucas Paul <reilithion@×××××.com> , bug #327545
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.15 lxde-base/lxde-common/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 28 Feb 2010 18:34:40 -0000 1.14
23 +++ ChangeLog 29 Jul 2010 13:59:53 -0000 1.15
24 @@ -1,6 +1,14 @@
25 # ChangeLog for lxde-base/lxde-common
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.14 2010/02/28 18:34:40 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.15 2010/07/29 13:59:53 vostorga Exp $
29 +
30 +*lxde-common-0.5.0-r1 (29 Jul 2010)
31 +
32 + 29 Jul 2010; Víctor Ostorga <vostorga@g.o>
33 + +lxde-common-0.5.0-r1.ebuild,
34 + +files/lxde-common-0.5.0-desktop-icons.patch:
35 + Showing desktop icons as expected, patch thanks to Lucas Paul
36 + <reilithion@×××××.com> , bug #327545
37
38 28 Feb 2010; nixnut <nixnut@g.o> lxde-common-0.5.0.ebuild:
39 ppc stable #306433
40
41
42
43 1.1 lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: lxde-common-0.5.0-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/lxde-base/lxde-common/lxde-common-0.5.0-r1.ebuild,v 1.1 2010/07/29 13:59:53 vostorga Exp $
53
54 EAPI="1"
55
56 inherit eutils
57
58 DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset"
59 HOMEPAGE="http://lxde.sf.net/"
60 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~arm ~ppc ~x86"
65 IUSE=""
66
67 RDEPEND="x11-libs/gtk+:2"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig
70 sys-devel/gettext"
71 PDEPEND="lxde-base/lxde-icon-theme"
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76 epatch "${FILESDIR}"/${P}-session-fix.patch
77 epatch "${FILESDIR}"/${P}-desktop-icons.patch
78 }
79
80 src_install () {
81 emake DESTDIR="${D}" install || die "emake install failed"
82 dodoc AUTHORS ChangeLog README || die "dodoc failed"
83 }
84
85 pkg_postinst() {
86 elog "${P} has renamed the configuration file name to"
87 elog "/etc/xdg/lxsession/LXDE/desktop.conf"
88 elog "Keep in mind you have to migrate your custom settings"
89 elog "from /etc/xdg/lxsession/LXDE/config"
90 }