void-packages/srcpkgs/nemiver/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

28 lines
965 B
Bash

# Template file for 'nemiver'
pkgname=nemiver
version=0.9.6
revision=5
build_style=gnu-configure
configure_args="--disable-static --enable-gsettings=yes
--disable-schemas-install --disable-schemas-compile"
hostmakedepends="pkg-config gdb intltool itstool glib-devel"
makedepends="boost-devel sqlite-devel libxml2-devel libgtop-devel ghex-devel
gtksourceviewmm-devel vte3-devel gsettings-desktop-schemas-devel
libgdlmm-devel"
depends="gdb gsettings-desktop-schemas"
short_desc="Graphical front-end for gdb"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://wiki.gnome.org/Apps/Nemiver"
distfiles="https://download.gnome.org/sources/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2
lib32disabled=yes
patch_args=-Np0
pre_configure() {
cp data/nemiver.appdata.xml data/nemiver.appdata.xml.in
}
post_install() {
rm -rf ${DESTDIR}/usr/include
}