mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-libs/granite: drop 6.2.0
Signed-off-by: Jonas Frei <freijon@pm.me> Part-of: https://github.com/gentoo/gentoo/pull/45159 Closes: https://github.com/gentoo/gentoo/pull/45159 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST granite-6.2.0.tar.gz 462780 BLAKE2B bb0df3649eab212e36a20ebd365521fc4ad87d1d10e54155905585fdb39874525b3a59ec2b9a1fd19a427c9a67a94bc6e4df433560a6208370dd90d27125e24f SHA512 4d9c21a653505812c8d99508166b411d1931bd251bf51c4bff8e6a0d905b5efc60832f3e7fbf6f8d52b67b55edf299969865542db33a8276b90e05b3b4731a87
|
||||
DIST granite-7.6.0.tar.gz 420711 BLAKE2B 4045070b529d64dc1188555d9495486c282495f9cb9312e112cf78d4aafac466c2810a623e81793fb2319311209fe7d18632c0020df278aca4ceba561290be82 SHA512 0a3ab1aa9d648578d80877beaab52eebd1b77981f54f9ca0b9c88e44c9a832738e4bd52357e6537b783d64ac6a7812c8a73331dfe759d12e1f3ea212ba111f5f
|
||||
DIST granite-7.7.0.tar.gz 473928 BLAKE2B e6b295bfff0a723ee507cbf8c16771fc72f74078c90e82bb779975ba4ed1f8b580a4891a7a509b73bf96b81ccf4defb50d685540e9a12cd15d67cbb33d5a6a50 SHA512 3bf2dbd759f48c378768f2f213af3ea9ccd21ed5c9c2bd4fa6004ab5768c481fd05ef286fc77a1077aba0f2fbe76c17c959568a544a1b53f3cda4625f5210895
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
BUILD_DIR="${WORKDIR}/${P}-build"
|
||||
|
||||
inherit meson vala xdg
|
||||
|
||||
DESCRIPTION="Elementary OS library that extends GTK+"
|
||||
HOMEPAGE="https://github.com/elementary/granite"
|
||||
SRC_URI="https://github.com/elementary/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
virtual/pkgconfig
|
||||
"
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.50:2
|
||||
>=x11-libs/gtk+-3.22:3[introspection]
|
||||
dev-libs/libgee:0.8[introspection]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# docs disabled due to: https://github.com/elementary/granite/issues/482
|
||||
local emesonargs=(
|
||||
-Ddocumentation=false
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user