mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
attica: update to 5.83.0.
This commit is contained in:
parent
5d9567aae5
commit
a87cc0e37b
1 changed files with 9 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'attica'
|
# Template file for 'attica'
|
||||||
pkgname=attica
|
pkgname=attica
|
||||||
version=5.82.0
|
version=5.83.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-host-tools qt5-devel"
|
hostmakedepends="kcoreaddons extra-cmake-modules qt5-host-tools qt5-devel"
|
||||||
makedepends="qt5-devel"
|
makedepends="qt5-devel"
|
||||||
short_desc="A Qt library that implements the Open Collaboration Services API"
|
short_desc="A Qt library that implements the Open Collaboration Services API"
|
||||||
|
@ -11,7 +10,14 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/attica"
|
homepage="https://invent.kde.org/frameworks/attica"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=f482b3353926447679829693d7a7e02cd8d4956f67f2c05316d5ab941e6ac808
|
checksum=46c847699d9f5c16683f30d589522de91d296bf257d4afdc2faefc406306abee
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
# providertest is not able to fetch https://api.kde-look.org/ocs/v1/config
|
||||||
|
# (other URLs under api.kde-look.org seem to work fine)
|
||||||
|
ctest -E 'providertest'
|
||||||
|
}
|
||||||
|
|
||||||
attica-devel_package() {
|
attica-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue