mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 11:37:15 +08:00
Merge branch 'master' of ssh://git.chakralinux.org:/desktop
This commit is contained in:
commit
0fbe2df12b
33
kio-gdrive/PKGBUILD
Normal file
33
kio-gdrive/PKGBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Contribution from Arch:
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
|
||||
pkgname=kio-gdrive
|
||||
pkgver=1.1.1
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
pkgdesc="KIO Slave to access Google Drive"
|
||||
url="https://projects.kde.org/kio-gdrive"
|
||||
license=(GPL)
|
||||
depends=(libkgapi qtkeychain-qt5)
|
||||
makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
|
||||
source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
|
||||
md5sums=('dd6674458b0d274cd488cb3e52b94299'
|
||||
'SKIP')
|
||||
validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio <elvis.angelaccio@kde.org>
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake ../$pkgname-$pkgver \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package(){
|
||||
cd build
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user