summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2017-02-21 16:29:31 +0800
committerHexchain Tong2017-02-21 16:29:31 +0800
commit292804df9216491bcce638f6def0b42c26a2f9c1 (patch)
tree605fb56c4ef4551e9a60ea9ba6a328462f5e0ad6
parent0bca6bc5cf3c005985f6e21f6fdfc1c00bb7bf0e (diff)
downloadaur-292804df9216491bcce638f6def0b42c26a2f9c1.tar.gz
fix kde service path
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f0741b64dfa..9a6fbc6a7358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 21 04:42:37 UTC 2017
+# Tue Feb 21 08:29:21 UTC 2017
pkgbase = telegram-desktop-systemqt
pkgdesc = Experimental build of Telegram Desktop (using system Qt)
pkgver = 1.0.13
- pkgrel = 1
+ pkgrel = 2
url = https://desktop.telegram.org/
install = telegram-desktop.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b5a57f80d2f0..81a3fea94302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=telegram-desktop-systemqt
pkgver=1.0.13
-pkgrel=1
+pkgrel=2
pkgdesc='Experimental build of Telegram Desktop (using system Qt)'
arch=('i686' 'x86_64')
url="https://desktop.telegram.org/"
@@ -70,8 +70,8 @@ package() {
install -d "$pkgdir/usr/share/applications"
install -m644 "$srcdir/telegramdesktop.desktop" "$pkgdir/usr/share/applications/telegramdesktop.desktop"
- install -d "$pkgdir/usr/share/kde4/services"
- install -m644 "$srcdir/tg.protocol" "$pkgdir/usr/share/kde4/services/tg.protocol"
+ install -d "$pkgdir/usr/share/kservices5"
+ install -m644 "$srcdir/tg.protocol" "$pkgdir/usr/share/kservices5/tg.protocol"
local icon_size icon_dir
for icon_size in 16 32 48 64 128 256 512; do