mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
added kqtquickcharts
This commit is contained in:
parent
210c0f9f57
commit
e34bbc22f1
40
kqtquickcharts/PKGBUILD
Normal file
40
kqtquickcharts/PKGBUILD
Normal file
@ -0,0 +1,40 @@
|
||||
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
|
||||
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
|
||||
|
||||
# Include global configuration
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname="kqtquickcharts"
|
||||
arch=('x86_64')
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="The core Nepomuk system"
|
||||
url="http://www.kde.org"
|
||||
license=('GPL'
|
||||
'LGPL'
|
||||
'FDL')
|
||||
options=('docs'
|
||||
'!header'
|
||||
'debug'
|
||||
'log')
|
||||
depends=("kdelibs>=${_kdever}")
|
||||
makedepends=('cmake'
|
||||
'automoc4'
|
||||
'doxygen')
|
||||
source=($_mirror/${pkgname}-$_kdever.tar.xz)
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d" " -f1`)
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
rm -rf build
|
||||
mkdir -p build && cd build
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=${_build_type} \
|
||||
-DCMAKE_INSTALL_PREFIX=${_installprefix}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}/build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
Loading…
Reference in New Issue
Block a user