apostrophe: add missing dependencies
This commit is contained in:
parent
8894f95250
commit
1b9c3b35f5
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'apostrophe'
|
||||
pkgname=apostrophe
|
||||
version=2.5
|
||||
revision=1
|
||||
wrksrc=apostrophe-v$version
|
||||
revision=2
|
||||
wrksrc="$pkgname-v$version"
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
hostmakedepends="python3 glib-devel appstream-glib pkg-config gettext sassc"
|
||||
makedepends="libglib-devel gtk+3-devel libhandy1-devel"
|
||||
depends="python3-regex python3-pypandoc gspell iso-codes libhandy1 webkit2gtk"
|
||||
depends="python3-gobject python3-chardet python3-setuptools python3-pypandoc
|
||||
gspell iso-codes libhandy1 webkit2gtk"
|
||||
short_desc="GTK+ based distraction free Markdown editor"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://gitlab.gnome.org/somas/apostrophe"
|
||||
distfiles="$homepage/-/archive/v$version/apostrophe-v$version.tar.bz2"
|
||||
checksum=2a3d766d84165653f3060b63b6284e52720d68ccd4937e1c1e00d9cab5a47bdb
|
||||
homepage="https://gitlab.gnome.org/World/apostrophe"
|
||||
distfiles="https://gitlab.gnome.org/World/apostrophe/-/archive/v$version/apostrophe-v$version.tar.gz"
|
||||
checksum=366b239ea7bb720c11fc7344827b6739e4983132c9932aa4705a3b88533d75e4
|
||||
|
|
Loading…
Reference in a new issue