mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
SDL2_ttf: update to 2.20.0
This commit is contained in:
parent
67498d26e7
commit
81c68b0b7a
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'SDL2_ttf'
|
# Template file for 'SDL2_ttf'
|
||||||
pkgname=SDL2_ttf
|
pkgname=SDL2_ttf
|
||||||
version=2.0.18
|
version=2.20.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="freetype-devel MesaLib-devel SDL2-devel libSM-devel"
|
makedepends="freetype-devel MesaLib-devel SDL2-devel libSM-devel"
|
||||||
short_desc="Use TrueType fonts in your SDL 2.x applications"
|
short_desc="Use TrueType fonts in your SDL 2.x applications"
|
||||||
maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
|
maintainer="Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.libsdl.org/projects/SDL_ttf"
|
homepage="https://github.com/libsdl-org/SDL_ttf"
|
||||||
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/releases/download/release-${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251
|
checksum=874680232b72839555a558b48d71666b562e280f379e673b6f0c7445ea3b9b8a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.txt COPYING
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL2_ttf-devel_package() {
|
SDL2_ttf-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue