summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2016-12-19 14:06:44 +0100
committerEduardo Sánchez Muñoz2016-12-19 14:06:44 +0100
commit4d035f893342f4016abbee5cc2a3258f7108ac03 (patch)
treedef313624b44a7945e9d3502fbc1b77dbca5bb56
parent7f1d6b415ac838c74e2d7c3dfcdb2faf3cae1d4f (diff)
downloadaur-4d035f893342f4016abbee5cc2a3258f7108ac03.tar.gz
Update to version 0.10.20
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--aur-fixes.diff12
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 112939ebd0ec..81094f0517bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 15 09:38:38 UTC 2016
+# Mon Dec 19 13:06:35 UTC 2016
pkgbase = telegram-desktop
pkgdesc = Official desktop version of Telegram messaging app.
- pkgver = 0.10.19
- pkgrel = 2
+ pkgver = 0.10.20
+ pkgrel = 1
url = https://desktop.telegram.org/
arch = i686
arch = x86_64
@@ -53,7 +53,7 @@ pkgbase = telegram-desktop
depends = xcb-util-image
depends = xcb-util-renderutil
depends = hicolor-icon-theme
- source = tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v0.10.19
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v0.10.20
source = https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz
source = https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtimageformats-opensource-src-5.6.2.tar.xz
source = https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtwayland-opensource-src-5.6.2.tar.xz
@@ -68,7 +68,7 @@ pkgbase = telegram-desktop
sha256sums = SKIP
sha256sums = 41c22fae6ae757936741e63aec3d0f17cafe86b2d6153cdd1d01a5581e871f17
sha256sums = d4cdad0d091c7e47811d8a26d55bbee492e7845e968c522e86f120815477e9eb
- sha256sums = fdccb2d98b7bde50322df6201ec9f9b49a08777181eaa855686301f6ca037c2e
+ sha256sums = 32dc55fcfb0a34e5fb9137f09e17b4cbd79ce615563e41c77b4d8b102044545c
pkgname = telegram-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 96e78fc3425c..912d221ed9c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=telegram-desktop
-pkgver=0.10.19
-pkgrel=2
+pkgver=0.10.20
+pkgrel=1
pkgdesc='Official desktop version of Telegram messaging app.'
arch=('i686' 'x86_64')
url="https://desktop.telegram.org/"
@@ -77,7 +77,7 @@ sha256sums=(
'SKIP'
'41c22fae6ae757936741e63aec3d0f17cafe86b2d6153cdd1d01a5581e871f17'
'd4cdad0d091c7e47811d8a26d55bbee492e7845e968c522e86f120815477e9eb'
- 'fdccb2d98b7bde50322df6201ec9f9b49a08777181eaa855686301f6ca037c2e'
+ '32dc55fcfb0a34e5fb9137f09e17b4cbd79ce615563e41c77b4d8b102044545c'
)
prepare() {
diff --git a/aur-fixes.diff b/aur-fixes.diff
index 93de3b0aa966..290e3c4151a5 100644
--- a/aur-fixes.diff
+++ b/aur-fixes.diff
@@ -1,5 +1,5 @@
diff --git a/Telegram/SourceFiles/platform/linux/linux_libs.cpp b/Telegram/SourceFiles/platform/linux/linux_libs.cpp
-index a9731ce..2bb4468 100644
+index f8abb51d..8f20a6ce 100644
--- a/Telegram/SourceFiles/platform/linux/linux_libs.cpp
+++ b/Telegram/SourceFiles/platform/linux/linux_libs.cpp
@@ -45,6 +45,7 @@ bool loadLibrary(QLibrary &lib, const char *name, int version) {
@@ -30,7 +30,7 @@ index a9731ce..2bb4468 100644
f_gtk_menu_new gtk_menu_new = nullptr;
f_gtk_menu_get_type gtk_menu_get_type = nullptr;
diff --git a/Telegram/SourceFiles/platform/linux/linux_libs.h b/Telegram/SourceFiles/platform/linux/linux_libs.h
-index bc3dce6..07c5042 100644
+index bc3dce6e..07c5042a 100644
--- a/Telegram/SourceFiles/platform/linux/linux_libs.h
+++ b/Telegram/SourceFiles/platform/linux/linux_libs.h
@@ -52,6 +52,9 @@ bool load(QLibrary &lib, const char *name, Function &func) {
@@ -44,7 +44,7 @@ index bc3dce6..07c5042 100644
extern f_gtk_init_check gtk_init_check;
diff --git a/Telegram/SourceFiles/stdafx.cpp b/Telegram/SourceFiles/stdafx.cpp
-index 06bd4af..755d97f 100644
+index 06bd4afa..755d97fe 100644
--- a/Telegram/SourceFiles/stdafx.cpp
+++ b/Telegram/SourceFiles/stdafx.cpp
@@ -34,6 +34,7 @@ Q_IMPORT_PLUGIN(QGenericEnginePlugin)
@@ -56,7 +56,7 @@ index 06bd4af..755d97f 100644
Q_IMPORT_PLUGIN(QGenericEnginePlugin)
Q_IMPORT_PLUGIN(QNetworkManagerEnginePlugin)
diff --git a/Telegram/gyp/Telegram.gyp b/Telegram/gyp/Telegram.gyp
-index f6609c1..ef6fc5e 100644
+index b01d35aa..dcd46a2b 100644
--- a/Telegram/gyp/Telegram.gyp
+++ b/Telegram/gyp/Telegram.gyp
@@ -78,21 +78,18 @@
@@ -86,7 +86,7 @@ index f6609c1..ef6fc5e 100644
'sources': [
'<@(qrc_files)',
diff --git a/Telegram/gyp/qt.gypi b/Telegram/gyp/qt.gypi
-index 24ededb..cdb18f5 100644
+index 24ededbf..0076f031 100644
--- a/Telegram/gyp/qt.gypi
+++ b/Telegram/gyp/qt.gypi
@@ -38,7 +38,6 @@
@@ -163,7 +163,7 @@ index 24ededb..cdb18f5 100644
'-g',
'-rdynamic',
diff --git a/Telegram/gyp/telegram_linux.gypi b/Telegram/gyp/telegram_linux.gypi
-index d07b592..6e6bd91 100644
+index d07b5928..6e6bd91d 100644
--- a/Telegram/gyp/telegram_linux.gypi
+++ b/Telegram/gyp/telegram_linux.gypi
@@ -21,11 +21,19 @@