mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
gui-libs/libadwaita: drop 1.6.2-r1, 1.6.9, 1.7.5, 1.7.6
Signed-off-by: Lukas Schmelting <lschmelting@posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43773 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
parent
9a554ccf9c
commit
10d4e5b343
@ -1,7 +1,3 @@
|
||||
DIST libadwaita-1.6.2.tar.xz 4740588 BLAKE2B 91197a072a3763c03e05635505719a3cee0b5f80c5b93a938a6693c084927f6b1d06041ac5a27baa7ea568a8b83224d56016e4d9d0433b426af7b37f28c91b04 SHA512 033b3bd40798108df31ad5196b178b09f8e61687594323cfcbbd4c4e6a532fbd29ec0366a3379e06790ad9c3620079d8f27b8e38d539adba1c78c9ab297f2757
|
||||
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
|
||||
DIST libadwaita-1.7.9.tar.xz 2806868 BLAKE2B ff9b0975b90ed8fc0ffd179f91ba57e82e55706ad7abd869480abaff5605ec179cf904571385e53e17d1fbd096264d2bc94c843406d7cc21950d8952d95887d3 SHA512 25f31ca048f5181c33c702cb0d035fa18b8ccbeeb69dee0f3288e25e0a0e37c533f6d38d5fb274299d784af1ae543dc6177e0a744689fa9ce0124ffff2f6dd0c
|
||||
DIST libadwaita-1.8.2.tar.xz 2697924 BLAKE2B f98c026d875605d1ae84df425824cbbf0df1f7215a537d5b96d9c65f9da29bec9d37c56bfb97ab19111b7f8bb380429aa5a49c41dcea6bd47a123c2d31fb6b81 SHA512 d2a9789ff073e3973ab09df00ad50340946316c58cb8f0f6adbd921c57bca4e12d21538f60f44271e8c5a4cf1c4d04a82378c0ca13e50a66e929e3631ce28b2b
|
||||
|
||||
@ -1,68 +0,0 @@
|
||||
# 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="+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.82.0-r2:= )
|
||||
"
|
||||
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
|
||||
xdg_environment_reset
|
||||
}
|
||||
|
||||
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() {
|
||||
addwrite /dev/dri
|
||||
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
|
||||
}
|
||||
@ -1,65 +0,0 @@
|
||||
# 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="+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.82.0-r2:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
x11-base/xorg-proto"
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
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)
|
||||
-Dgtk_doc=false
|
||||
$(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
|
||||
}
|
||||
@ -1,73 +0,0 @@
|
||||
# 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
|
||||
}
|
||||
@ -1,73 +0,0 @@
|
||||
# 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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user