Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/libgnomekbd/
Date: Fri, 14 Sep 2018 08:51:48
Message-Id: 1536915042.eb077804c03ab227767726bfd7452d0b1c6d2d1d.leio@gentoo
1 commit: eb077804c03ab227767726bfd7452d0b1c6d2d1d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 08:47:59 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 14 08:50:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb077804
7
8 gnome-base/libgnomekbd: bump to 3.26.0
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 gnome-base/libgnomekbd/Manifest | 1 +
13 gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild | 34 ++++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/gnome-base/libgnomekbd/Manifest b/gnome-base/libgnomekbd/Manifest
17 index 7e83ffc3a35..ff2a45473f6 100644
18 --- a/gnome-base/libgnomekbd/Manifest
19 +++ b/gnome-base/libgnomekbd/Manifest
20 @@ -1 +1,2 @@
21 DIST libgnomekbd-3.22.0.1.tar.xz 450572 BLAKE2B cc7c0055dfae0c0593d9456e3de27da8cb33d9814151346a4a685a317f7701658392e6a403e942ceb928ebd9c06d0ba3b38c0f7f1abd08976c807d48d0246b58 SHA512 a4d2e6feac18cb7e3a65553dcd587f284c71154d3058866b0b6285b1acca549d33d0bd0014a97f1e153eb5e2a5a16e8b18eb680ce0078edd80bdd68a51ac080e
22 +DIST libgnomekbd-3.26.0.tar.xz 449204 BLAKE2B 360f6da6ea7ad2850ecba062e0825cadcbc62ab9fdd432ad1fd4f38d32230e9eb6da1b7eb50116302b39be76565da7554df2c96e3a348e5130c428158bfa7792 SHA512 dc3ee91468e570d038bc91c4458ddb49dc097639c671815eecc4308efea85e29c1121cfd959e62f970a2e8112f818296802be804e99b96ee89fd5de8136645d9
23
24 diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
25 new file mode 100644
26 index 00000000000..847b3a6a86d
27 --- /dev/null
28 +++ b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild
29 @@ -0,0 +1,34 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit gnome2
36 +
37 +DESCRIPTION="Gnome keyboard configuration library"
38 +HOMEPAGE="https://www.gnome.org"
39 +
40 +LICENSE="LGPL-2+"
41 +SLOT="0/8"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
43 +IUSE="+introspection test"
44 +
45 +RDEPEND="
46 + >=dev-libs/glib-2.18:2
47 + >=x11-libs/gtk+-2.91.7:3[X,introspection?]
48 + >=x11-libs/libxklavier-5.2[introspection?]
49 +
50 + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
51 +"
52 +DEPEND="${RDEPEND}
53 + dev-util/glib-utils
54 + >=sys-devel/gettext-0.19.4
55 + virtual/pkgconfig
56 +"
57 +
58 +src_configure() {
59 + gnome2_src_configure \
60 + --disable-static \
61 + $(use_enable introspection) \
62 + $(use_enable test tests)
63 +}