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

30 lines
1,014 B
Bash

# Template file for 'gnome-latex'
pkgname=gnome-latex
version=3.38.0
revision=2
build_helper="gir"
build_style=gnu-configure
configure_args="--disable-appstream-util --disable-dconf-migration
$(vopt_enable gir introspection)"
hostmakedepends="glib-devel intltool itstool pkg-config vala yelp
$(vopt_if gir gobject-introspection)"
makedepends="gsettings-desktop-schemas-devel gspell-devel gtksourceview4-devel
gtk+3-devel libgee08-devel libglib-devel tepl-devel"
short_desc="LaTeX editor for the GNOME desktop"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://wiki.gnome.org/Apps/GNOME-LaTeX"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=a82a9fc6f056929ea18d6dffd121e71b2c21768808c86ef1f34da0f86e220d77
patch_args=-Np0
# for 00-port-to-tepl-6.patch
hostmakedepends+=" automake gettext-devel-tools libtool"
build_options="gir"
build_options_default="gir"
pre_configure() {
# for 00-port-to-tepl-6.patch
autoreconf -fi
}