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

Evangelos Foutras foutrelis at archlinux.org
Tue Jun 30 05:22:53 UTC 2020


    Date: Tuesday, June 30, 2020 @ 05:22:52
  Author: foutrelis
Revision: 390648

archrelease: copy trunk to staging-x86_64

Added:
  xournalpp/repos/staging-x86_64/
  xournalpp/repos/staging-x86_64/PKGBUILD
    (from rev 390647, xournalpp/trunk/PKGBUILD)

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

Copied: xournalpp/repos/staging-x86_64/PKGBUILD (from rev 390647, xournalpp/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-06-30 05:22:52 UTC (rev 390648)
@@ -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