summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-08-05 19:19:43 +0200
committerXZS2015-08-05 19:19:43 +0200
commit879c5a5a5d158515bd0abe5d19837a421f0f202a (patch)
tree227d1789b706db311b63f89627c7c34cabdbe293
parent44065203b6424af5dc16d8bf66416964e0ee2e89 (diff)
downloadaur-879c5a5a5d158515bd0abe5d19837a421f0f202a.tar.gz
use dynamic icon
Now that the icons are installed to their size-dependant subdirectories, the desktop file has to be changed to use them.
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04c7d3c1a756..c2840ae914c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,9 @@ prepare() {
# Patch to restore compilation.
patch -p1 < ../31.patch
+
+ # Use dynamic icon.
+ sed -i 's/\(Icon=abraca\)-.*/\1/' data/*.desktop
}
build() {