diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-02-23 23:36:19 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-02-23 23:36:19 -0600 |
commit | 242985276cb78b698115178d9febfaeee110f0f4 (patch) | |
tree | ecae2ee350d49897efdc3302d0b4cd7cd35822c4 /arc-theme | |
parent | e00c4520ae94b4c9b6273edd39e48f9fd803d40f (diff) | |
download | contrib-242985276cb78b698115178d9febfaeee110f0f4.tar.gz contrib-242985276cb78b698115178d9febfaeee110f0f4.tar.xz |
arc-theme: updated to version 20220223
Diffstat (limited to 'arc-theme')
-rw-r--r-- | arc-theme/.signature | 6 | ||||
-rw-r--r-- | arc-theme/Pkgfile | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/arc-theme/.signature b/arc-theme/.signature index d8ffa21a8..33ed854c2 100644 --- a/arc-theme/.signature +++ b/arc-theme/.signature @@ -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 diff --git a/arc-theme/Pkgfile b/arc-theme/Pkgfile index a48280995..990b31536 100644 --- a/arc-theme/Pkgfile +++ b/arc-theme/Pkgfile @@ -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 '{}' \; } |