[arch-commits] Commit in xournalpp/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Wed Mar 27 21:21:24 UTC 2019


    Date: Wednesday, March 27, 2019 @ 21:21:24
  Author: bisson
Revision: 349296

archrelease: copy trunk to extra-x86_64

Added:
  xournalpp/repos/extra-x86_64/
  xournalpp/repos/extra-x86_64/PKGBUILD
    (from rev 349295, xournalpp/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: xournalpp/repos/extra-x86_64/PKGBUILD (from rev 349295, xournalpp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2019-03-27 21:21:24 UTC (rev 349296)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xournalpp
+pkgver=1.0.8
+_commit=4442e1e969fb73a30a6955db548b2179af62affb
+pkgrel=1
+pkgdesc='Handwriting notetaking software with PDF annotation support'
+url='https://github.com/xournalpp/xournalpp'
+license=('GPL2')
+arch=('x86_64')
+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
+}
+
+package() {
+	cd "${srcdir}/${pkgname}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list