mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 18:37:14 +08:00
attica: update to latest version
This commit is contained in:
parent
bd28a01817
commit
bda04b4b6e
@ -3,18 +3,19 @@
|
|||||||
source ../frameworks.conf
|
source ../frameworks.conf
|
||||||
|
|
||||||
pkgname=kf5-attica
|
pkgname=kf5-attica
|
||||||
|
_pkgname=attica
|
||||||
pkgver=${KFVersion}
|
pkgver=${KFVersion}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='https://projects.kde.org/projects/kdesupport/attica'
|
url='https://projects.kde.org/projects/kdesupport/${_pkgname}'
|
||||||
pkgdesc='A Qt5 library that implements the Open Collaboration Services API'
|
pkgdesc='A Qt5 library that implements the Open Collaboration Services API'
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('qt5-base')
|
depends=('qt5-base')
|
||||||
makedepends=('extra-cmake-modules')
|
makedepends=('extra-cmake-modules')
|
||||||
checkdepends=("cmake")
|
checkdepends=("cmake")
|
||||||
options=("debug")
|
options=("debug")
|
||||||
source=("${KFServer}/${pkgver}/attica-${pkgver}.tar.xz")
|
source=("${KFServer}/${pkgver}/${_pkgname}-${pkgver}.tar.xz")
|
||||||
md5sums=('c2d1cdc706b6fdd145f3319f68ec6d33')
|
sha256sums=($(getSum $_pkgname))
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
Loading…
Reference in New Issue
Block a user