commit:     46c2e8bfe12df2b5fb333fdc2264a14d2ac881c7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 20:08:39 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 21:05:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c2e8bf

xfce-extra/xfce4-xkb-plugin: Bump to 0.8.0

 xfce-extra/xfce4-xkb-plugin/Manifest               |  1 +
 .../xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/xfce-extra/xfce4-xkb-plugin/Manifest 
b/xfce-extra/xfce4-xkb-plugin/Manifest
index 7508f32b0a8..ccf747638db 100644
--- a/xfce-extra/xfce4-xkb-plugin/Manifest
+++ b/xfce-extra/xfce4-xkb-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-xkb-plugin-0.7.1.tar.bz2 837922 SHA256 
61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681 SHA512 
a6d83a614f85ada6470efbca9d19073ecf31e6531dafff000c1c9d439d7e4a6d02188296810933f28f4cf9b61addd1f99a6a47c8adc6423c44adbf7ffa525094
 WHIRLPOOL 
1ca8b11311313266be0b4ddea9203f7963734124cf71262e85a9dc8c5b0cc9d56221843df9c14a6d423a8a6adad9fc87b132c47645db86ef7697376c8f31de21
+DIST xfce4-xkb-plugin-0.8.0.tar.bz2 835556 SHA256 
3b0d3b9f4b7c3e3e7be668e2f7c845b89b16e0ed3db2bacb544a17272682ced0 SHA512 
8368b87e4f6459bd3d0c5a805ac1fb191aaf62d18a119f97119b3a1273a23952dcfa5b097542d4e6db645f1509e0a31e0e6152e190e9a2ca32cc61138aca8ded
 WHIRLPOOL 
ec7d25f204e5bcd0e21b67e12641e6cdaf6e056ec1d0ad8437e583ef0c5822d17fbf600924600c7ef777db8404dcaeed6ff0f8c8e8ee57eda651c51388ad74da

diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild 
b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild
new file mode 100644
index 00000000000..da18685cab4
--- /dev/null
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop 
environment"
+HOMEPAGE="https://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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE=""
+
+COMMON_DEPEND="gnome-base/librsvg:=
+       x11-libs/gtk+:3=
+       x11-libs/libwnck:3=
+       x11-libs/libX11:=
+       >=x11-libs/libxklavier-5.4:=
+       xfce-base/garcon:=
+       >=xfce-base/libxfce4ui-4.12:=
+       >=xfce-base/libxfce4util-4.12:=
+       >=xfce-base/xfce4-panel-4.12:=
+       >=xfce-base/xfconf-4.12.1:="
+RDEPEND="${COMMON_DEPEND}
+       x11-apps/setxkbmap
+       >=xfce-base/xfce4-settings-4.11"
+DEPEND="${COMMON_DEPEND}
+       dev-util/intltool
+       sys-devel/gettext
+       virtual/pkgconfig"
+
+src_configure() {
+       local myconf=(
+               --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+       )
+
+       econf "${myconf[@]}"
+}

Reply via email to