encodings: update to 1.0.6.
This commit is contained in:
parent
d0bb57d999
commit
4e9af3f3ee
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'encodings'
|
# Template file for 'encodings'
|
||||||
pkgname=encodings
|
pkgname=encodings
|
||||||
version=1.0.5
|
version=1.0.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config font-util"
|
hostmakedepends="pkg-config font-util"
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
short_desc="X11 Font Index Generator"
|
short_desc="Font encoding tables for libfontenc"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="custom:Public domain"
|
license="custom:Public domain"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/font/encodings-${version}.tar.xz"
|
||||||
checksum=bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31
|
checksum=77e301de661f35a622b18f60b555a7e7d8c4d5f43ed41410e830d5ac9084fc26
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile
|
vsed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# encodings.dir are generated at pkg post-install time.
|
# encodings.dir are generated at pkg post-install time.
|
||||||
find ${DESTDIR} -name encodings.dir -delete
|
find ${DESTDIR} -name encodings.dir -delete
|
||||||
|
|
Loading…
Reference in New Issue