Skip to content

Commit

Permalink
gpredict: Adapted to goocanvas 3, xlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reback00 committed May 28, 2021
1 parent 83af644 commit 87e343e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions srcpkgs/gpredict/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Template file for 'gpredict'
pkgname=gpredict
version=2.2.1
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="libcurl-devel glib-devel gtk+3-devel goocanvas-devel"
short_desc="Real-time satellite tracking and orbit prediction application"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-2-or-later"
license="GPL-2.0-or-later"
homepage="http://gpredict.oz9aec.net/"
distfiles="https://github.com/csete/gpredict/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
checksum=e759c4bae0b17b202a7c0f8281ff016f819b502780d3e77b46fe8767e7498e43

CFLAGS="-fcommon"

pre_configure() {
# For adapting to goocanvas 3.0
vsed -i "s/goocanvas-2.0/goocanvas-3.0/" configure
# To allow changed configure files for goocanvas 3
# Details: https://github.com/apereo/mod_auth_cas/issues/97
touch *
}

0 comments on commit 87e343e

Please sign in to comment.