mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
purpose: update to 5.83.0.
Dep on kaccounts-providers only exists, becaue kaccounts-integration is useless without it, but if it would depend on providers, we would have a dep loop
This commit is contained in:
parent
ec573a980e
commit
6d6b5dfa44
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'purpose'
|
# Template file for 'purpose'
|
||||||
pkgname=purpose
|
pkgname=purpose
|
||||||
version=5.82.0
|
version=5.83.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="kcoreaddons qt5-qmake qt5-host-tools extra-cmake-modules
|
hostmakedepends="kcoreaddons qt5-qmake qt5-host-tools extra-cmake-modules
|
||||||
python3 gettext"
|
python3 gettext intltool"
|
||||||
makedepends="qt5-devel qt5-declarative-devel kcoreaddons-devel kconfig-devel
|
makedepends="qt5-devel qt5-declarative-devel kcoreaddons-devel kconfig-devel
|
||||||
kio-devel kirigami2-devel"
|
kaccounts-integration-devel kio-devel kirigami2-devel"
|
||||||
|
depends="accounts-qml-module kaccounts-providers"
|
||||||
short_desc="Offers available actions for a specific purpose"
|
short_desc="Offers available actions for a specific purpose"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/purpose"
|
homepage="https://invent.kde.org/frameworks/purpose"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=a73649bae4cf36496aee27bb6391a855f6d80e23a90603f2c3700750a6e40f03
|
checksum=02d01a386a4ebbfe5919a54a9442184c5c571213b4a2c98252d94fbc47040369
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Add table
Reference in a new issue