a92d370caa
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')"
18 lines
603 B
Bash
18 lines
603 B
Bash
# Template file for 'tickr'
|
|
pkgname=tickr
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtk+-devel libxml2-devel gnutls-devel fribidi-devel"
|
|
short_desc="Gtk-based rss reader in a ticker bar"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.open-tickr.net/"
|
|
distfiles="https://www.open-tickr.net/src/${pkgname}-${version}.tar.gz"
|
|
checksum=37dd2d970cd9bf9b0ebc5e6cbf6605ea460008f577a43a7500e506e9dffcd802
|
|
patch_args=-Np0
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
arm*|ppc64|ppc) configure_args+=" LIBS=-lm" ;;
|
|
esac
|