summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2020-10-30 21:47:32 +0100
committerGiovanni Santini2020-10-30 21:47:32 +0100
commit6716ad81cc1d616c2267c7d35de41ed2934a5a3e (patch)
tree44b84ed6faddb5cdfca89a3da04b6ea6638f8529
parent4777fcaa1f0625b27965f82dbff126bcef97e7e6 (diff)
downloadaur-6716ad81cc1d616c2267c7d35de41ed2934a5a3e.tar.gz
upgpkg: telegram-desktop-dev 2.4.4-1
- Version bump. - Removed old gitmodules. - Minor changes.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44cd5ab06268..980b250ff336 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-dev
pkgdesc = Official Telegram Desktop client - development release
- pkgver = 2.4.3
+ pkgver = 2.4.4
pkgrel = 1
url = https://desktop.telegram.org/
arch = i686
@@ -28,7 +28,7 @@ pkgbase = telegram-desktop-dev
optdepends = ttf-opensans: default Open Sans font family
provides = telegram-desktop
conflicts = telegram-desktop
- source = tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v2.4.3
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v2.4.4
source = https://raw.githubusercontent.com/archlinux/svntogit-community/packages/telegram-desktop/trunk/Use-tg_owt-webrtc-fork.patch
source = Update-webrtc-packaged-build-for-tg_owt.patch::https://github.com/desktop-app/cmake_helpers/commit/d955882cb4d4c94f61a9b1df62b7f93d3c5bff7d.patch
source = Catch::git+https://github.com/philsquared/Catch
@@ -45,7 +45,6 @@ pkgbase = telegram-desktop-dev
source = libdbusmenu-qt::git+https://github.com/desktop-app/libdbusmenu-qt.git
source = lib_lottie::git+https://github.com/desktop-app/lib_lottie.git
source = lib_qr::git+https://github.com/desktop-app/lib_qr.git
- source = libqtxdg::git+https://github.com/lxqt/libqtxdg.git
source = lib_rlottie::git+https://github.com/desktop-app/lib_rlottie.git
source = lib_rpl::git+https://github.com/desktop-app/lib_rpl.git
source = lib_spellcheck::git+https://github.com/desktop-app/lib_spellcheck
@@ -54,7 +53,6 @@ pkgbase = telegram-desktop-dev
source = lib_tl::git+https://github.com/desktop-app/lib_tl.git
source = lib_ui::git+https://github.com/desktop-app/lib_ui.git
source = lib_webrtc::git+https://github.com/desktop-app/lib_webrtc.git
- source = lxqt-qtplugin::git+https://github.com/lxqt/lxqt-qtplugin.git
source = lz4::git+https://github.com/lz4/lz4.git
source = materialdecoration::git+https://github.com/desktop-app/materialdecoration.git
source = nimf::git+https://github.com/hamonikr/nimf.git
@@ -98,8 +96,6 @@ pkgbase = telegram-desktop-dev
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
pkgname = telegram-desktop-dev
diff --git a/PKGBUILD b/PKGBUILD
index 5965ecb46457..8953597d3ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Giovanni 'ItachiSan' Santini <giovannisantini93@yahoo.it>
# Contributor: Sven-Hendrik Haase <svenstaro@gmail.com>
# Contributor: hexchain <i@hexchain.org>
-# Thanks Nicholas Guriev <guriev-ns@ya.ru> for the patches!
+# Thanks Nicholas Guriev <guriev-ns@ya.ru> for the initial patches!
# https://github.com/mymedia2/tdesktop
pkgname=telegram-desktop-dev
-pkgver=2.4.3
+pkgver=2.4.4
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ _commit="tag=v$pkgver"
# All the submodules "source" definitions are generated them via:
# git submodule foreach --quiet 'echo \"${name##*/}::git+`git remote get-url origin`\"' | sort
source=(
- "tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#$_commit"
+ "tdesktop::git+https://github.com/telegramdesktop/tdesktop#$_commit"
"https://raw.githubusercontent.com/archlinux/svntogit-community/packages/telegram-desktop/trunk/Use-tg_owt-webrtc-fork.patch"
"Update-webrtc-packaged-build-for-tg_owt.patch::https://github.com/desktop-app/cmake_helpers/commit/d955882cb4d4c94f61a9b1df62b7f93d3c5bff7d.patch"
"Catch::git+https://github.com/philsquared/Catch"
@@ -43,7 +43,6 @@ source=(
"libdbusmenu-qt::git+https://github.com/desktop-app/libdbusmenu-qt.git"
"lib_lottie::git+https://github.com/desktop-app/lib_lottie.git"
"lib_qr::git+https://github.com/desktop-app/lib_qr.git"
- "libqtxdg::git+https://github.com/lxqt/libqtxdg.git"
"lib_rlottie::git+https://github.com/desktop-app/lib_rlottie.git"
"lib_rpl::git+https://github.com/desktop-app/lib_rpl.git"
"lib_spellcheck::git+https://github.com/desktop-app/lib_spellcheck"
@@ -52,7 +51,6 @@ source=(
"lib_tl::git+https://github.com/desktop-app/lib_tl.git"
"lib_ui::git+https://github.com/desktop-app/lib_ui.git"
"lib_webrtc::git+https://github.com/desktop-app/lib_webrtc.git"
- "lxqt-qtplugin::git+https://github.com/lxqt/lxqt-qtplugin.git"
"lz4::git+https://github.com/lz4/lz4.git"
"materialdecoration::git+https://github.com/desktop-app/materialdecoration.git"
"nimf::git+https://github.com/hamonikr/nimf.git"
@@ -96,8 +94,6 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- 'SKIP'
'SKIP')
prepare() {
@@ -127,9 +123,7 @@ prepare() {
git config submodule.Telegram/ThirdParty/hime.url "$srcdir/hime"
git config submodule.Telegram/ThirdParty/hunspell.url "$srcdir/hunspell"
git config submodule.Telegram/ThirdParty/libdbusmenu-qt.url "$srcdir/libdbusmenu-qt"
- git config submodule.Telegram/ThirdParty/libqtxdg.url "$srcdir/libqtxdg"
git config submodule.Telegram/ThirdParty/libtgvoip.url "$srcdir/libtgvoip"
- git config submodule.Telegram/ThirdParty/lxqt-qtplugin.url "$srcdir/lxqt-qtplugin"
git config submodule.Telegram/ThirdParty/lz4.url "$srcdir/lz4"
git config submodule.Telegram/ThirdParty/materialdecoration.url "$srcdir/materialdecoration"
git config submodule.Telegram/ThirdParty/nimf.url "$srcdir/nimf"
@@ -139,7 +133,6 @@ prepare() {
git config submodule.Telegram/ThirdParty/rlottie.url "$srcdir/rlottie"
git config submodule.Telegram/ThirdParty/tgcalls.url "$srcdir/tgcalls"
git config submodule.Telegram/ThirdParty/xxHash.url "$srcdir/xxHash"
-
# Magic is over!
git submodule update