void-packages/srcpkgs/xplanet/template
Đoàn Trần Công Danh a92d370caa srcpkgs: add patch_args=-Np0 en-mass
Generated with:

	git ls-files 'srcpkgs/**/patches/*' |
	cut -d/ -f2 | uniq |
	xargs printf 'srcpkgs/%s/template\n'  |
	xargs grep -L 'patch_args=' |
	xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
2021-06-20 13:17:29 +07:00

22 lines
730 B
Bash

# Template file for 'xplanet'
pkgname=xplanet
version=1.3.1
revision=2
build_style=gnu-configure
configure_args="--with-freetype"
hostmakedepends="pkg-config"
makedepends="pango-devel freetype-devel giflib-devel tiff-devel libXScrnSaver-devel"
short_desc="Planetary body renderer"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2"
homepage="http://xplanet.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=4380d570a8bf27b81fb629c97a636c1673407f4ac4989ce931720078a90aece7
patch_args=-Np0
pre_configure() {
# make it build with giflib-5.1.0
# see http://wiki.linuxfromscratch.org/blfs/ticket/5076#comment:2
sed -i "/[DE]GifCloseFile/s:GifFile:&, NULL:g" src/libimage/gif.c
}