mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:27:15 +08:00
cutegram: update to 2.7.1
This commit is contained in:
parent
10ac9a4dfa
commit
84fd1c6ab4
@ -1,23 +1,27 @@
|
||||
pkgname=cutegram
|
||||
_pkgname=Cutegram
|
||||
pkgver=2.7.0
|
||||
pkgrel=2
|
||||
pkgver=2.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="A different telegram client from Aseman team"
|
||||
arch=('x86_64')
|
||||
url="http://aseman.co/en/products/cutegram/"
|
||||
license=('GPL')
|
||||
depends=('qt5-base' 'qt5-declarative' 'qt5-multimedia' 'qt5-quick1'
|
||||
'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-webengine' 'qt5-imageformats'
|
||||
'gstreamer' 'libqtelegram-ae>=6.0' 'telegramqml')
|
||||
'gstreamer' 'libqtelegram-ae>=6.1' 'telegramqml')
|
||||
makedepends=('git')
|
||||
source=("https://github.com/Aseman-Land/Cutegram/archive/v$pkgver-stable.tar.gz"
|
||||
'0001-Add-Chakra-specific-search-option.patch')
|
||||
sha1sums=('53008ca4c61e06f211b0948dc5733b77e30d6945'
|
||||
'bcd6d726359a83619a9743283a58990e055556f5')
|
||||
'0001-Add-Chakra-specific-search-option.patch'
|
||||
"asemantools"::"git+https://github.com/Aseman-Land/aseman-qt-tools.git#commit=91bf14b790c749bcaaddb09a8124ef6415a93906")
|
||||
sha1sums=('e4c36b51586bd1d80074886581ff530cfea27f59'
|
||||
'bcd6d726359a83619a9743283a58990e055556f5'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_pkgname}-$pkgver-stable"
|
||||
mkdir -p build
|
||||
|
||||
git clone $srcdir/asemantools Cutegram/asemantools
|
||||
# Add chakra-specific search engine option
|
||||
patch -Np1 -i ${srcdir}/0001-Add-Chakra-specific-search-option.patch
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user