void-packages/srcpkgs/ark/template
Michael Straube a2e3e669ed ark: build with zip support
Closes: #10344 [via git-merge-pr]
2018-01-04 07:21:48 +01:00

18 lines
720 B
Bash

# Template file for 'ark'
pkgname=ark
version=17.12.0
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-devel qt5-qmake kdoctools kconfig"
makedepends="libarchive-devel kpty-devel kparts-devel kitemmodels-devel libzip-devel"
short_desc="KDE Archiving Tool"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2"
homepage="https://kde.org/applications/utilities/ark"
distfiles="https://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=4397d84eee2001b39cd722225181a11f036e981b0abe722a64688f660b7c8a50
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" python kcoreaddons kparts"
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi