From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40C12138334 for ; Mon, 10 Sep 2018 21:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30513E0D5D; Mon, 10 Sep 2018 21:33:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04736E0D5B for ; Mon, 10 Sep 2018 21:33:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C660A335D29 for ; Mon, 10 Sep 2018 21:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80CBE3DB for ; Mon, 10 Sep 2018 21:33:54 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1536588133.ad449eb61dabcf7d6426559d19114f17322d21d8.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild gnome-base/libgnomekbd/metadata.xml X-VCS-Directories: gnome-base/libgnomekbd/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: ad449eb61dabcf7d6426559d19114f17322d21d8 X-VCS-Branch: master Date: Mon, 10 Sep 2018 21:33:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6caa0f99-9c46-497f-928f-fd5589b91d11 X-Archives-Hash: bcc2bc0bd7fe007dc06a3add0fb2c509 commit: ad449eb61dabcf7d6426559d19114f17322d21d8 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Sep 10 13:53:46 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Sep 10 14:02:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ad449eb6 gnome-base/libgnomekbd: 3.22.0.1 → 3.26.0 Package-Manager: Portage-2.3.49, Repoman-2.3.10 Manifest-Sign-Key: 0x5A56C8CD0C13248A gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild | 33 ++++++++++++++++++++++++ gnome-base/libgnomekbd/metadata.xml | 8 ++++++ 2 files changed, 41 insertions(+) diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild new file mode 100644 index 00000000..663afe71 --- /dev/null +++ b/gnome-base/libgnomekbd/libgnomekbd-3.26.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="Gnome keyboard configuration library" +HOMEPAGE="https://www.gnome.org" + +LICENSE="LGPL-2+" +SLOT="0/8" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="+introspection test" + +RDEPEND=" + >=dev-libs/glib-2.18:2 + >=x11-libs/gtk+-2.91.7:3[X,introspection?] + >=x11-libs/libxklavier-5.2[introspection?] + + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) +" +DEPEND="${RDEPEND} + >=sys-devel/gettext-0.19.4 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + --disable-static \ + $(use_enable introspection) \ + $(use_enable test tests) +} diff --git a/gnome-base/libgnomekbd/metadata.xml b/gnome-base/libgnomekbd/metadata.xml new file mode 100644 index 00000000..39980802 --- /dev/null +++ b/gnome-base/libgnomekbd/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +