summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsolopasha2022-09-29 13:36:18 +0300
committersolopasha2022-09-29 13:36:18 +0300
commitea84f065b7cd823590aa351c54addcc332a7f022 (patch)
tree93be94ac0b8648f4a2b70f220e00815e6b1069c7 /PKGBUILD
parent26fcbc83537bb3fd5c320904b6a321436e8b493c (diff)
downloadaur-ea84f065b7cd823590aa351c54addcc332a7f022.tar.gz
rm unneeded patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3692a11c916a..bbd2104c9806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,20 +19,17 @@ optdepends=('webkit2gtk: embedded browser features'
'xdg-desktop-portal: desktop integration')
source=("https://github.com/TDesktop-x64/tdesktop/releases/download/v${pkgver}/${_pkgname}-${pkgver}-full.tar.gz"
"block-sponsored_messages.patch"
- "fix-tgcalls-cstdint.patch"
"64gramdesktop.desktop"
"https://download.kde.org/stable/frameworks/${_kcorever%.*}/kcoreaddons-${_kcorever}.tar.xz"
"https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/258.patch")
sha512sums=('e7e68b1f911ad8d2096f67b0d59efd7141d82d49401a3f4b4ba0f3f48258dd735258b0ec16234bf0784f47e67803eea30084f995bfc1b5bb1706938d4075be4e'
'c662524ca4f4a8df021ee94696d84896ed9a271df321933942806dda4544ea25f51a650ec8b4fc72f9a2219ea54cbfaf37b9604124f7263c86f74f1d647587ae'
- '7b66b1dc928c9107a5f47ba8782eec0f811fe5988449afcb24e1e15cbc7c4c3e284d0480e272a4ba7a15d4acc374cae72ba3caa382cc9e67dd23c7ed6bad0e8c'
'71e91adfa3d8fb198380069e42a6119fb37a588df2ad47b8eeaf5a87c874cb257da1e45eaa8229333bb7fc8a9218fb3411977642239bc93f01e37a2fdf58db3e'
'7370860c300a2ceb009622a3ed543ffda7cd36ae4a339abc6fb4bc39a08abbbd8d09eb5da08b2702e9dfa2db3c35572df654ff265275d3cd96b076123a022198'
'e36b3962166cd1fb5f4f9f3eb567b6bbc1ac18c87a5d1d94096adfc9e2f0fe8e59d1aec12341a682445f1943b0d885c8b65ca6f0441221bb112110c491d382ac')
prepare() {
cd $_pkgname-$pkgver-full
patch -Np1 --binary -i ../block-sponsored_messages.patch
- patch -Np1 --binary -i "$srcdir"/fix-tgcalls-cstdint.patch -d Telegram/ThirdParty/tgcalls
cd ../kcoreaddons-$_kcorever
patch -Np1 -i ../258.patch