diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-06-20 18:12:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-06-20 18:12:37 +0000 |
commit | 4a94f78f3dae0fc00e8835520bf76d116ec03a19 (patch) | |
tree | 47cd10de439502d8fbdb75fe5dc56b953a4be606 /xfce-extra | |
parent | Remove 3.3 from supported python versions for 2.1.8 (diff) | |
download | gentoo-2-4a94f78f3dae0fc00e8835520bf76d116ec03a19.tar.gz gentoo-2-4a94f78f3dae0fc00e8835520bf76d116ec03a19.tar.bz2 gentoo-2-4a94f78f3dae0fc00e8835520bf76d116ec03a19.zip |
Version bump.
(Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild | 37 |
2 files changed, 44 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/ChangeLog b/xfce-extra/xfce4-xkb-plugin/ChangeLog index cf4a363adbe2..9d1613224c9b 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.43 2013/05/20 14:43:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.44 2013/06/20 18:12:37 ssuominen Exp $ + +*xfce4-xkb-plugin-0.5.6 (20 Jun 2013) + + 20 Jun 2013; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-xkb-plugin-0.5.6.ebuild: + Version bump. *xfce4-xkb-plugin-0.5.5 (20 May 2013) diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild new file mode 100644 index 000000000000..ea3b679ee5f0 --- /dev/null +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 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.6.ebuild,v 1.1 2013/06/20 18:12:37 ssuominen Exp $ + +EAPI=5 +inherit multilib 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}/${PV%.*}/${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=">=gnome-base/librsvg-2.36.2 + x11-libs/gtk+:2 + >=x11-libs/libwnck-2.12:1 + x11-libs/libX11 + >=x11-libs/libxklavier-5 + >=xfce-base/libxfce4ui-4.8 + >=xfce-base/libxfce4util-4.8 + >=xfce-base/xfce4-panel-4.8" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog README ) +} |