mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: team/kde <bribbers@disroot.org>
|
|
|
|
# The group tag is just to easily find this APKBUILD by some scripts for automation
|
|
# group=kde-applications
|
|
pkgname=kteatime
|
|
pkgver=24.08.1
|
|
pkgrel=0
|
|
arch="all !armhf"
|
|
url="https://kde.org/applications/utilities/org.kde.kteatime"
|
|
pkgdesc="A handy timer for steeping tea"
|
|
license="GPL-2.0-or-later AND GFDL-1.2-only"
|
|
makedepends="
|
|
extra-cmake-modules
|
|
kconfig-dev
|
|
kconfig-dev
|
|
kcrash-dev
|
|
kdoctools-dev
|
|
ki18n-dev
|
|
kiconthemes-dev
|
|
knotifications-dev
|
|
knotifyconfig-dev
|
|
ktextwidgets-dev
|
|
kxmlgui-dev
|
|
qt6-qtbase-dev
|
|
samurai
|
|
"
|
|
subpackages=" $pkgname-lang"
|
|
_repo_url="https://invent.kde.org/utilities/kteatime.git"
|
|
source="https://download.kde.org/stable/release-service/$pkgver/src/kteatime-$pkgver.tar.xz"
|
|
# No tests
|
|
options="!check"
|
|
|
|
build() {
|
|
cmake -B build -G Ninja \
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
cmake --build build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" cmake --install build
|
|
}
|
|
|
|
sha512sums="
|
|
a65ee62799c717043a7dd422973739c6644d2875c12c2892751001f91ce6a572c85ec469760b550c442275dd37d4210119c7eec0c9bbc1b7649244c7ab1c57df kteatime-24.08.1.tar.xz
|
|
"
|