mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 00:27:15 +08:00
moved kholidays to frameworks
This commit is contained in:
parent
b95730046b
commit
d5b61d0969
@ -1,34 +0,0 @@
|
||||
# Include global configuration
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=kholidays
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="KDE library for regional holiday information"
|
||||
arch=('x86_64')
|
||||
url="https://projects.kde.org/$pkgname"
|
||||
license=(LGPL)
|
||||
depends=(kdelibs4support)
|
||||
makedepends=(extra-cmake-modules python3 kdoctools qt5-tools)
|
||||
options=('debug')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys[@]})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
Loading…
Reference in New Issue
Block a user