hwoarang    15/02/22 16:43:54

  Modified:             ChangeLog
  Added:                lightdm-gtk-greeter-2.0.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.28                 x11-misc/lightdm-gtk-greeter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   8 Nov 2014 13:51:55 -0000       1.27
+++ ChangeLog   22 Feb 2015 16:43:54 -0000      1.28
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/lightdm-gtk-greeter
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 
1.27 2014/11/08 13:51:55 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 
1.28 2015/02/22 16:43:54 hwoarang Exp $
+
+*lightdm-gtk-greeter-2.0.0 (22 Feb 2015)
+
+  22 Feb 2015; Markos Chandras <[email protected]>
+  +lightdm-gtk-greeter-2.0.0.ebuild:
+  Version bump
 
   08 Nov 2014; Markos Chandras <[email protected]>
   -lightdm-gtk-greeter-1.8.4.ebuild, -lightdm-gtk-greeter-1.8.5.ebuild:



1.1                  
x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.0.ebuild?rev=1.1&content-type=text/plain

Index: lightdm-gtk-greeter-2.0.0.ebuild
===================================================================
# Copyright 1999-2015 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-2.0.0.ebuild,v
 1.1 2015/02/22 16:43:54 hwoarang Exp $

EAPI=4

inherit versionator

DESCRIPTION="LightDM GTK+ Greeter"
HOMEPAGE="http://launchpad.net/lightdm-gtk-greeter";
SRC_URI="http://launchpad.net/lightdm-gtk-greeter/$(get_version_component_range 
1-2)/${PV}/+download/${P}.tar.gz branding? (
http://dev.gentoo.org/~hwoarang/distfiles/lightdm-gentoo-patch-2.tar.gz )"

LICENSE="GPL-3 LGPL-3
        branding? ( CC-BY-3.0 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="branding"

DEPEND="x11-libs/gtk+:3
        >=x11-misc/lightdm-1.2.2"
RDEPEND="!!<x11-misc/lightdm-1.1.1
        x11-libs/gtk+:3
        >=x11-misc/lightdm-1.2.2
        x11-themes/gnome-themes-standard
        x11-themes/gnome-icon-theme"

GENTOO_BG="gentoo-bg_65.jpg"

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

        if use branding; then
                insinto /etc/lightdm/
                doins "${WORKDIR}"/${PN}.conf
                insinto /usr/share/lightdm/backgrounds/
                doins "${WORKDIR}"/${GENTOO_BG}
                sed -i -e \
                        
"/background/s:=.*:=/usr/share/lightdm/backgrounds/${GENTOO_BG}:" \
                        "${D}"/etc/lightdm/${PN}.conf || die
                newdoc "${WORKDIR}"/README.txt README-background.txt
        fi
}




Reply via email to