From 584a197477c154a7120006f25def8cb7213bb286 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Mon, 19 Jul 2021 20:54:47 +0300 Subject: [PATCH] xournalpp: update to 1.1.0. Also: - add libsrvg-devel (new dependency) - replace virtual?tex with texlive-latexextra - remove INSTALL.msg (latexextra contains standalone). --- srcpkgs/xournalpp/INSTALL.msg | 4 ---- srcpkgs/xournalpp/template | 8 ++++---- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 srcpkgs/xournalpp/INSTALL.msg diff --git a/srcpkgs/xournalpp/INSTALL.msg b/srcpkgs/xournalpp/INSTALL.msg deleted file mode 100644 index 9a713b91602f..000000000000 --- a/srcpkgs/xournalpp/INSTALL.msg +++ /dev/null @@ -1,4 +0,0 @@ - You need to install the standalone package to use LaTeX with - xournalpp. The following command will install it (needs root privileges). - - 'tlmgr install standalone' diff --git a/srcpkgs/xournalpp/template b/srcpkgs/xournalpp/template index 1f75e7e93eda..bc6ee57e61ab 100644 --- a/srcpkgs/xournalpp/template +++ b/srcpkgs/xournalpp/template @@ -1,19 +1,19 @@ # Template file for 'xournalpp' pkgname=xournalpp -version=1.0.20 +version=1.1.0 revision=1 build_style=cmake hostmakedepends="pkg-config gettext" makedepends="libxml2-devel libcppunit-devel poppler-glib-devel gtk+3-devel - portaudio-cpp-devel libsndfile-devel libzip-devel" -depends="virtual?tex" + portaudio-cpp-devel libsndfile-devel libzip-devel librsvg-devel" +depends="texlive-latexextra" short_desc="Handwriting Notetaking software with PDF annotation support" maintainer="mobinmob " license="GPL-2.0-or-later" homepage="https://github.com/xournalpp/xournalpp" changelog="https://raw.githubusercontent.com/xournalpp/xournalpp/master/CHANGELOG.md" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" -checksum=1abf9925f11f0944c8142194be3e72541e230afa83490b074f5c6e613b0e2a02 +checksum=31b99282bcd1d829f05f1c9ccd07c5d599acc0e69725d135cdc97e1dcaf2baee case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" libexecinfo-devel"