[arch-commits] Commit in (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Oct 8 03:41:33 UTC 2020
Date: Thursday, October 8, 2020 @ 03:41:30
Author: svenstaro
Revision: 721677
extra2community: Moving xournalpp from extra to community
Added:
xournalpp/
xournalpp/repos/
xournalpp/trunk/
xournalpp/trunk/PKGBUILD
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Added: xournalpp/trunk/PKGBUILD
===================================================================
--- xournalpp/trunk/PKGBUILD (rev 0)
+++ xournalpp/trunk/PKGBUILD 2020-10-08 03:41:30 UTC (rev 721677)
@@ -0,0 +1,30 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xournalpp
+pkgver=1.0.18
+_commit=535d261d364f5925dec1ae3966a067883e53281e
+pkgrel=2
+pkgdesc='Handwriting notetaking software with PDF annotation support'
+url='https://github.com/xournalpp/xournalpp'
+license=('GPL2')
+arch=('x86_64')
+optdepends=('texlive-latexextra: LaTeX package')
+makedepends=('git' 'cmake' 'doxygen' 'graphviz')
+depends=('gtk3' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua'
+ 'libzip' 'texlive-bin')
+source=("git+https://github.com/xournalpp/xournalpp.git#commit=$_commit")
+sha256sums=('SKIP')
+
+replaces=('xournal')
+
+build() {
+ cd "${srcdir}/${pkgname}"
+ cmake -DCMAKE_INSTALL_PREFIX=/usr
+ make translations
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list