From 0d2987fa6ef48eb205b412906bba331c0394cda1 Mon Sep 17 00:00:00 2001 From: Lorem Date: Sun, 28 Nov 2021 16:37:40 +0530 Subject: [PATCH] notes-up: update to 2.0.5, orphan. --- srcpkgs/notes-up/patches/vala-0.50.patch | 18 ------------------ srcpkgs/notes-up/template | 18 +++++++----------- 2 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 srcpkgs/notes-up/patches/vala-0.50.patch diff --git a/srcpkgs/notes-up/patches/vala-0.50.patch b/srcpkgs/notes-up/patches/vala-0.50.patch deleted file mode 100644 index 2d6bfb9ee459..000000000000 --- a/srcpkgs/notes-up/patches/vala-0.50.patch +++ /dev/null @@ -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 -+} diff --git a/srcpkgs/notes-up/template b/srcpkgs/notes-up/template index 8fcacc6f4d99..e61b06efb666 100644 --- a/srcpkgs/notes-up/template +++ b/srcpkgs/notes-up/template @@ -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)" +build_style=meson hostmakedepends="pkg-config intltool vala 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 " +maintainer="Orphaned " 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 }