From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libayatana-indicator/
Date: Sat, 30 Apr 2022 21:15:02 +0000 (UTC) [thread overview]
Message-ID: <1651353295.65cec81a5add24df59f56d948ef85c6b6b70ea28.pascal.jaeger@gentoo> (raw)
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
+}
next reply other threads:[~2022-04-30 21:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-30 21:15 Pascal Jäger [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-07 13:32 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libayatana-indicator/ Pascal Jäger
2022-12-19 10:48 Viorel Munteanu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1651353295.65cec81a5add24df59f56d948ef85c6b6b70ea28.pascal.jaeger@gentoo \
--to=pascal.jaeger@leimstift.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox