arc-theme: updated to version 20220223

This commit is contained in:
Matt Housh 2022-02-23 23:36:19 -06:00
parent e00c4520ae
commit 242985276c
2 changed files with 4 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3687JW6CHLpan3C4hs9QgfMfF5MMISQGNvSnd8+wNpia9x4HkX7VOPO92X4WBmgJM6hpIRzNEVueB7K1sIsEQwQ=
SHA256 (Pkgfile) = 46215f4b3b41f934aa45c38537025e1d0185426104bc6c36b0b706a0491e9729
RWSagIOpLGJF31KMbEXH5J1iQ3jr3TbFRSYaEIieJ3bAdefOMf5ht3Ihk7ytHhGwLTWAwnUCn7eM7GEup/VYqLaEUdNGfyW3+Qc=
SHA256 (Pkgfile) = 082029874af185c5f1e46e60dcc23e6c651533ec675f253d9ece14f119edc181
SHA256 (.footprint) = 834fed962b6b8c376dffd20a44e5362b67925e1fbf243ac14a6c564cf93fb489
SHA256 (arc-theme-20220105.tar.xz) = 325ce5aedc6e1a67759e79a623308529d823f000f9d948ded2400ca0dae5520c
SHA256 (arc-theme-20220223.tar.xz) = b196aadfd0d2ed5240bc28ef3891ca455a7d0dff215d1648529fd73c3ff8e9ca

View File

@ -4,7 +4,7 @@
# Depends on: gtk-engine-murrine inkscape sassc gnome-icon-theme gtk3 adwaita-icon-theme meson gtk-theme-adwaita
name=arc-theme
version=20220105
version=20220223
release=1
source=(https://github.com/jnsh/$name/releases/download/$version/$name-$version.tar.xz)
@ -14,7 +14,4 @@ build() {
-D themes="gtk2,gtk3,metacity,plank,unity,xfwm"
meson compile -C build
DESTDIR=$PKG meson install -C build
# meson seems to want all the PNGs to be 0755
find $PKG -type f \( -name "*.png" -o -name "*.gresource" \) -exec chmod 0644 '{}' \;
}