summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-02-23 23:45:00 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-02-23 23:45:00 +0000
commit988444c271c1a85ff0948e23389dbde58b3096c7 (patch)
tree955adf603ab2f29f116473649e7f71734a29c306 /x11-misc/lightdm-gtk-greeter
parentAdd -nopie to CFLAGS for hardened because of PIC unfriendly asm (diff)
downloadgentoo-2-988444c271c1a85ff0948e23389dbde58b3096c7.tar.gz
gentoo-2-988444c271c1a85ff0948e23389dbde58b3096c7.tar.bz2
gentoo-2-988444c271c1a85ff0948e23389dbde58b3096c7.zip
Fix typo in Gentoo's gtk greeter. Bug #404467
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/lightdm-gtk-greeter')
-rw-r--r--x11-misc/lightdm-gtk-greeter/ChangeLog8
-rw-r--r--x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.4-r1.ebuild (renamed from x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.4.ebuild)12
2 files changed, 18 insertions, 2 deletions
diff --git a/x11-misc/lightdm-gtk-greeter/ChangeLog b/x11-misc/lightdm-gtk-greeter/ChangeLog
index 18e2ad28f313..b001598e9219 100644
--- a/x11-misc/lightdm-gtk-greeter/ChangeLog
+++ b/x11-misc/lightdm-gtk-greeter/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/lightdm-gtk-greeter
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 1.3 2012/02/19 23:11:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 1.4 2012/02/23 23:45:00 hwoarang Exp $
+
+*lightdm-gtk-greeter-1.1.4-r1 (23 Feb 2012)
+
+ 23 Feb 2012; Markos Chandras <hwoarang@gentoo.org>
+ +lightdm-gtk-greeter-1.1.4-r1.ebuild, -lightdm-gtk-greeter-1.1.4.ebuild:
+ Fix typo in Gentoo's gtk greeter. Bug #404467
19 Feb 2012; Markos Chandras <hwoarang@gentoo.org>
lightdm-gtk-greeter-1.1.4.ebuild:
diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.4.ebuild b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.4-r1.ebuild
index d6c551a86f1d..bce6dd16e40f 100644
--- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.4.ebuild
+++ b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.4.ebuild,v 1.3 2012/02/19 23:11:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.4-r1.ebuild,v 1.1 2012/02/23 23:45:00 hwoarang Exp $
EAPI=4
@@ -20,6 +20,16 @@ RDEPEND="!!<x11-misc/lightdm-1.1.1
x11-themes/gnome-themes-standard
x11-themes/gnome-icon-theme"
+src_prepare() {
+ # Ok, this has to be fixed in the tarball but I am too lazy to do it.
+ # I will fix this once I decide to update the tarball with a new gentoo
+ # background
+ # Bug #404467
+ if use branding; then
+ sed -i -e "/xft-hintstyle/s:slight:hintslight:" ${WORKDIR}/${PN}.conf || die
+ fi
+}
+
src_install() {
default