diff options
author | Johannes Huber <johu@gentoo.org> | 2012-02-22 22:39:17 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-02-22 22:39:17 +0000 |
commit | 03c78293b34b3fc4bc9f16525a79ab6249620d0a (patch) | |
tree | 52a7c1f47a58cfba56a14aefa4d1bdd477bf3270 /kde-misc/nightmode | |
parent | Does not work on HPPA (bug #307241). (diff) | |
download | gentoo-2-03c78293b34b3fc4bc9f16525a79ab6249620d0a.tar.gz gentoo-2-03c78293b34b3fc4bc9f16525a79ab6249620d0a.tar.bz2 gentoo-2-03c78293b34b3fc4bc9f16525a79ab6249620d0a.zip |
Version bump fixes build with KDE 4.8, bug #400891.
(Portage version: 2.2.0_alpha88/cvs/Linux i686)
Diffstat (limited to 'kde-misc/nightmode')
-rw-r--r-- | kde-misc/nightmode/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/nightmode/nightmode-0.3.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/kde-misc/nightmode/ChangeLog b/kde-misc/nightmode/ChangeLog index 8edae1e242ce..d2f1bce83212 100644 --- a/kde-misc/nightmode/ChangeLog +++ b/kde-misc/nightmode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/nightmode -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/nightmode/ChangeLog,v 1.2 2011/02/22 13:09:01 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/nightmode/ChangeLog,v 1.3 2012/02/22 22:39:17 johu Exp $ + +*nightmode-0.3 (22 Feb 2012) + + 22 Feb 2012; Johannes Huber <johu@gentoo.org> +nightmode-0.3.ebuild: + Version bump fixes build with KDE 4.8, bug #400891. 22 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> nightmode-0.2.ebuild: Add missing dependency on kwin per bug #356045. diff --git a/kde-misc/nightmode/nightmode-0.3.ebuild b/kde-misc/nightmode/nightmode-0.3.ebuild new file mode 100644 index 000000000000..afc0a7be740b --- /dev/null +++ b/kde-misc/nightmode/nightmode-0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/nightmode/nightmode-0.3.ebuild,v 1.1 2012/02/22 22:39:17 johu Exp $ + +EAPI=4 + +KDE_MINIMAL="4.8" +inherit kde4-base + +DESCRIPTION="kwin plugin that makes the entire screen darker" +HOMEPAGE="http://kde-apps.org/content/show.php/Nightmode?content=123805" +SRC_URI="http://static.davidedmundson.co.uk/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="$(add_kdebase_dep kwin)" +RDEPEND="${DEPEND}" + +S=${WORKDIR} |