summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-05-22 20:37:00 +0000
committerChristoph Mende <angelos@gentoo.org>2011-05-22 20:37:00 +0000
commitab94c603ee1cf9a5cf2e350d31343ce0a306f6bc (patch)
treeccf99e419b1cf73829d4cac13222349e88956a67 /xfce-extra
parentversion bump (diff)
downloadgentoo-2-ab94c603ee1cf9a5cf2e350d31343ce0a306f6bc.tar.gz
gentoo-2-ab94c603ee1cf9a5cf2e350d31343ce0a306f6bc.tar.bz2
gentoo-2-ab94c603ee1cf9a5cf2e350d31343ce0a306f6bc.zip
Version bump
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-xkb-plugin/ChangeLog8
-rw-r--r--xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/ChangeLog b/xfce-extra/xfce4-xkb-plugin/ChangeLog
index 0c2159b5140d..3e78cfd1250c 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.28 2011/05/01 11:25:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.29 2011/05/22 20:37:00 angelos Exp $
+
+*xfce4-xkb-plugin-0.5.4.1 (22 May 2011)
+
+ 22 May 2011; Christoph Mende <angelos@gentoo.org>
+ +xfce4-xkb-plugin-0.5.4.1.ebuild:
+ Version bump
*xfce4-xkb-plugin-0.5.4.0_p20110501 (01 May 2011)
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.ebuild
new file mode 100644
index 000000000000..391091fa1e79
--- /dev/null
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.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.1.ebuild,v 1.1 2011/05/22 20:37:00 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 )
+}