summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefanos Mitropoulos2020-04-27 22:08:11 +0300
committerStefanos Mitropoulos2020-04-27 22:08:11 +0300
commit163afc75a3eaec245d0cf5518159299101cb4108 (patch)
tree006453196e242500d42b6e0cedcce5a6b787db00
parent786dcadb62d1f60a9c6e6ea30fb2d766d2e3964d (diff)
downloadaur-163afc75a3eaec245d0cf5518159299101cb4108.tar.gz
Install icon and .desktop files for user only
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ca0a859cd7f..1451424bba22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wol_qt
pkgdesc = Qt gui to ARP scan and send WakeOnLan packets
pkgver = 2.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/stefmitropoulos/wol_qt
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c2d487c37149..aaf31b84c32a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefanos Mitropoulos stefmitropoulos@gmail.com
pkgname=wol_qt
pkgver=2.4
-pkgrel=2
+pkgrel=3
pkgdesc="Qt gui to ARP scan and send WakeOnLan packets"
arch=(x86_64)
url="https://github.com/stefmitropoulos/wol_qt"
@@ -39,6 +39,6 @@ package() {
make DESTDIR="$pkgdir/" install
echo `pwd`
cd ../..
- install -Dm644 wol_qt_icon.png $pkgdir/usr/share/pixmaps/wol_qt_icon.png
- install -Dm644 wol_qt.desktop $pkgdir/usr/share/applications/wol_qt.desktop
+ install -Dm644 wol_qt_icon.png $HOME/.icons/wol_qt_icon.png
+ install -Dm644 wol_qt.desktop $HOME/.local/share/applications/wol_qt.desktop
}