mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
rebuild without nepomuk
This commit is contained in:
parent
9120f8c298
commit
08c90f2ece
@ -6,7 +6,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname="kactivities"
|
||||
pkgver=4.13.3 # there is no 4.14 version!
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
pkgdesc='API for using and interacting with Activities'
|
||||
url='http://kde.org/'
|
||||
@ -22,7 +22,8 @@ options=('docs'
|
||||
'debug'
|
||||
'log')
|
||||
source=($_mirror/${pkgname}-$_kdever.tar.xz)
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d" " -f1`)
|
||||
#sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d" " -f1`)
|
||||
sha256sums=("c7cb9d023f6e5cd01d76568c3590303ea3ecb4ebe9535b31862957846f5e898a")
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user