From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libadwaita/
Date: Sat, 23 Apr 2022 05:00:14 +0000 (UTC) [thread overview]
Message-ID: <1650689997.013edd83e9e80278e9c68c3012b3dcf8c8431d20.mattst88@gentoo> (raw)
commit: 013edd83e9e80278e9c68c3012b3dcf8c8431d20
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 04:36:05 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 04:59:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013edd83
gui-libs/libadwaita: Version bump to 1.1.1
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
gui-libs/libadwaita/Manifest | 1 +
gui-libs/libadwaita/libadwaita-1.1.1.ebuild | 65 +++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/gui-libs/libadwaita/Manifest b/gui-libs/libadwaita/Manifest
index 5ef43aa2933f..bcda3c977300 100644
--- a/gui-libs/libadwaita/Manifest
+++ b/gui-libs/libadwaita/Manifest
@@ -1,3 +1,4 @@
DIST libadwaita-1.0.1.tar.xz 1559064 BLAKE2B 126b77cf7e75775a302b460a0912695839cfd69fb418f22290c2d3d03b85c5e7fe5e5d02064e29ae6e395b5c85d20b84b7a12b0af2e3b32f0624e213ed9a849f SHA512 0f5bb34e26f13853eb646190aaac45c5c168d86e4edf39463b850c0969dd5ed02d8fbc4a20758a2ff5b7592c2284a7f1ffb2cea651f793f9a29764066da237bd
DIST libadwaita-1.0.2.tar.xz 1557688 BLAKE2B 7b357c06e221c02e5a98a3f776c650b4dfe6039206b135897b75058f4c79c1a8f6be46562025b42af481399e82839eb330b38fd909a72695c1641c29fc223cdc SHA512 c11d8f4d25044896bc2c5ac3cc6c3e6597ad894aa9025b4588e4aa26cdb87f58939508e211290baf10839428a56616aacae6ea6b35c9bc9d95f05bdcfb9e1023
DIST libadwaita-1.1.0.tar.xz 2723120 BLAKE2B 48114b3b295819703836b03a0adaa860791857c5e4b93a74e2178c27da70a2585e5d7247b39ecf08a593289f26979a41f59c5f78c7ddfdb2d3f3c16694c8ef7c SHA512 03f8af476676c4bc1861ca16c646240ac52b9d859f53ff94b6be1d3b3dd982004fd88d4105f3c69f997414a2b3c47315f1ef6a023cf174b01c888ead4efd8d72
+DIST libadwaita-1.1.1.tar.xz 2731088 BLAKE2B 0f1106cccd37200a5566fad9aa1becfb4d404ae4447184330ae2e427993fc161b235e7f39f95d137741772fb4efbc87723f6a444caa72a7708d6ff85a8ee7d6b SHA512 9700c9db2085d1f30399716e164bd338963353190fbe8161c3d50791ab56f4be8db2fbd939dde2553487944f3227a2582f5bd03cf1b6e867afa59eead16feab9
diff --git a/gui-libs/libadwaita/libadwaita-1.1.1.ebuild b/gui-libs/libadwaita/libadwaita-1.1.1.ebuild
new file mode 100644
index 000000000000..b70296c62fd8
--- /dev/null
+++ b/gui-libs/libadwaita/libadwaita-1.1.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+VALA_MIN_API_VERSION="0.52"
+inherit gnome.org meson python-any-r1 vala virtualx
+
+DESCRIPTION="Building blocks for modern adaptive GNOME applications"
+HOMEPAGE="https://gnome.pages.gitlab.gnome.org/libadwaita/ https://gitlab.gnome.org/GNOME/libadwaita"
+
+LICENSE="LGPL-2.1+"
+SLOT="1"
+IUSE="+introspection test +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+ >=dev-libs/glib-2.66:2
+ >=gui-libs/gtk-4.5.0:4[introspection?]
+ dev-libs/fribidi
+ introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ ${PYTHON_DEPS}
+ vala? ( $(vala_depend) )
+ >=dev-util/meson-0.59.0
+ dev-util/glib-utils
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ use vala && vala_src_prepare
+ default
+}
+
+src_configure() {
+ local emesonargs=(
+ # Never use gi-docgen subproject
+ --wrap-mode nofallback
+
+ -Dprofiling=false
+ $(meson_feature introspection)
+ $(meson_use vala vapi)
+ -Dgtk_doc=false # we ship pregenerated docs
+ $(meson_use test tests)
+ -Dexamples=false
+ )
+ meson_src_configure
+}
+
+src_test() {
+ virtx meson_src_test --timeout-multiplier 2
+}
+
+src_install() {
+ meson_src_install
+
+ insinto /usr/share/gtk-doc/html
+ # This will install libadwaita API docs unconditionally, but this is intentional
+ doins -r "${S}"/doc/libadwaita-1
+}
next reply other threads:[~2022-04-23 5:00 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-23 5:00 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-05 22:22 [gentoo-commits] repo/gentoo:master commit in: gui-libs/libadwaita/ Sam James
2025-01-05 22:22 Sam James
2024-09-28 15:53 Pacho Ramos
2024-09-28 15:53 Pacho Ramos
2024-09-07 10:31 Arthur Zamarin
2024-09-07 10:31 Arthur Zamarin
2024-09-07 10:31 Arthur Zamarin
2024-09-07 10:31 Arthur Zamarin
2024-09-07 10:31 Arthur Zamarin
2024-07-15 19:22 Pacho Ramos
2024-07-15 19:22 Pacho Ramos
2024-05-25 21:04 Mart Raudsepp
2024-04-28 20:44 Mart Raudsepp
2024-04-13 10:37 Mart Raudsepp
2024-04-09 19:59 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 5:55 Arthur Zamarin
2024-04-07 5:55 Arthur Zamarin
2024-04-07 5:55 Arthur Zamarin
2024-03-03 20:55 Mart Raudsepp
2024-02-11 14:21 Mart Raudsepp
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-09 22:26 Mart Raudsepp
2024-02-03 15:57 Mart Raudsepp
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-01-08 7:03 Sam James
2023-12-18 10:19 Pacho Ramos
2023-11-17 7:47 Sam James
2023-09-22 3:52 Matt Turner
2023-09-22 3:52 Matt Turner
2023-09-22 2:33 Matt Turner
2023-09-16 13:55 Matt Turner
2023-09-03 14:01 Matt Turner
2023-09-03 14:01 Matt Turner
2023-09-01 16:07 Arthur Zamarin
2023-08-16 22:32 Matt Turner
2023-08-06 16:16 Matt Turner
2023-08-06 16:16 Matt Turner
2023-08-03 10:28 Arthur Zamarin
2023-07-11 8:43 Jakov Smolić
2023-07-02 11:18 Sam James
2023-07-02 8:33 Sam James
2023-07-02 8:04 Sam James
2023-06-29 13:34 Joonas Niilola
2023-06-10 1:15 Matt Turner
2023-06-09 3:01 Matt Turner
2023-05-05 6:16 Arthur Zamarin
2023-05-04 18:47 Arthur Zamarin
2023-05-04 18:47 Arthur Zamarin
2023-05-04 18:45 Arthur Zamarin
2023-05-04 18:43 Arthur Zamarin
2023-04-22 14:45 Matt Turner
2023-03-30 17:44 Arthur Zamarin
2023-03-17 15:59 Matt Turner
2023-03-17 14:54 Matt Turner
2023-03-05 3:25 Matt Turner
2023-02-20 17:32 Matt Turner
2023-02-17 8:23 Arthur Zamarin
2023-02-16 18:39 Arthur Zamarin
2023-02-11 20:48 Matt Turner
2023-01-07 17:42 Matt Turner
2023-01-01 14:48 David Seifert
2022-10-30 23:21 Matt Turner
2022-09-15 19:52 Matt Turner
2022-09-03 15:31 Matt Turner
2022-07-09 23:39 Matt Turner
2022-06-01 15:53 Matt Turner
2022-05-26 3:57 WANG Xuerui
2022-05-15 3:10 Sam James
2022-05-10 4:06 Arthur Zamarin
2022-05-07 18:28 Arthur Zamarin
2022-03-20 19:54 Matt Turner
2022-03-16 21:38 Mart Raudsepp
2022-03-10 11:45 Jakov Smolić
2022-02-13 22:44 Jakov Smolić
2022-02-11 20:56 Matt Turner
2022-02-06 7:40 Sam James
2022-02-05 6:34 Sam James
2022-01-22 6:03 Arthur Zamarin
2022-01-14 15:35 Marek Szuba
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=1650689997.013edd83e9e80278e9c68c3012b3dcf8c8431d20.mattst88@gentoo \
--to=mattst88@gentoo.org \
--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