adwaita-icon-theme: 44.0 -> 45.0
This commit is contained in:
parent
b7127f5f55
commit
ee652d9309
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/WI44zBD4umcTluhgGKqCj8AQTg7ADYfyGZKYjo3ETJn4KJq9zN/8uQ5/TbwAgozAUzWln9xuDzCVBCYOrTPPQU=
|
||||
SHA256 (Pkgfile) = 5c447a6f52610599974f5706eef722133969dd2d218b18264b288c78cf524826
|
||||
SHA256 (.footprint) = 379f4d6e1a72664670af3412c526303489594a23037a6355be20d16d672f893f
|
||||
SHA256 (adwaita-icon-theme-44.0.tar.bz2) = 74f9722f025ae6c6290b1d67e1887328214935c92b1a01ff86ed3a08c9671bfe
|
||||
RWSE3ohX2g5d/ZYvEZTWOnoEsMqZx/NwNo8ASAgvspOOVtCNotMvOp2mb3HjLTA1CCUMvmh/u3QDU552OpC7taJFgUrQljfv6Qk=
|
||||
SHA256 (Pkgfile) = 2c7fcb0d64e1de47ec533a6136617caba23d89c59aa08470bdc08696aa7c4a75
|
||||
SHA256 (.footprint) = 015beca286db325eb86bbb38db99968d2cc53ab369b952a451c862b2be77ee04
|
||||
SHA256 (adwaita-icon-theme-45.0.tar.bz2) = e49be47855c6b7c822aaa872937fdfd52b4dd9302029f073685b615f7c878936
|
||||
|
@ -1,19 +1,23 @@
|
||||
# Description: Adwaita Icon Theme
|
||||
# URL: https://git.gnome.org/browse/adwaita-icon-theme/
|
||||
# URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme/
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
# Depends On: gtk3 hicolor-icon-theme librsvg
|
||||
|
||||
name=adwaita-icon-theme
|
||||
version=44.0
|
||||
version=45.0
|
||||
release=1
|
||||
source=(https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/$version/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
meson setup $name-$version build \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
rm -rf $PKG/usr/share/licenses
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user