summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuldeep Singh Dhaka2016-12-24 05:29:12 +0530
committerKuldeep Singh Dhaka2016-12-24 05:29:12 +0530
commit60466d49a5acd6d4e1490d2fbcae3b4fc9d90d3c (patch)
treecccca32d70071e59f4f583c96626324dae27ff3d
parentc4f6f6b2bd73835aeb94a0808f0d81f8a237156d (diff)
downloadaur-60466d49a5acd6d4e1490d2fbcae3b4fc9d90d3c.tar.gz
FIX: Transparent application icon
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1a220bd1400..1ec4a3735414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ prepare() {
build() {
cd "$srcdir"
- convert "$_pkgname/src/res/app_icon/app_icon.svg" -alpha on app_icon.png
+ convert -background none "$_pkgname/src/res/app_icon/app_icon.svg" app_icon.png
cd "$_pkgname/build"
cmake -DCMAKE_INSTALL_PREFIX='/usr' -DUSE_MULTI_PROC='TRUE' ..