Gentoo Archives: gentoo-commits

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