Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3257,7 +3257,7 @@ libembb_mtapi_c.so embb-1.0.0_3
libembb_mtapi_network_c.so embb-1.0.0_3
libembb_base_cpp.so embb-1.0.0_3
libembb_base_c.so embb-1.0.0_3
libhpdf-2.3.0.so Haru-2.3.0_3
libhpdf.so.2.4 Haru-2.4.6_1
libKChart6.so.3 kdiagram6-3.0.0_1
libKGantt6.so.3 kdiagram6-3.0.0_1
libscrypt.so.0 libscrypt-1.21_1
Expand Down
55 changes: 0 additions & 55 deletions srcpkgs/Haru/patches/unitialized-ptr_error.patch

This file was deleted.

22 changes: 8 additions & 14 deletions srcpkgs/Haru/template
Original file line number Diff line number Diff line change
@@ -1,32 +1,26 @@
# Template file for 'Haru'
pkgname=Haru
version=2.3.0
revision=3
build_style=gnu-configure
hostmakedepends="automake libtool"
version=2.4.6
revision=1
build_style=cmake
configure_args="-DLIBHPDF_STATIC=OFF"
makedepends="zlib-devel libpng-devel"
short_desc="Free, cross platform, open source library for generating PDF files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Zlib"
homepage="http://libharu.org/"
distfiles="https://github.com/libharu/libharu/archive/RELEASE_${version//./_}.tar.gz"
checksum=8f9e68cc5d5f7d53d1bc61a1ed876add1faf4f91070dbc360d8b259f46d9a4d2
distfiles="https://github.com/libharu/libharu/archive/refs/tags/v${version}.tar.gz"
checksum=ec8f327520d1d354ce58b5d2af75b64f380cddc522437c169463b39760921348

if [ "$CROSS_BUILD" ]; then
configure_args="--with-zlib=${XBPS_CROSS_BASE}/usr"
configure_args+=" --with-png=${XBPS_CROSS_BASE}/usr"
fi

pre_configure() {
make -f build.mk
post_install() {
vlicense LICENSE
}

Haru-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/lib/libhpdf.so
}
}
2 changes: 1 addition & 1 deletion srcpkgs/blender/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'blender'
pkgname=blender
version=5.0.0
revision=1
revision=2
archs="x86_64* aarch64* ppc64*"
build_style=cmake
build_helper="qemu numpy"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/plplot/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'plplot'
pkgname=plplot
version=5.15.0
revision=8
revision=9
build_style=cmake
build_helper="qemu numpy"
configure_args="
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/wt/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'wt'
pkgname=wt
version=4.12.0
revision=4
revision=5
build_style=cmake
configure_args="-DBUILD_EXAMPLES=OFF"
makedepends="boost-devel-minimal libboost_thread libboost_filesystem
Expand Down
Loading