diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-10-15 13:48:51 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-10-15 13:48:51 +0000 |
commit | fb06100c057adcfc7037d57909ffcfd4da308ff1 (patch) | |
tree | 2b4b259e04969e8907aaaae501d4235cbbc00ede /xfce-extra/xfce4-xkb-plugin | |
parent | ppc stable wrt #385209 (diff) | |
download | gentoo-2-fb06100c057adcfc7037d57909ffcfd4da308ff1.tar.gz gentoo-2-fb06100c057adcfc7037d57909ffcfd4da308ff1.tar.bz2 gentoo-2-fb06100c057adcfc7037d57909ffcfd4da308ff1.zip |
Version bump
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-xkb-plugin')
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.2.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/ChangeLog b/xfce-extra/xfce4-xkb-plugin/ChangeLog index 453699b06d26..894186f98c8b 100644 --- a/xfce-extra/xfce4-xkb-plugin/ChangeLog +++ b/xfce-extra/xfce4-xkb-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-xkb-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.30 2011/10/13 14:24:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.31 2011/10/15 13:48:51 angelos Exp $ + +*xfce4-xkb-plugin-0.5.4.2 (15 Oct 2011) + + 15 Oct 2011; Christoph Mende <angelos@gentoo.org> + +xfce4-xkb-plugin-0.5.4.2.ebuild: + Version bump 13 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> xfce4-xkb-plugin-0.5.4.1.ebuild: diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.2.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.2.ebuild new file mode 100644 index 000000000000..eae2be50b155 --- /dev/null +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.2.ebuild,v 1.1 2011/10/15 13:48:51 angelos Exp $ + +EAPI=4 +inherit xfconf + +DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2" + +LICENSE="BSD-2 GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=xfce-base/libxfce4ui-4.8 + >=xfce-base/libxfce4util-4.8 + >=xfce-base/xfce4-panel-4.8 + x11-libs/gtk+:2 + >=x11-libs/libxklavier-5 + >=x11-libs/libwnck-2.12:1" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig + >=gnome-base/librsvg-2.18:2 + x11-proto/kbproto" + +pkg_setup() { + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS ChangeLog README ) +} |