mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=gnote
|
|
pkgver=44.0
|
|
pkgrel=2
|
|
pkgdesc="Gnote is a port of Tomboy to C++"
|
|
url="https://wiki.gnome.org/Apps/Gnote"
|
|
arch="all !s390x" # error: 'convert_return_gchar_ptr_to_stdstring' is not a member of 'Glib'
|
|
license="GPL-3.0-or-later"
|
|
depends="dbus:org.freedesktop.Secrets"
|
|
makedepends="
|
|
appstream-glib
|
|
desktop-file-utils
|
|
glibmm-dev
|
|
gspell-dev
|
|
gtk+3.0-dev
|
|
gtkmm3-dev
|
|
itstool
|
|
libsecret-dev
|
|
libxslt-dev
|
|
meson
|
|
util-linux-dev
|
|
"
|
|
options="!check" # missing dep: unittestcpp
|
|
subpackages="$pkgname-dbg $pkgname-lang $pkgname-doc"
|
|
source="https://download.gnome.org/sources/gnote/${pkgver%.*}/gnote-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson -Db_lto=true . output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
95299d811372f9c011e2966cd0fcb770830d691a85e390fbeb0500ff2db394301d0aeb478c622af1a8caf54d07cb15243c65e73809e02ae36407ef5006e636bb gnote-44.0.tar.xz
|
|
"
|