23 lines
1.0 KiB
Bash
23 lines
1.0 KiB
Bash
# Template file for 'kcalc'
|
|
pkgname=kcalc
|
|
version=24.05.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
|
|
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
|
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
|
|
hostmakedepends="extra-cmake-modules kf6-kcoreaddons kf6-kconfig kf6-kdoctools python3
|
|
qt6-base qt6-tools gettext"
|
|
makedepends="gmp-devel mpfr-devel qt6-base-devel kf6-kconfig-devel
|
|
kf6-kconfigwidgets-devel kf6-kcrash-devel kf6-kdoctools-devel
|
|
kf6-kguiaddons-devel kf6-ki18n-devel kf6-knotifications-devel qt6-qt5compat-devel
|
|
kf6-kxmlgui-devel"
|
|
short_desc="Simple and scientific calculator"
|
|
maintainer="Norbert Vegh <vegh@norvegh.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://kde.org/applications/en/utilities/org.kde.kcalc"
|
|
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kcalc"
|
|
distfiles="${KDE_SITE}/release-service/${version}/src/kcalc-${version}.tar.xz"
|
|
checksum=9b05e43279d9a7a5b9b642cf386e3a9eef5dbc13e9f68a18aa5c6111ad3f9482
|