All checks were successful
Build / Build project (push) Successful in 1m21s
23 lines
717 B
YAML
23 lines
717 B
YAML
name : granite-7
|
|
version : 7.7.0
|
|
release : 1
|
|
source :
|
|
- https://github.com/elementary/granite/archive/refs/tags/7.7.0.tar.gz : e1fe86f95a528fbcc45bbf85b668935dbd2cbf5d128f824d100ff02031ab5441
|
|
homepage : https://github.com/elementary/granite
|
|
license : LGPL-3.0-or-later
|
|
component : programming.library
|
|
summary : elementary Development Library/Framework
|
|
description: |
|
|
An extension to GTK+ that provides several useful widgets and classes to ease application development.
|
|
builddeps :
|
|
- pkgconfig(gee-0.8)
|
|
- pkgconfig(gtk4)
|
|
- pkgconfig(shumate-1.0)
|
|
- vala
|
|
- sassc
|
|
setup : |
|
|
%meson_configure
|
|
build : |
|
|
%ninja_build
|
|
install : |
|
|
%ninja_install
|