summaryrefslogtreecommitdiff
path: root/dev-libs/granite
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-libs/granite
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-libs/granite')
-rw-r--r--dev-libs/granite/Manifest3
-rw-r--r--dev-libs/granite/granite-7.6.0.ebuild41
-rw-r--r--dev-libs/granite/granite-7.7.0.ebuild41
-rw-r--r--dev-libs/granite/granite-7.8.1-r1.ebuild34
-rw-r--r--dev-libs/granite/metadata.xml18
5 files changed, 0 insertions, 137 deletions
diff --git a/dev-libs/granite/Manifest b/dev-libs/granite/Manifest
deleted file mode 100644
index b71eb1c5fac1..000000000000
--- a/dev-libs/granite/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST granite-7.6.0.tar.gz 420711 BLAKE2B 4045070b529d64dc1188555d9495486c282495f9cb9312e112cf78d4aafac466c2810a623e81793fb2319311209fe7d18632c0020df278aca4ceba561290be82 SHA512 0a3ab1aa9d648578d80877beaab52eebd1b77981f54f9ca0b9c88e44c9a832738e4bd52357e6537b783d64ac6a7812c8a73331dfe759d12e1f3ea212ba111f5f
-DIST granite-7.7.0.tar.gz 473928 BLAKE2B e6b295bfff0a723ee507cbf8c16771fc72f74078c90e82bb779975ba4ed1f8b580a4891a7a509b73bf96b81ccf4defb50d685540e9a12cd15d67cbb33d5a6a50 SHA512 3bf2dbd759f48c378768f2f213af3ea9ccd21ed5c9c2bd4fa6004ab5768c481fd05ef286fc77a1077aba0f2fbe76c17c959568a544a1b53f3cda4625f5210895
-DIST granite-7.8.1.tar.gz 488519 BLAKE2B 07e1f0baa2a357aafdf9ec3f463baaa321374233b52fda72f1ed0fcc5fbca046ad6663cc631c29c3056d8a79e954190d01a4ff4ac8d5104c57e577ce8969b020 SHA512 f05bbbb699e923ae86cd2488c38f277c225774e8c0093909a8e05d194c1c7d9d882de6bfa1f8e435069d2c7bc4a1eba776f2e562d298e2735318b370b0141b17
diff --git a/dev-libs/granite/granite-7.6.0.ebuild b/dev-libs/granite/granite-7.6.0.ebuild
deleted file mode 100644
index 1d4b2e9410c2..000000000000
--- a/dev-libs/granite/granite-7.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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-lang/sassc
- >=dev-libs/glib-2.50:2
- dev-libs/libgee:0.8[introspection]
- gui-libs/gtk:4[introspection]
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- vala_setup
-}
-
-src_configure() {
- # docs disabled due to: https://github.com/elementary/granite/issues/482
- local emesonargs=(
- -Ddocumentation=false
- )
- meson_src_configure
-}
diff --git a/dev-libs/granite/granite-7.7.0.ebuild b/dev-libs/granite/granite-7.7.0.ebuild
deleted file mode 100644
index 98693f4c6e4f..000000000000
--- a/dev-libs/granite/granite-7.7.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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-lang/sassc
- >=dev-libs/glib-2.50:2
- dev-libs/libgee:0.8[introspection]
- gui-libs/gtk:4[introspection]
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- vala_setup
-}
-
-src_configure() {
- # demo disable due to: https://github.com/elementary/granite/issues/938
- local emesonargs=(
- -Ddemo=false
- )
- meson_src_configure
-}
diff --git a/dev-libs/granite/granite-7.8.1-r1.ebuild b/dev-libs/granite/granite-7.8.1-r1.ebuild
deleted file mode 100644
index 7c9a29ba29f9..000000000000
--- a/dev-libs/granite/granite-7.8.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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-lang/sassc
- >=dev-libs/glib-2.50:2
- dev-libs/libgee:0.8[introspection]
- gui-libs/gtk:4[introspection]
- media-libs/libshumate[introspection,vala]
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- vala_setup
-}
diff --git a/dev-libs/granite/metadata.xml b/dev-libs/granite/metadata.xml
deleted file mode 100644
index e640b35835fb..000000000000
--- a/dev-libs/granite/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>freijon@pm.me</email>
- <name>Jonas Frei</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription>
- Granite is a companion library for GTK+ and GLib.
- Among other things, it provides complex widgets and convenience
- functions designed for use in apps built for elementary OS.
- </longdescription>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>