diff options
Diffstat (limited to 'kde-base/ksystraycmd')
-rw-r--r-- | kde-base/ksystraycmd/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ksystraycmd/ksystraycmd-4.10.4.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/ksystraycmd/ChangeLog b/kde-base/ksystraycmd/ChangeLog index 71e6d246b711..f8c0ce70c025 100644 --- a/kde-base/ksystraycmd/ChangeLog +++ b/kde-base/ksystraycmd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksystraycmd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.241 2013/06/04 13:06:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.242 2013/06/04 18:22:19 johu Exp $ + +*ksystraycmd-4.10.4 (04 Jun 2013) + + 04 Jun 2013; Johannes Huber <johu@gentoo.org> +ksystraycmd-4.10.4.ebuild: + Version bump KDE SC 4.10.4 04 Jun 2013; Agostino Sarubbo <ago@gentoo.org> ksystraycmd-4.10.3.ebuild: Stable for amd64, wrt to bug #471392 diff --git a/kde-base/ksystraycmd/ksystraycmd-4.10.4.ebuild b/kde-base/ksystraycmd/ksystraycmd-4.10.4.ebuild new file mode 100644 index 000000000000..bf5c815791f6 --- /dev/null +++ b/kde-base/ksystraycmd/ksystraycmd-4.10.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ksystraycmd-4.10.4.ebuild,v 1.1 2013/06/04 18:22:19 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="Ksystraycmd embeds applications given as argument into the system tray." +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="x11-libs/libX11" +RDEPEND="${DEPEND}" |