Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/
Date: Tue, 31 Jul 2018 14:45:08
Message-Id: 1533048296.07f3b20a250f1650ea9e2f294ef496378c65a079.sobhan@gentoo
1 commit: 07f3b20a250f1650ea9e2f294ef496378c65a079
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 31 14:44:56 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 31 14:44:56 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=07f3b20a
7
8 gnome-base/libgnomekbd: 3.22.0.1 ➛ 3.26.0
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild | 33 ++++++++++++++++++++++++
14 gnome-base/libgnomekbd/metadata.xml | 8 ++++++
15 2 files changed, 41 insertions(+)
16
17 diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
18 new file mode 100644
19 index 00000000..42437e5a
20 --- /dev/null
21 +++ b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
22 @@ -0,0 +1,33 @@
23 +# Copyright 1999-2018 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +inherit gnome2
29 +
30 +DESCRIPTION="Gnome keyboard configuration library"
31 +HOMEPAGE="https://www.gnome.org"
32 +
33 +LICENSE="LGPL-2+"
34 +SLOT="0/8"
35 +KEYWORDS="~amd64"
36 +IUSE="+introspection test"
37 +
38 +RDEPEND="
39 + >=dev-libs/glib-2.18:2
40 + >=x11-libs/gtk+-2.91.7:3[X,introspection?]
41 + >=x11-libs/libxklavier-5.2[introspection?]
42 +
43 + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
44 +"
45 +DEPEND="${RDEPEND}
46 + >=sys-devel/gettext-0.19.4
47 + virtual/pkgconfig
48 +"
49 +
50 +src_configure() {
51 + gnome2_src_configure \
52 + --disable-static \
53 + $(use_enable introspection) \
54 + $(use_enable test tests)
55 +}
56
57 diff --git a/gnome-base/libgnomekbd/metadata.xml b/gnome-base/libgnomekbd/metadata.xml
58 new file mode 100644
59 index 00000000..39980802
60 --- /dev/null
61 +++ b/gnome-base/libgnomekbd/metadata.xml
62 @@ -0,0 +1,8 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 +<maintainer type="project">
67 + <email>gnome@g.o</email>
68 + <name>Gentoo GNOME Desktop</name>
69 +</maintainer>
70 +</pkgmetadata>