faba-icon-theme: v4.3

This commit is contained in:
Daniel Azevedo 2024-10-01 14:11:28 +01:00
parent 7828a407d1
commit bc672df6bf
4 changed files with 1916 additions and 0 deletions

1895
faba-icon-theme/.footprint Normal file

File diff suppressed because it is too large Load diff

1
faba-icon-theme/.md5sum Normal file
View file

@ -0,0 +1 @@
34633c7d146b93abebc96d3dddd52053 v4.3.tar.gz

View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkFJWQuzYx8eYUvem3W1zJqgLohVec7ol4SFNcg7qbLlGX61LRxF26PtG+vjuh0FvzqE315ZGTnzggCOZVdJUoAU=
SHA256 (Pkgfile) = b0232b3fc23ed2ba5e152ada02c3b20a945e1e319ed1c64367ded0bda0a1f7fb
SHA256 (.footprint) = 61e3ca0dd6bc7e3700b6dc3a1f4ccce9c465371588ddf0ecccccd28fee2fbc9f
SHA256 (v4.3.tar.gz) = c87ce7dae8df6b25228297baa1be96cfad06c5c109ff60fedf1f0343bb0196a2

15
faba-icon-theme/Pkgfile Normal file
View file

@ -0,0 +1,15 @@
# Description: Faba is a sexy and modern icon theme for the FreeDesktop
# URL: https://github.com/snwh/faba-icon-theme
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on: libadwaita
name=faba-icon-theme
version=v4.3
release=2
source=(https://github.com/snwh/faba-icon-theme/archive/refs/tags/v4.3.tar.gz)
build() {
cd $name-4.3
meson setup "build" --prefix=/usr
DESTDIR=$PKG ninja -C "build" install
}