diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-20 14:43:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-20 14:43:14 +0000 |
commit | bdb0b64f0f4ae9fbc53a03e34d2ebad1bf7d1866 (patch) | |
tree | 8c473147b42faf5d74b057e571de030f2f9f6b50 /xfce-extra | |
parent | Version bump to 0.3.1, fixes bug #470676 by Grigory Gorelov. (diff) | |
download | gentoo-2-bdb0b64f0f4ae9fbc53a03e34d2ebad1bf7d1866.tar.gz gentoo-2-bdb0b64f0f4ae9fbc53a03e34d2ebad1bf7d1866.tar.bz2 gentoo-2-bdb0b64f0f4ae9fbc53a03e34d2ebad1bf7d1866.zip |
Version bump.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/ChangeLog | 11 | ||||
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild | 37 |
2 files changed, 45 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/ChangeLog b/xfce-extra/xfce4-xkb-plugin/ChangeLog index b590f435ae1c..cf4a363adbe2 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.42 2012/11/28 12:21:52 ssuominen Exp $ +# 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 $ + +*xfce4-xkb-plugin-0.5.5 (20 May 2013) + + 20 May 2013; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-xkb-plugin-0.5.5.ebuild: + Version bump. 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> xfce4-xkb-plugin-0.5.4.3.ebuild: @@ -183,4 +189,3 @@ +xfce4-xkb-plugin-0.5.3.3-r1.ebuild, +files/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch: Rename xfce4-xkb to xfce4-xkb-plugin. - diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild new file mode 100644 index 000000000000..0e22a17bdc6f --- /dev/null +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.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.5.ebuild,v 1.1 2013/05/20 14:43:14 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 ) +} |