forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x11-misc/lightdm-gtk-greeter: revert version 1.3.1-r1 removal.
- Loading branch information
1 parent
897bc83
commit c4939e3
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
DIST lightdm-gentoo-patch-2.tar.gz 695543 SHA256 5733622609afa67c82e8b6bc4915d6fbbf8470604afe87c4334d418eb5834fa0 SHA512 8d9bfdee71ab1871de33e134b11bba409cc493876e5ae9534956100ff6af6c8748b29de9082ecf8b771ccac4c8c2024e15e93332165171dfe93eb99c9a834274 WHIRLPOOL cb5137a361f32c122fc7d7013f53e890c0ec1823bb78c61fbbeb03803363a2f94cfd61fba096036930d5c561452ab86bab85a9003b1afe521f8b77301c933338 | ||
DIST lightdm-gtk-greeter-1.3.1.tar.gz 374479 SHA256 a384b6413a52e6c6aeaf3242b2420e857ad7e2e4e5bec47da663e67076c0ee87 SHA512 3a597fcf3dff930c5ed9cc13675c0af6f385987718527a4a2598a92d2c114df5752d8ab7867d027b4c5de71fa76f0127b57b4d73400a096e530835bf9e2e945a WHIRLPOOL 7e78fd138c528e258eb1718ddf2479ebc657887a41c605a001dc14a20965c99d45d7500b5e5194ca364069ead762fb029ea6e2ce03be4cc786ef568b4deef7e5 | ||
DIST lightdm-gtk-greeter-1.9.0.tar.gz 451297 SHA256 a9103b4aa161feae99a2a62b716a157cde3817e93cee7f73cde2796a12396938 SHA512 759a0f3c8b1fcfc8a6926276243e66675762ae533e20ea95d10e0159023e2252f5b773bdfc65dda6a6a2285e2540a578c7fd2682b108c58791feac9ec8af6885 WHIRLPOOL f4de03e81eb4568f18ccab94222375a6f4d210b7f083506b0ce6e72697a0dc4fd9ed7a867469e101dfb9b47661fb9f5c88c36298a26083175909fbd1aa3be2f4 | ||
DIST lightdm-gtk-greeter-2.0.0.tar.gz 453687 SHA256 4c0a0121d1ec82c85c8aed4ad80ebd48ddc56d9bace31da72423bfd330c26484 SHA512 0c6b61ed09d3edf870e8b4316c6a8b2ff2656cf61ca00dfd1a9c37b87e0f4f58f5e875fd7477e36f54f32ce2304ce870ecc46325fa5aeb20d82d0d6e25b0190c WHIRLPOOL b69f8a1e48968c403a0c2532dd306dfb7d09020c20a99e1ff817c10562f9f80fefa57400d4bdcfd8ee348324e89bc1c1320a4917542a2fe914fac5f3f2692dab | ||
DIST lightdm-gtk-greeter-2.0.1.tar.gz 467375 SHA256 3264008c8f51323413c2a6ac16523930b75f4ecdde6da8b6fe47ec9bffd9310c SHA512 fd41cae828f7feafb462143519500d0d98a8b6729eb5ffd9be4247d47fa0074fa00ac9892c8cbdda9d7656e9d6949ae65e69911ae911269e99e80e4fefb19a08 WHIRLPOOL b726e9088dcf6e8e8d0cf06900cf6436f089af84e596079d8d0cafedb1963fd3b54a790e46b01d2fd62c70c1970d2ebbe66cb4af3fae9dda9988e09a4efe4919 |
52 changes: 52 additions & 0 deletions
52
x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.3.1-r1.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Copyright 1999-2013 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=4 | ||
|
||
DESCRIPTION="LightDM GTK+ Greeter" | ||
HOMEPAGE="https://launchpad.net/lightdm-gtk-greeter" | ||
SRC_URI="https://launchpad.net/lightdm-gtk-greeter/1.4/${PV}/+download/${P}.tar.gz branding? ( | ||
https://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/adwaita-icon-theme-3.14.1 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 | ||
} |