This commit is contained in:
parent
013f4d9dc9
commit
3ab005ee7a
2 changed files with 26 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Granite 7
|
||||
|
||||
Library that extends GTK with common widgets and utilities.
|
||||
23
package.yml
Normal file
23
package.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue