summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2017-02-04 12:39:37 +0800
committerHexchain Tong2017-02-04 12:39:37 +0800
commit6820cc879fdf820f5c9dc24e8678b66e542a23c4 (patch)
tree962e49934ae5b49132500405ce58357e960bb6d4
parenta431a190966143900ebbad803cb6cc6e5895f2c6 (diff)
downloadaur-6820cc879fdf820f5c9dc24e8678b66e542a23c4.tar.gz
reword pkgdesc; provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD33
2 files changed, 14 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 503234fb39c4..7d1ba7e4f8f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 4 04:17:08 UTC 2017
+# Sat Feb 4 04:38:11 UTC 2017
pkgbase = telegram-desktop-systemqt
pkgdesc = Official desktop version of Telegram messaging app. (Use system Qt)
pkgver = 1.0.6
@@ -24,6 +24,8 @@ pkgbase = telegram-desktop-systemqt
depends = minizip
depends = openal
depends = qt5-base
+ provides = telegram-desktop
+ conflicts = telegram-desktop
source = tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v1.0.6
source = telegramdesktop.desktop
source = tg.protocol
diff --git a/PKGBUILD b/PKGBUILD
index 589686b13449..ea6c46a081fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,30 +1,19 @@
+# Maintainer: hexchain <i@hexchain.org>
+
+# Thanks Nicholas Guriev <guriev-ns@ya.ru> for the patches!
+# https://github.com/mymedia2/tdesktop
+
pkgname=telegram-desktop-systemqt
pkgver=1.0.6
-pkgrel=1
-pkgdesc='Official desktop version of Telegram messaging app. (Use system Qt)'
+pkgrel=2
+pkgdesc='Experimental build of Telegram Desktop (using system Qt)'
arch=('i686' 'x86_64')
url="https://desktop.telegram.org/"
license=('GPL3')
-depends=(
- 'ffmpeg'
- 'hicolor-icon-theme'
- 'minizip'
- 'openal'
- 'qt5-base'
-)
-makedepends=(
- 'cmake'
- 'dee'
- 'git'
- 'gyp-git'
- 'libappindicator-gtk2'
- 'libexif'
- 'libva'
- 'libwebp'
- 'mtdev'
- 'python'
- 'python2'
-)
+depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base')
+makedepends=('cmake' 'dee' 'git' 'gyp-git' 'libappindicator-gtk2' 'libexif' 'libva' 'libwebp' 'mtdev' 'python' 'python2')
+conflicts=('telegram-desktop')
+provides=('telegram-desktop')
source=(
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver"
"telegramdesktop.desktop"