public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libadwaita/
Date: Sun, 05 Jan 2025 22:22:52 +0000 (UTC)	[thread overview]
Message-ID: <1736115752.2d5edf07bb600734d9734c0f2896ced77a3e6023.sam@gentoo> (raw)

commit:     2d5edf07bb600734d9734c0f2896ced77a3e6023
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 22:21:39 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 22:22:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5edf07

gui-libs/libadwaita: add 1.6.2

Closes: https://github.com/gentoo/gentoo/pull/38629
Closes: https://bugs.gentoo.org/940488
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-libs/libadwaita/Manifest                |  1 +
 gui-libs/libadwaita/libadwaita-1.6.2.ebuild | 66 +++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/gui-libs/libadwaita/Manifest b/gui-libs/libadwaita/Manifest
index 365858a02a21..df1387316b48 100644
--- a/gui-libs/libadwaita/Manifest
+++ b/gui-libs/libadwaita/Manifest
@@ -1,3 +1,4 @@
 DIST libadwaita-1.5.2.tar.xz 4456060 BLAKE2B 671f169f645a2ff06d707bd35c30a839b20d1dd37f0a3c8f1ea5970b7a4692989a36e4b770f544a65f6a658f16bf3682209f2b7f9f49985d5dee24d518ae74db SHA512 34655efe515711e131e5c1c5e1c16c40b3fa76d84ecda2d9c529b060ef2801858f963fd647d9be7e736d3ff01aca7bdc983e076163c4740a928e234ef4aee453
 DIST libadwaita-1.5.3.tar.xz 4457392 BLAKE2B f852f94bb61424aae7aef1219b7354d90bb41175ea0cb3e55fa50609a0b5c6ab8c8a689819dadb0d4f55471655549542142412fae9a5ff18eeea04c0da5b1541 SHA512 0b92cd9376a97c1683248a39eb42f1ddfe8b1dcb0f013e8c8b8d63e0d6bafebd63e429353471d378d9fb80db17627b407d0e789794e45c665a56b1536ff6afc0
 DIST libadwaita-1.5.5.tar.xz 4460668 BLAKE2B 30174e5b911b7583505f4103d4586e3cfa4f9d6cef6518f3fe5223700a4a520ce8c99561bfe54ba1b2f9bb4471b18896e7f7a3e4fb8a5bcdb2a15d5faa410e6c SHA512 0474b5152c42e114b78025e0cf0cee56d8195e5d5b69901149510165feef6d41772c334460fc07a9146254009e9419213ab6b6fbf45a6a242f6f448da5c09fbb
+DIST libadwaita-1.6.2.tar.xz 4740588 BLAKE2B 91197a072a3763c03e05635505719a3cee0b5f80c5b93a938a6693c084927f6b1d06041ac5a27baa7ea568a8b83224d56016e4d9d0433b426af7b37f28c91b04 SHA512 033b3bd40798108df31ad5196b178b09f8e61687594323cfcbbd4c4e6a532fbd29ec0366a3379e06790ad9c3620079d8f27b8e38d539adba1c78c9ab297f2757

diff --git a/gui-libs/libadwaita/libadwaita-1.6.2.ebuild b/gui-libs/libadwaita/libadwaita-1.6.2.ebuild
new file mode 100644
index 000000000000..38195bc0ea78
--- /dev/null
+++ b/gui-libs/libadwaita/libadwaita-1.6.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+inherit gnome.org meson python-any-r1 vala virtualx
+
+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="+introspection test +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+	>=dev-libs/glib-2.76:2
+	>=gui-libs/gtk-4.15.2:4[introspection?]
+	dev-libs/appstream:=
+	dev-libs/fribidi
+	introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+BDEPEND="
+	${PYTHON_DEPS}
+	vala? ( $(vala_depend) )
+	dev-util/glib-utils
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	default
+	use vala && vala_setup
+}
+
+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
+}


             reply	other threads:[~2025-01-05 22:22 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-05 22:22 Sam James [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
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=1736115752.2d5edf07bb600734d9734c0f2896ced77a3e6023.sam@gentoo \
    --to=sam@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