mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
freetype: update to 2.12.1.
This commit is contained in:
parent
a332ba3de8
commit
2d2a32b3c4
1 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'freetype'
|
||||
pkgname=freetype
|
||||
version=2.10.4
|
||||
revision=2
|
||||
version=2.12.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-freetype-config"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,14 +11,14 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later, FTL"
|
||||
homepage="https://www.freetype.org/"
|
||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784
|
||||
checksum=4766f20157cc4cf0cd292f80bf917f92d1c439b243ac3018debf6b9140c41a7f
|
||||
|
||||
post_patch() {
|
||||
vsed -i -e "s/%PKG_CONFIG%/pkg-config/" builds/unix/freetype-config.in
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense docs/LICENSE.TXT
|
||||
vlicense LICENSE.TXT
|
||||
vlicense docs/FTL.TXT
|
||||
}
|
||||
|
||||
|
@ -26,9 +26,10 @@ freetype-devel_package() {
|
|||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
for f in bin include share; do
|
||||
vmove usr/${f}
|
||||
done
|
||||
vmove usr/bin/freetype-config
|
||||
vmove usr/share/man/man1/freetype-config.1
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue