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

Justin Kromlinger hashworks at gemini.archlinux.org
Sun Feb 13 22:33:44 UTC 2022


    Date: Sunday, February 13, 2022 @ 22:33:44
  Author: hashworks
Revision: 1133095

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-13 22:33:38 UTC (rev 1133094)
+++ PKGBUILD	2022-02-13 22:33:44 UTC (rev 1133095)
@@ -1,31 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=xournalpp
-pkgver=1.1.0
-_commit=9d1277dee22bb095c2db047bb04f89cc837aee3c
-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 1133094, xournalpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-13 22:33:44 UTC (rev 1133095)
@@ -0,0 +1,31 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=xournalpp
+pkgver=1.1.1
+_commit=4f113e9478a1908f3d1534f7a5b9763f7834d4d9
+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