mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
parent
0f85fb72a0
commit
89574fbabf
1 changed files with 11 additions and 16 deletions
|
@ -1,25 +1,20 @@
|
||||||
# Template file for 'cherrytree'
|
# Template file for 'cherrytree'
|
||||||
pkgname=cherrytree
|
pkgname=cherrytree
|
||||||
version=0.38.9
|
version=0.99.21
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
build_style=cmake
|
||||||
build_style=python2-module
|
hostmakedepends="gettext pkg-config desktop-file-utils python3 glib-devel"
|
||||||
pycompile_dirs="usr/share/cherrytree/modules"
|
makedepends="cpputest uchardet-devel libcurl-devel sqlite-devel
|
||||||
hostmakedepends="gettext python-devel desktop-file-utils"
|
libxml++-devel gtksourceviewmm-devel gspell-devel gtkmm-devel"
|
||||||
depends="pygtksourceview python-dbus python-enchant desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
|
checkdepends="xvfb-run"
|
||||||
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://www.giuspen.com/software/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/giuspen/cherrytree/archive/$version.tar.gz"
|
||||||
checksum=fc16669e81e7f981f1b51671171a55035febf2ea80e801c0dd7ff52763025475
|
checksum=5c180fdf5cbab43bc496a246ce952e7f39e84b2a7b4cabdb22773b9d4a415850
|
||||||
python_version=2
|
|
||||||
|
|
||||||
post_install() {
|
do_check() {
|
||||||
# don’t install useless egg
|
xvfb-run make -C build test
|
||||||
rm -rf ${DESTDIR}/usr/lib/python*/site-packages
|
|
||||||
|
|
||||||
# remove old mime registration files
|
|
||||||
rm -rf ${DESTDIR}/usr/share/application-registry
|
|
||||||
rm -rf ${DESTDIR}/usr/share/mime-info
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue