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 08E481382C5 for ; Mon, 29 Jan 2018 12:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 341C0E09F1; Mon, 29 Jan 2018 12:12:19 +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 04C8BE09F1 for ; Mon, 29 Jan 2018 12:12:18 +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 7B41B335C07 for ; Mon, 29 Jan 2018 12:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADD751C3 for ; Mon, 29 Jan 2018 12:12:15 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1517227923.7bcaac6177042db5f54c8bac210e4726ce0a2edb.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/atk/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/atk/atk-2.26.1.ebuild dev-libs/atk/metadata.xml X-VCS-Directories: dev-libs/atk/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 7bcaac6177042db5f54c8bac210e4726ce0a2edb X-VCS-Branch: master Date: Mon, 29 Jan 2018 12:12:15 +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: 24cdf420-1ba1-4fff-8f79-d00bd6d045e5 X-Archives-Hash: ec88c9ff87e771d96b56190b13424705 commit: 7bcaac6177042db5f54c8bac210e4726ce0a2edb Author: Sobhan Mohammadpour gentoo org> AuthorDate: Mon Jan 29 12:12:03 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Mon Jan 29 12:12:03 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7bcaac61 dev-libs/atk: version bumpto 2.26.1 Package-Manager: Portage-2.3.20, Repoman-2.3.6 Manifest-Sign-Key: 0x7DF238CF0AA182E1 dev-libs/atk/atk-2.26.1.ebuild | 58 ++++++++++++++++++++++++++++++++++++++++++ dev-libs/atk/metadata.xml | 8 ++++++ 2 files changed, 66 insertions(+) diff --git a/dev-libs/atk/atk-2.26.1.ebuild b/dev-libs/atk/atk-2.26.1.ebuild new file mode 100644 index 00000000..cf00138f --- /dev/null +++ b/dev-libs/atk/atk-2.26.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome-meson multilib-minimal + +DESCRIPTION="GTK+ & GNOME Accessibility Toolkit" +HOMEPAGE="https://wiki.gnome.org/Accessibility" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="+introspection nls test" + +RDEPEND=" + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] + introspection? ( >=dev-libs/gobject-introspection-1.32:= ) +" +DEPEND="${RDEPEND} + >=dev-lang/perl-5 + >=dev-util/gtk-doc-1.25 + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + nls? ( >=sys-devel/gettext-0.19.2 ) +" + +src_prepare() { + gnome-meson_src_prepare + + if ! use test; then + # don't waste time building tests (bug #226353) + sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ + || die "sed failed" + fi + + # Building out of sources fails, https://bugzilla.gnome.org/show_bug.cgi?id=752507 + #multilib_copy_sources + eapply_user +} + +multilib_src_configure() { +# ECONF_SOURCE=${S} \ + gnome-meson_src_configure \ + -Denable_docs=true \ + -Ddisable-introspection=$(multilib_native_usex introspection false true) + +} + +multilib_src_compile() { + gnome-meson_src_compile +} + +multilib_src_test() { + meson_src_test +} + +multilib_src_install() { + gnome-meson_src_install +} diff --git a/dev-libs/atk/metadata.xml b/dev-libs/atk/metadata.xml new file mode 100644 index 00000000..39980802 --- /dev/null +++ b/dev-libs/atk/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +