void-packages/srcpkgs/gitg/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
842 B
Bash

# Template file for 'gitg'
pkgname=gitg
version=3.32.1
revision=4
build_style=meson
build_helper="qemu"
hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"
makedepends="gtksourceview-devel libgit2-glib-devel libgee08-devel gtkspell3-devel
webkit2gtk-devel libpeas-devel gsettings-desktop-schemas-devel libsecret-devel
libdazzle-devel libsoup-devel"
depends="git"
short_desc="Git repository viewer for GTK+/GNOME"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Gitg"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=24a4aabf8a42aa2e783e1fb5996ebb3c2a82a01b9689269f1329517ef124ef5a
patch_args=-Np0
if [ "$CROSS_BUILD" ]; then
configure_args+=" -Dexe_wrapper=qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
fi