[arch-commits] Commit in xournalpp/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Fri Feb 7 18:51:20 UTC 2020
Date: Friday, February 7, 2020 @ 18:51:19
Author: bisson
Revision: 374981
archrelease: copy trunk to extra-x86_64
Added:
xournalpp/repos/extra-x86_64/PKGBUILD
(from rev 374980, xournalpp/trunk/PKGBUILD)
Deleted:
xournalpp/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-07 18:51:03 UTC (rev 374980)
+++ PKGBUILD 2020-02-07 18:51:19 UTC (rev 374981)
@@ -1,28 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=xournalpp
-pkgver=1.0.16
-_commit=c4745271d4dc114b0ee2145b3e9ace257b7f4c28
-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 374980, xournalpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-07 18:51:19 UTC (rev 374981)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xournalpp
+pkgver=1.0.17
+_commit=12febf7e577aeb8756464c23713ef9a43729eede
+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 translations
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list