17 lines
674 B
Bash
17 lines
674 B
Bash
# Template file for 'gnote'
|
|
pkgname=gnote
|
|
version=3.38.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile --disable-static"
|
|
hostmakedepends="pkg-config intltool itstool desktop-file-utils"
|
|
makedepends="libsecret-devel libxslt-devel libuuid-devel gtkmm-devel
|
|
libxml2-devel gtkspell3-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="GNOME note taking application"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://wiki.gnome.org/Apps/Gnote"
|
|
distfiles="${GNOME_SITE}/gnote/${version%.*}/gnote-${version}.tar.xz"
|
|
checksum=c427d5e177339106e53976ab4f65f8719a48f7f712ce94d2184d545da174b2a9
|
|
lib32disabled=yes
|