[arch-commits] Commit in cherrytree/repos/community-x86_64 (PKGBUILD PKGBUILD)
NicoHood
nicohood at archlinux.org
Thu Jun 3 16:56:24 UTC 2021
Date: Thursday, June 3, 2021 @ 16:56:23
Author: nicohood
Revision: 955699
archrelease: copy trunk to community-x86_64
Added:
cherrytree/repos/community-x86_64/PKGBUILD
(from rev 955698, cherrytree/trunk/PKGBUILD)
Deleted:
cherrytree/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-03 16:56:06 UTC (rev 955698)
+++ PKGBUILD 2021-06-03 16:56:23 UTC (rev 955699)
@@ -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.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
-}
Copied: cherrytree/repos/community-x86_64/PKGBUILD (from rev 955698, cherrytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-03 16:56:23 UTC (rev 955699)
@@ -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.37
+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=('b455729b72a67ee63351807cd83aa06605d90f2c9ba1c89c75c150e7d06f57d8f321dd5c19a48f2c02ad8d4db03eb00a551ab9c74b5983ed46fba9be13f2d7a1'
+ '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