Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/lightdm-gtk-greeter: lightdm-gtk-greeter-1.1.5.ebuild ChangeLog
Date: Sat, 28 Apr 2012 14:52:36
Message-Id: 20120428145226.E28C12004B@flycatcher.gentoo.org
1 hwoarang 12/04/28 14:52:26
2
3 Modified: ChangeLog
4 Added: lightdm-gtk-greeter-1.1.5.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.1.10.57/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 x11-misc/lightdm-gtk-greeter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 27 Feb 2012 20:00:10 -0000 1.5
24 +++ ChangeLog 28 Apr 2012 14:52:26 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/lightdm-gtk-greeter
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 1.5 2012/02/27 20:00:10 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 1.6 2012/04/28 14:52:26 hwoarang Exp $
30 +
31 +*lightdm-gtk-greeter-1.1.5 (28 Apr 2012)
32 +
33 + 28 Apr 2012; Markos Chandras <hwoarang@g.o>
34 + +lightdm-gtk-greeter-1.1.5.ebuild:
35 + version bump
36
37 27 Feb 2012; Markos Chandras <hwoarang@g.o>
38 lightdm-gtk-greeter-1.1.4-r1.ebuild:
39
40
41
42 1.1 x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lightdm-gtk-greeter-1.1.5.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.5.ebuild,v 1.1 2012/04/28 14:52:26 hwoarang Exp $
52
53 EAPI=4
54
55 DESCRIPTION="LightDM GTK+ Greeter"
56 HOMEPAGE="http://launchpad.net/lightdm-gtk-greeter"
57 SRC_URI="http://launchpad.net/lightdm-gtk-greeter/trunk/${PV}/+download/${P}.tar.gz branding? (
58 http://dev.gentoo.org/~hwoarang/distfiles/lightdm-gentoo-patch.tar.gz )"
59
60 LICENSE="GPL-3 LGPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="branding"
64
65 DEPEND="x11-libs/gtk+:3
66 >=x11-misc/lightdm-1.2.2"
67 RDEPEND="!!<x11-misc/lightdm-1.1.1
68 x11-libs/gtk+:3
69 >=x11-misc/lightdm-1.2.2
70 x11-themes/gnome-themes-standard
71 x11-themes/gnome-icon-theme"
72
73 src_prepare() {
74 # Ok, this has to be fixed in the tarball but I am too lazy to do it.
75 # I will fix this once I decide to update the tarball with a new gentoo
76 # background
77 # Bug #404467
78 if use branding; then
79 sed -i -e "/xft-hintstyle/s:slight:hintslight:" ${WORKDIR}/${PN}.conf || die
80 fi
81 }
82
83 src_install() {
84 default
85
86 if use branding; then
87 insinto /etc/lightdm/
88 doins "${WORKDIR}"/${PN}.conf
89 insinto /usr/share/lightdm/backgrounds/
90 doins "${WORKDIR}"/gentoo1024x768.png
91 sed -i -e "/background/s:=.*:=/usr/share/lightdm/backgrounds/gentoo1024x768.png:" \
92 "${D}"/etc/lightdm/${PN}.conf || die
93 fi
94 }