From d68cedeecaad388da444a0d74448a889e50458fd Mon Sep 17 00:00:00 2001 From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com> Date: Wed, 21 Oct 2020 14:41:45 +0200 Subject: [PATCH] New package: plasma-disks-5.20.1 --- srcpkgs/plasma-disks/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/plasma-disks/template diff --git a/srcpkgs/plasma-disks/template b/srcpkgs/plasma-disks/template new file mode 100644 index 00000000000..cd258f0eec2 --- /dev/null +++ b/srcpkgs/plasma-disks/template @@ -0,0 +1,19 @@ +# Template file for 'plasma-disks' +pkgname=plasma-disks +version=5.20.1 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +hostmakedepends="extra-cmake-modules gettext" +makedepends="plasma-framework-devel" +depends="smartmontools" +short_desc="Hard disk health monitoring for KDE Plasma" +maintainer="John " +license="GPL-2.0-or-later" +homepage="https://invent.kde.org/plasma/plasma-disks" +distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" +checksum=0e382861b3fcd5eeecfbbc3fb924ae1da839b502da639dda14893a2903929f0e + +if [ "$CROSS_BUILD" ]; then + hostmakedepends+=" qt5-qmake qt5-host-tools kcoreaddons kauth" +fi