mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
SDL2_ttf: update to 2.0.18, adopt
This commit is contained in:
parent
0214763fad
commit
d989014b74
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'SDL2_ttf'
|
# Template file for 'SDL2_ttf'
|
||||||
pkgname=SDL2_ttf
|
pkgname=SDL2_ttf
|
||||||
version=2.0.15
|
version=2.0.18
|
||||||
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.libsdl.org/projects/SDL_ttf"
|
homepage="http://www.libsdl.org/projects/SDL_ttf"
|
||||||
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33
|
checksum=7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.txt COPYING
|
vlicense COPYING.txt COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue