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

Gaëtan Bisson bisson at archlinux.org
Mon May 27 09:26:01 UTC 2019


    Date: Monday, May 27, 2019 @ 09:26:01
  Author: bisson
Revision: 354383

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 09:25:38 UTC (rev 354382)
+++ PKGBUILD	2019-05-27 09:26:01 UTC (rev 354383)
@@ -1,28 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=xournalpp
-pkgver=1.0.10
-_commit=14e9012b94e005112387dbb7d2ed59274d542885
-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
-}

Copied: xournalpp/repos/extra-x86_64/PKGBUILD (from rev 354382, xournalpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-27 09:26:01 UTC (rev 354383)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xournalpp
+pkgver=1.0.12
+_commit=cc44b206b75eac2cce98b3124d7e6292c5492614
+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