notes-up: update to 2.0.5, orphan.

This commit is contained in:
Lorem 2021-11-28 16:37:40 +05:30 committed by paper
parent 9d4e4c165d
commit c6e8075a32
2 changed files with 8 additions and 30 deletions

View file

@ -1,18 +0,0 @@
--- a/vapi/libmarkdown.vapi 2020-11-21 13:32:35.540125253 +0700
+++ b/vapi/libmarkdown.vapi 2020-11-21 13:40:04.961780640 +0700
@@ -41,7 +41,7 @@
public void initialize ();
public void with_html5_tags ();
public void shlib_destructor ();
- public char markdown_version[];
+ public string markdown_version;
[Compact]
[CCode (cname = "MMIOT", cprefix = "mkd_", free_function = "mkd_cleanup")]
@@ -125,4 +125,4 @@
NOSTYLE,
EMBED
}
-}
\ No newline at end of file
+}

View file

@ -1,25 +1,21 @@
# Template file for 'notes-up'
pkgname=notes-up
version=2.0.2
version=2.0.5
revision=1
wrksrc=Notes-up-${version}
build_style=cmake
configure_args="-Dnoele=$(vopt_if pantheon false true)"
hostmakedepends="pkg-config intltool vala glib-devel"
build_style=meson
hostmakedepends="pkg-config vala gettext glib-devel"
makedepends="libgee08-devel discount-devel webkit2gtk-devel granite-devel
gtksourceview-devel gtkspell3-devel"
depends="hicolor-icon-theme $(vopt_if pantheon contractor)"
gtksourceview4-devel gtkspell3-devel"
depends="hicolor-icon-theme"
short_desc="Markdown notes editor & manager"
maintainer="Lorem <notloremipsum@protonmail.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, BSD-3-Clause"
homepage="https://github.com/Philip-Scott/Notes-up"
distfiles="https://github.com/Philip-Scott/Notes-up/archive/${version}.tar.gz"
checksum=35eb1df71034a118e66e6e00f5394c68423cfba7ceac035bde156d77da933b17
build_options="pantheon"
desc_option_pantheon="build with Contractor support"
checksum=56ddf5ab3468c3bbb806106c41b485b020ade3c7f48d271bda1e78ddce5e1664
post_install() {
ln -s com.github.philip-scott.notes-up ${DESTDIR}/usr/bin/notes-up
ln -s com.github.philip_scott.notes-up ${DESTDIR}/usr/bin/notes-up
vlicense data/assets/highlightjs/highlight.LICENSE
rm ${DESTDIR}/usr/share/notes-up/highlight.LICENSE
}