mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
maintainer="Achill Gilgenast <achill@achill.org>"
|
|
pkgname=planify
|
|
pkgver=4.19.1
|
|
pkgrel=0
|
|
pkgdesc="Task manager with Todoist, Nextcloud & CalDAV support designed for GNOME"
|
|
url="https://useplanify.com/"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="
|
|
desktop-file-utils
|
|
evolution-data-server-dev
|
|
gtk4.0-dev
|
|
gtksourceview5-dev
|
|
gxml-dev
|
|
json-glib-dev
|
|
libadwaita-dev
|
|
libgee-dev
|
|
libical-dev
|
|
libportal-dev
|
|
libsecret-dev
|
|
libsoup3-dev
|
|
libspelling-dev
|
|
meson
|
|
sqlite-dev
|
|
vala
|
|
webkit2gtk-6.0-dev
|
|
"
|
|
subpackages="$pkgname-dev $pkgname-lang"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/alainm23/planify/archive/refs/tags/v$pkgver.tar.gz"
|
|
options="!check" # fail
|
|
|
|
build() {
|
|
abuild-meson \
|
|
output .
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
4fbc90fd4ec7dab7c59ae01627995726aac84f6bbf1a425a9208d2af628d2f64d68b478597d67132e82ad39c23f573eefa73781710e28a368f9b73772db3dbdc planify-4.19.1.tar.gz
|
|
"
|