summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Pento2018-01-21 09:14:28 -0500
committerMike Pento2018-01-21 09:14:28 -0500
commitc0f7673c18d3423555407ff2755551ef89bd5386 (patch)
tree8e043cf82ecb7ba192088111ebe5b7cb4ebe7353
parenta3cdef2e7a5ef84c6eee8d576d62150a328aba40 (diff)
downloadaur-c0f7673c18d3423555407ff2755551ef89bd5386.tar.gz
Fixed xdg-icon-resource error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--energia.install6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc2ef76254c..770cafc64f69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = energia
pkgdesc = Energia is a Arduino IDE clone for use with the MSP430 launchpad
pkgver = 1.6.10E18
- pkgrel = 3
+ pkgrel = 4
url = http://energia.nu/
install = energia.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7ce1771d735b..113f95d619df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=energia
pkgver=1.6.10E18
-pkgrel=3
+pkgrel=4
pkgdesc="Energia is a Arduino IDE clone for use with the MSP430 launchpad"
arch=('x86_64')
url="http://energia.nu/"
diff --git a/energia.install b/energia.install
index 06b442a34458..4fdcb7de9745 100644
--- a/energia.install
+++ b/energia.install
@@ -1,10 +1,10 @@
_sizes=(16 24 32 48)
post_install() {
echo "Don't forget to add yourself to the 'uucp' and 'lock' groups: sudo usermod -aG<group> <user>"
- echo
+ echo
echo "You'll also probably want to reboot for the new permissions on /run/lock to take effect"
for size in $_sizes; do
- xdg-icon-resource install --size $size --novendor /usr/share/pixmaps/energia_$size.png
+ xdg-icon-resource install --size $size --novendor /usr/share/pixmaps/energia.png
done
}
@@ -14,7 +14,7 @@ post_upgrade() {
}
post_remove() {
- for size in $_sizes; do
+ for size in $_sizes; do
xdg-icon-resource uninstall --size $size energia
done
}