void-packages/srcpkgs/dolphin/template
2019-10-11 05:54:11 +03:00

21 lines
753 B
Bash

# Template file for 'dolphin'
pkgname=dolphin
version=19.08.2
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules python qt5-qmake qt5-host-tools
kcoreaddons kconfig kdoctools"
makedepends="baloo-widgets5-devel kcmutils-devel knewstuff-devel kactivities5-devel
kinit-devel kparts-devel ksolid-devel"
depends="kio-extras"
short_desc="KDE File manager"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later, GFDL-1.2-or-later"
homepage="https://userbase.kde.org/Dolphin"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=0c56515737fc0f96020b3c157a93023095d1a1e23637e7670e068c6c286bbc3b
if [ "$CROSS_BUILD" ]; then
LDFLAGS=" -Wl,-rpath-link,../bin"
fi