public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libadwaita/
Date: Sun, 05 Oct 2025 11:49:11 +0000 (UTC)	[thread overview]
Message-ID: <1759664924.284d29dcef88e68eb552e0a03d5630d429dea1bf.pacho@gentoo> (raw)

commit:     284d29dcef88e68eb552e0a03d5630d429dea1bf
Author:     Lukas Schmelting <lschmelting <AT> posteo <DOT> com>
AuthorDate: Thu Sep 18 18:59:11 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 11:48:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284d29dc

gui-libs/libadwaita: add 1.7.7

Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com>
Part-of: https://github.com/gentoo/gentoo/pull/43841
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gui-libs/libadwaita/Manifest                |  1 +
 gui-libs/libadwaita/libadwaita-1.7.7.ebuild | 73 +++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/gui-libs/libadwaita/Manifest b/gui-libs/libadwaita/Manifest
index 123fbeb74c25..9e94dc46c606 100644
--- a/gui-libs/libadwaita/Manifest
+++ b/gui-libs/libadwaita/Manifest
@@ -2,3 +2,4 @@ DIST libadwaita-1.6.2.tar.xz 4740588 BLAKE2B 91197a072a3763c03e05635505719a3cee0
 DIST libadwaita-1.6.9.tar.xz 2405816 BLAKE2B d491512672d5b4530196a980ed2dac9cb661a43ac6c245c59aed5cf7dc15da5d07248d53462f5da05d1c8eb48dbbeb9d0d800ed46960434030d4f9b128a93737 SHA512 815c8ddf334a0c31c701bd6b00af0fc4cfbed87c622035b639c3ca35c0f351a5780dbe34dba83474e3221b77f13561e301814e5d4be6a8324915672674ff5fa9
 DIST libadwaita-1.7.5.tar.xz 2803116 BLAKE2B c1af6b5fc32e8a5bc17a9f80f662bf6dce89908b4b2db5fa832592806cd5d19fbfa18853c291555ebc01066b56d5c099947a745770a4240854099420eefb075a SHA512 01e56e2864c9ee9010533553fc86bbb2eac41b7fe21786a5bb433588a2915738075bdb0bfe9b432f32e72549f8916b35840364a12ffffa3ab496a26ff503efa6
 DIST libadwaita-1.7.6.tar.xz 2803676 BLAKE2B 2386753fb5b7d0dcf7548de25a5bf11af3daebc79c5c272b785b7739c66cb0ce13f1fd04401c06e15a14dc69255803042b9e19a73eebb80720896ad05ae4ba25 SHA512 151810c301929977bc3b64731141cc152e725fa8eee8f9e6ed29d85fa4e0116cece9c8faf94a655d9e523bf2e6a18d94642dda1db7244436cd59992ac2ade45c
+DIST libadwaita-1.7.7.tar.xz 2804136 BLAKE2B dabb578850ad2f89a70ada2ab0c44602f984a367a855f2704a04d3ad0efafaf50a70a8671ebb8f76f773e15804d3012db2b692c5d759e82ef434d49f0f147681 SHA512 af59e6813794ef2ac1aa22fa4d295caacbe3b58b6398b4c1d6ab14f454d308a4040ad286132f3731e3706e1dfc036df50d15e09cd748f975724a9226b9f74d52

diff --git a/gui-libs/libadwaita/libadwaita-1.7.7.ebuild b/gui-libs/libadwaita/libadwaita-1.7.7.ebuild
new file mode 100644
index 000000000000..cdf7c5aa7779
--- /dev/null
+++ b/gui-libs/libadwaita/libadwaita-1.7.7.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} )
+inherit gnome.org meson python-any-r1 vala virtualx xdg
+
+DESCRIPTION="Building blocks for modern GNOME applications"
+HOMEPAGE="https://gnome.pages.gitlab.gnome.org/libadwaita/ https://gitlab.gnome.org/GNOME/libadwaita"
+
+LICENSE="LGPL-2.1+"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+
+IUSE="doc +introspection test +vala"
+REQUIRED_USE="
+	doc? ( introspection )
+	vala? ( introspection )
+"
+
+RDEPEND="
+	>=dev-libs/glib-2.80.0:2
+	>=gui-libs/gtk-4.17.5:4[introspection?]
+	dev-libs/appstream:=
+	dev-libs/fribidi
+	introspection? ( >=dev-libs/gobject-introspection-1.83.2:= )
+"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto
+"
+BDEPEND="
+	${PYTHON_DEPS}
+	doc? ( >=dev-util/gi-docgen-2021.1 )
+	vala? ( $(vala_depend) )
+	dev-util/glib-utils
+	sys-devel/gettext
+	virtual/pkgconfig
+	dev-lang/sassc
+"
+
+src_prepare() {
+	default
+	use vala && vala_setup
+	xdg_environment_reset
+}
+
+src_configure() {
+	local emesonargs=(
+		# Never use gi-docgen subproject
+		--wrap-mode nofallback
+
+		-Dprofiling=false
+		$(meson_feature introspection)
+		$(meson_use vala vapi)
+		$(meson_use doc documentation)
+		$(meson_use test tests)
+		-Dexamples=false
+	)
+	meson_src_configure
+}
+
+src_test() {
+	addwrite /dev/dri
+	virtx meson_src_test --timeout-multiplier 2
+}
+
+src_install() {
+	meson_src_install
+	if use doc; then
+		mv "${ED}"/usr/share/doc/{${PN}-${SLOT},${PF}/html} || die
+	fi
+}


             reply	other threads:[~2025-10-05 11:49 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-05 11:49 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-29 12:33 [gentoo-commits] repo/gentoo:master commit in: gui-libs/libadwaita/ Pacho Ramos
2025-08-29 12:33 Pacho Ramos
2025-08-15  9:37 Pacho Ramos
2025-08-15  9:37 Pacho Ramos
2025-08-15  9:37 Pacho Ramos
2025-08-01 12:42 Pacho Ramos
2025-08-01 12:42 Pacho Ramos
2025-06-09  0:48 Sam James
2025-06-09  0:27 Sam James
2025-06-03 20:05 Sam James
2025-05-29 16:12 Sam James
2025-05-29 16:12 Sam James
2025-05-29 16:12 Sam James
2025-05-29 16:12 Sam James
2025-04-05  5:28 Sam James
2025-04-05  5:28 Sam James
2025-04-05  5:28 Sam James
2025-03-29  7:41 Arthur Zamarin
2025-03-27 17:56 Arthur Zamarin
2025-01-05 22:22 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-04-23  5:00 Matt Turner
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=1759664924.284d29dcef88e68eb552e0a03d5630d429dea1bf.pacho@gentoo \
    --to=pacho@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