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

Justin Kromlinger hashworks at archlinux.org
Wed Oct 21 06:54:16 UTC 2020


    Date: Wednesday, October 21, 2020 @ 06:54:15
  Author: hashworks
Revision: 727780

archrelease: copy trunk to community-x86_64

Added:
  xournalpp/repos/community-x86_64/PKGBUILD
    (from rev 727779, xournalpp/trunk/PKGBUILD)
Deleted:
  xournalpp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-21 06:54:12 UTC (rev 727779)
+++ PKGBUILD	2020-10-21 06:54:15 UTC (rev 727780)
@@ -1,30 +0,0 @@
-# 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
-}

Copied: xournalpp/repos/community-x86_64/PKGBUILD (from rev 727779, xournalpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-21 06:54:15 UTC (rev 727780)
@@ -0,0 +1,31 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xournalpp
+pkgver=1.0.19
+_commit=a0882d7288fe6ab7a4befad6df884c87b5dfb1a0
+pkgrel=1
+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