mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
parent
0f85fb72a0
commit
89574fbabf
1 changed files with 11 additions and 16 deletions
|
@ -1,25 +1,20 @@
|
|||
# Template file for 'cherrytree'
|
||||
pkgname=cherrytree
|
||||
version=0.38.9
|
||||
version=0.99.21
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python2-module
|
||||
pycompile_dirs="usr/share/cherrytree/modules"
|
||||
hostmakedepends="gettext python-devel desktop-file-utils"
|
||||
depends="pygtksourceview python-dbus python-enchant desktop-file-utils"
|
||||
build_style=cmake
|
||||
hostmakedepends="gettext pkg-config desktop-file-utils python3 glib-devel"
|
||||
makedepends="cpputest uchardet-devel libcurl-devel sqlite-devel
|
||||
libxml++-devel gtksourceviewmm-devel gspell-devel gtkmm-devel"
|
||||
depends="desktop-file-utils"
|
||||
checkdepends="xvfb-run"
|
||||
short_desc="Hierarchial note taking application with syntax highlighting"
|
||||
maintainer="Logen K <logen@sudotask.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.giuspen.com/cherrytree/"
|
||||
distfiles="https://www.giuspen.com/software/${pkgname}-${version}.tar.xz"
|
||||
checksum=fc16669e81e7f981f1b51671171a55035febf2ea80e801c0dd7ff52763025475
|
||||
python_version=2
|
||||
distfiles="https://github.com/giuspen/cherrytree/archive/$version.tar.gz"
|
||||
checksum=5c180fdf5cbab43bc496a246ce952e7f39e84b2a7b4cabdb22773b9d4a415850
|
||||
|
||||
post_install() {
|
||||
# don’t install useless egg
|
||||
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
|
||||
do_check() {
|
||||
xvfb-run make -C build test
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue