mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
cherrytree: update to 0.99.51
This commit is contained in:
parent
f2750e08bf
commit
ea1d9f44dc
1 changed files with 12 additions and 11 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'cherrytree'
|
# Template file for 'cherrytree'
|
||||||
pkgname=cherrytree
|
pkgname=cherrytree
|
||||||
version=0.99.39
|
version=0.99.51
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="gettext pkg-config desktop-file-utils python3 glib-devel"
|
# Tests are built during the normal build process and require access to X server
|
||||||
makedepends="cpputest uchardet-devel libcurl-devel sqlite-devel
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
libxml++-devel gtksourceviewmm-devel gspell-devel gtkmm-devel
|
hostmakedepends="gettext glib-devel pkg-config python3"
|
||||||
fmt-devel spdlog"
|
makedepends="fmt-devel fribidi-devel gtkmm-devel gtksourceviewmm-devel
|
||||||
|
gspell-devel libcurl-devel libxml++-devel spdlog sqlite-devel uchardet-devel
|
||||||
|
vte3-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="Hierarchial note taking application with syntax highlighting"
|
short_desc="Hierarchial note taking application with syntax highlighting"
|
||||||
maintainer="Logen K <logen@sudotask.com>"
|
maintainer="Logen K <logen@sudotask.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.giuspen.com/cherrytree/"
|
homepage="https://www.giuspen.com/cherrytree/"
|
||||||
distfiles="https://github.com/giuspen/cherrytree/releases/download/${version}/cherrytree_${version}.tar.xz"
|
changelog="https://raw.githubusercontent.com/giuspen/cherrytree/master/changelog.txt"
|
||||||
checksum=7af0adc2e2edf3f8797ba6b1bcb534f2309ba8297c4b235835ea969bae457d62
|
distfiles="https://github.com/giuspen/cherrytree/archive/refs/tags/${version}.tar.gz"
|
||||||
configure_args+=" -DBUILD_GMOCK:BOOL='OFF'
|
checksum=5c88bd8d709226006819cc7bba8445bab7bc5d2795364110d9ce59ecb69c7bcb
|
||||||
-DBUILD_GTEST:BOOL='OFF'
|
make_check=no # Tests are run during build step
|
||||||
-DBUILD_TESTING:BOOL='OFF'"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue