mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
purpose: remove conflicting files
This commit is contained in:
parent
de143a1e85
commit
aedf01408e
1 changed files with 7 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'purpose'
|
||||
pkgname=purpose
|
||||
version=5.116.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="kcoreaddons qt5-qmake qt5-host-tools extra-cmake-modules
|
||||
python3 gettext intltool"
|
||||
makedepends="qt5-devel qt5-declarative-devel kcoreaddons-devel kconfig-devel
|
||||
kaccounts-integration-devel kio-devel kirigami2-devel"
|
||||
depends="kf6-purpose"
|
||||
short_desc="Offers available actions for a specific purpose"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
|
@ -14,6 +15,11 @@ homepage="https://invent.kde.org/frameworks/purpose"
|
|||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=62d66c1a32b614971a52d385be1ea5d218a95b9e65a0b547b7913238c38d1dbc
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/share/accounts/services/kde/google-youtube.service
|
||||
rm ${DESTDIR}/usr/share/accounts/services/kde/nextcloud-upload.service
|
||||
}
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
# QML test that requires OpenGL
|
||||
|
|
Loading…
Add table
Reference in a new issue