From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1391519-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AEBA15808E for <garchives@archives.gentoo.org>; Sat, 30 Apr 2022 21:15:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 886E5E0A0B; Sat, 30 Apr 2022 21:15:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D55FE0A0B for <gentoo-commits@lists.gentoo.org>; Sat, 30 Apr 2022 21:15:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75F70340D49 for <gentoo-commits@lists.gentoo.org>; Sat, 30 Apr 2022 21:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B67293BC for <gentoo-commits@lists.gentoo.org>; Sat, 30 Apr 2022 21:15:02 +0000 (UTC) From: "Pascal Jäger" <pascal.jaeger@leimstift.de> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" <pascal.jaeger@leimstift.de> Message-ID: <1651353295.65cec81a5add24df59f56d948ef85c6b6b70ea28.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libayatana-indicator/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libayatana-indicator/Manifest dev-libs/libayatana-indicator/libayatana-indicator-0.9.1.ebuild X-VCS-Directories: dev-libs/libayatana-indicator/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: 65cec81a5add24df59f56d948ef85c6b6b70ea28 X-VCS-Branch: dev Date: Sat, 30 Apr 2022 21:15:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fada5390-82be-47d1-9a00-f9a8bd54b11f X-Archives-Hash: 4f3a4e1ec3fc6865f765914ca2500f96 commit: 65cec81a5add24df59f56d948ef85c6b6b70ea28 Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> AuthorDate: Sat Apr 30 10:58:02 2022 +0000 Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> CommitDate: Sat Apr 30 21:14:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65cec81a dev-libs/libayatana-indicator: new package, add 0.9.1 Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de> dev-libs/libayatana-indicator/Manifest | 1 + .../libayatana-indicator-0.9.1.ebuild | 48 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/dev-libs/libayatana-indicator/Manifest b/dev-libs/libayatana-indicator/Manifest new file mode 100644 index 000000000..11cd6416c --- /dev/null +++ b/dev-libs/libayatana-indicator/Manifest @@ -0,0 +1 @@ +DIST libayatana-indicator-0.9.1.tar.gz 148993 BLAKE2B 7e5e72a6075bc6dafa83ed4e9cc07f06011127477e8b12a023fd92c431f5e784663e9bcb27de29a89d23ccda7c905363b3560714a8abcded809faa9ea2225447 SHA512 47870f7cdef1d1c67a3f72a9fa68a39d0c49d899f831a9c1ca83588cdb6e0523a77eab41110a3f839cd8694bb1b22c2c67206608226353ffebb399062b54d1b0 diff --git a/dev-libs/libayatana-indicator/libayatana-indicator-0.9.1.ebuild b/dev-libs/libayatana-indicator/libayatana-indicator-0.9.1.ebuild new file mode 100644 index 000000000..07c146c70 --- /dev/null +++ b/dev-libs/libayatana-indicator/libayatana-indicator-0.9.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VALA_USE_DEPEND="vapigen" +CMAKE_MAKEFILE_GENERATOR="emake" + +inherit cmake vala + +DESCRIPTION="Ayatana Application Indicators (Shared Library)" +HOMEPAGE="https://github.com/AyatanaIndicators/libayatana-indicator" +SRC_URI="https://github.com/AyatanaIndicators/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + sys-libs/glibc \ + >=dev-libs/glib-2.58 \ + >=x11-libs/gtk+-3.24 \ + " + +BDEPEND=" + ${RDEPEND} \ + $(vala_depend) \ + >=dev-util/cmake-3.13 \ + dev-libs/gobject-introspection \ + >=dev-libs/ayatana-ido-0.8.2 \ + " + +src_prepare() { + cmake_src_prepare + vala_setup +} + +src_configure() { + local mycmakeargs+=( + "-DVALA_COMPILER=${VALAC}" + "-DVAPI_GEN=${VAPIGEN}" + ) + cmake_src_configure +} + +src_compile() { + cmake_src_compile +}