graphite: fix homepage=, switch to github release tarball.
This commit is contained in:
parent
18639430d2
commit
2a4fba1020
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'graphite'
|
||||
pkgname=graphite
|
||||
version=1.3.13
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}2-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DGRAPHITE2_COMPARE_RENDERER=OFF"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkgconf"
|
||||
makedepends="freetype-devel"
|
||||
short_desc="Reimplementation of the SIL Graphite text processing engine"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later, GPL-2.0-or-later"
|
||||
homepage="http://projects.palaso.org/projects/graphitedev"
|
||||
distfiles="${SOURCEFORGE_SITE}/silgraphite/graphite2-${version}.tgz"
|
||||
homepage="https://github.com/silnrsi/graphite"
|
||||
distfiles="https://github.com/silnrsi/graphite/releases/download/${version}/graphite2-${version}.tgz"
|
||||
checksum=dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue