diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-02-26 20:38:31 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-02-26 20:38:31 +0000 |
commit | be1c781063537af4216aff1ef269ccc2d9a9f162 (patch) | |
tree | 8341c51aaa0b4b5f2b444356f25d3262ceecb8c8 /kde-misc/kosd | |
parent | Stable on alpha, bug #354061 (diff) | |
download | gentoo-2-be1c781063537af4216aff1ef269ccc2d9a9f162.tar.gz gentoo-2-be1c781063537af4216aff1ef269ccc2d9a9f162.tar.bz2 gentoo-2-be1c781063537af4216aff1ef269ccc2d9a9f162.zip |
Version bump
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kosd')
-rw-r--r-- | kde-misc/kosd/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/kosd/kosd-0.6.2.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/kde-misc/kosd/ChangeLog b/kde-misc/kosd/ChangeLog index 6ebbde41578a..dd9c3be37d88 100644 --- a/kde-misc/kosd/ChangeLog +++ b/kde-misc/kosd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/kosd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/ChangeLog,v 1.3 2011/01/31 05:56:17 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/ChangeLog,v 1.4 2011/02/26 20:38:31 dilfridge Exp $ + +*kosd-0.6.2 (26 Feb 2011) + + 26 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org> +kosd-0.6.2.ebuild: + Version bump 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> -kosd-0.4.2.ebuild, kosd-0.6.0.ebuild: diff --git a/kde-misc/kosd/kosd-0.6.2.ebuild b/kde-misc/kosd/kosd-0.6.2.ebuild new file mode 100644 index 000000000000..f0a07adcc30e --- /dev/null +++ b/kde-misc/kosd/kosd-0.6.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kosd/kosd-0.6.2.ebuild,v 1.1 2011/02/26 20:38:31 dilfridge Exp $ + +EAPI=3 +KDE_MINIMAL=4.6 +inherit kde4-base + +DESCRIPTION="KDE application that runs in the background and responds to button presses by showing a tiny OSD" +HOMEPAGE="http://www.kde-apps.org/content/show.php/KOSD?content=81457" +SRC_URI="http://kde-apps.org/CONTENT/content-files/81457-${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR}/${PN} + +DEPEND=" + $(add_kdebase_dep solid) + $(add_kdebase_dep kmix) +" +RDEPEND="${DEPEND}" + +pkg_postinst() { + kde4-base_pkg_postinstall + elog Since version 0.5 kosd is a Plasma-based kded plugin and can be + elog configured in the systemsettings dialog \"Shortcuts and Gestures\". +} |