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

38 lines
1.1 KiB
Bash

# Template file for 'libunique'
pkgname=libunique
version=3.0.2
revision=11
build_style=gnu-configure
build_helper="gir"
configure_args="--enable-bacon=yes --enable-dbus=yes"
hostmakedepends="pkg-config glib-devel"
makedepends="dbus-glib-devel gtk+3-devel glib-devel"
short_desc="Library for writing single instance applications"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Attic/LibUnique"
distfiles="${GNOME_SITE}/${pkgname}/3.0/${pkgname}-${version}.tar.bz2"
checksum=50269a87c7aabf1e25f01b3bbb280133138ffd7b6776289894c614a4b6ca968d
patch_args=-Np0
# Package build options
build_options="gir"
build_options_default="gir"
post_configure() {
sed -i Makefile -e "/MAINTAINER_CFLAGS/s/-Werror/-Wno-error/"
}
libunique-devel_package() {
depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
fi
vmove usr/share/gtk-doc
}
}