summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe LAVIE2018-04-12 14:12:09 +0200
committerChristophe LAVIE2018-04-12 14:12:09 +0200
commit6c5bbd5b82edc22507557f5a97c9f2962dfdfc35 (patch)
tree81393616bc404434dbd59d61c459f6d4dbaead12
parent73b89bbc65d8db7ef0b51e5f447ad0a5802f0d61 (diff)
downloadaur-6c5bbd5b82edc22507557f5a97c9f2962dfdfc35.tar.gz
Add WM_CLASS to the desktop launcher
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 558c2dd503e9..f80a5707f3e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = devolo-dlan-cockpit
pkgdesc = Display and configure settings of your devolo device
pkgver = 4.3.3
- pkgrel = 2
+ pkgrel = 3
url = http://www.devolo.com/consumer/dlan-cockpit-most-simple-configuration-software-for-your-dlan-network.html?l=en
install = devolo-dlan-cockpit.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 56baadda7367..0e49467fbb04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=devolo-dlan-cockpit
pkgver=4.3.3
-pkgrel=2
+pkgrel=3
install=${pkgname}.install
pkgdesc="Display and configure settings of your devolo device"
arch=('i686' 'x86_64')
@@ -30,6 +30,7 @@ build() {
find . -name "adobeair*${_arch}.deb" -print | xargs ar x
tar xvf data.tar.gz
sed -i 's/\.appdata\//~\/\.appdata\//g' "${srcdir}/opt/devolo/dlancockpit/bin/dlancockpit-run.sh"
+ echo "StartupWMClass=dlancockpit" >> "${srcdir}/usr/share/applications/devolo-dlan-cockpit.desktop"
}
package() {