summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Nepogodin2021-03-01 18:54:27 +0400
committerVladislav Nepogodin2021-03-01 18:54:27 +0400
commit6b0d3b0a0a25504885c71e8e075355ec2d9596b2 (patch)
treee96d2b876346f299144690ef7d62e3371a4e01fa
parentdd69ca93c7cc04c7404e9711e62ca808411898ef (diff)
downloadaur-6b0d3b0a0a25504885c71e8e075355ec2d9596b2.tar.gz
weird icons
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e59b9d0e0c0..5c8184012eb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -337,7 +337,9 @@ END
done
install -Dm644 browser/branding/librewolf/content/about-logo.png \
"$pkgdir/usr/share/icons/hicolor/192x192/apps/librewolf.png"
- install -Dm644 browser/branding/librewolf/identity-icons-brand.svg \
+
+ # arch upstream provides a separate svg for this. we don't have that, so let's re-use 16.png
+ install -Dm644 browser/branding/librewolf/default16.png \
"$pkgdir/usr/share/icons/hicolor/symbolic/apps/librewolf-symbolic.svg"
install -Dm644 ../$pkgname.desktop \