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

NicoHood nicohood at archlinux.org
Sun Apr 18 07:09:38 UTC 2021


    Date: Sunday, April 18, 2021 @ 07:09:38
  Author: nicohood
Revision: 919894

archrelease: copy trunk to community-x86_64

Added:
  cherrytree/repos/community-x86_64/PKGBUILD
    (from rev 919893, cherrytree/trunk/PKGBUILD)
Deleted:
  cherrytree/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 07:09:22 UTC (rev 919893)
+++ PKGBUILD	2021-04-18 07:09:38 UTC (rev 919894)
@@ -1,44 +0,0 @@
-# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Morgenstern <charles [at] charlesbwise [dot] com>
-
-pkgname=cherrytree
-pkgver=0.99.34
-pkgrel=1
-pkgdesc="Hierarchical note-taking application"
-arch=('x86_64')
-url="https://www.giuspen.com/cherrytree/"
-license=('GPL3')
-depends=('fmt' 'gspell' 'gtksourceviewmm' 'libxml++2.6' 'uchardet')
-
-makedepends=('cmake' 'python' 'spdlog')
-source=("${pkgname}-${pkgver}.tar.xz::https://www.giuspen.com/software/${pkgname}_${pkgver}.tar.xz"
-        "${pkgname}-${pkgver}.tar.xz.asc::https://www.giuspen.com/software/${pkgname}_${pkgver}.tar.xz.asc")
-sha512sums=('97cf60514c3435a26ca141a0992028d947ad79e1cf13634d69553d9fbcca4b7c1b0c33fe918f74f06c76b28216f0db49e111d9d7769a9cbba89e51a54cd09c82'
-            'SKIP')
-validpgpkeys=('C7BF38CE0BD442C2369AA984049128A20CE0648D') # Giuseppe Penone <giuspen [at] gmail [dot] com>
-
-build() {
-  cmake \
-	-B "${pkgname}_${pkgver}/build" \
-	-S "${pkgname}_${pkgver}" \
-  -DINSTALL_GTEST:BOOL='OFF' \
-	-DAUTO_RUN_TESTING:BOOL='OFF' \
-	-Wno-dev
-  make -C "${pkgname}_${pkgver}/build"
-}
-
-# NOTE: In order to run tests that depend on the X server in a clean chroot,
-# you must allow the chroot access your X server:
-# xhost +local:
-# https://wiki.archlinux.org/index.php/chroot#Run_graphical_applications_from_chroot
-check() {
-  export DISPLAY=:0
-  cd "${pkgname}_${pkgver}"
-  ./"${_pkgname}/build/run_tests_with_x_1"
-  ./"${_pkgname}/build/run_tests_with_x_2"
-}
-
-package() {
-  make -C "${pkgname}_${pkgver}/build" DESTDIR="${pkgdir}" install
-}

Copied: cherrytree/repos/community-x86_64/PKGBUILD (from rev 919893, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-18 07:09:38 UTC (rev 919894)
@@ -0,0 +1,44 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Morgenstern <charles [at] charlesbwise [dot] com>
+
+pkgname=cherrytree
+pkgver=0.99.36
+pkgrel=1
+pkgdesc="Hierarchical note-taking application"
+arch=('x86_64')
+url="https://www.giuspen.com/cherrytree/"
+license=('GPL3')
+depends=('fmt' 'gspell' 'gtksourceviewmm' 'libxml++2.6' 'uchardet')
+
+makedepends=('cmake' 'python' 'spdlog')
+source=("${pkgname}-${pkgver}.tar.xz::https://www.giuspen.com/software/${pkgname}_${pkgver}.tar.xz"
+        "${pkgname}-${pkgver}.tar.xz.asc::https://www.giuspen.com/software/${pkgname}_${pkgver}.tar.xz.asc")
+sha512sums=('e5cbdc8ad3cb4cd8b2ef800e71243e534c1ff487a205f2ab292d2a7259cabf0758b3105273be221fb1c14602dab49dbe04320b28974fb16cc97ce13e13dc9589'
+            'SKIP')
+validpgpkeys=('C7BF38CE0BD442C2369AA984049128A20CE0648D') # Giuseppe Penone <giuspen [at] gmail [dot] com>
+
+build() {
+  cmake \
+	-B "${pkgname}_${pkgver}/build" \
+	-S "${pkgname}_${pkgver}" \
+  -DINSTALL_GTEST:BOOL='OFF' \
+	-DAUTO_RUN_TESTING:BOOL='OFF' \
+	-Wno-dev
+  make -C "${pkgname}_${pkgver}/build"
+}
+
+# NOTE: In order to run tests that depend on the X server in a clean chroot,
+# you must allow the chroot access your X server:
+# xhost +local:
+# https://wiki.archlinux.org/index.php/chroot#Run_graphical_applications_from_chroot
+check() {
+  export DISPLAY=:0
+  cd "${pkgname}_${pkgver}"
+  ./"${_pkgname}/build/run_tests_with_x_1"
+  ./"${_pkgname}/build/run_tests_with_x_2"
+}
+
+package() {
+  make -C "${pkgname}_${pkgver}/build" DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list