encodings: update to 1.0.5.
This commit is contained in:
parent
4a5302d69b
commit
ec681ed8cf
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template build file for 'encodings'.
|
# Template file for 'encodings'
|
||||||
pkgname=encodings
|
pkgname=encodings
|
||||||
version=1.0.4
|
version=1.0.5
|
||||||
revision=6
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
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="X11 Font Index Generator"
|
||||||
homepage="http://xorg.freedesktop.org"
|
|
||||||
license="Public domain"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="custom:Public domain"
|
||||||
|
homepage="http://xorg.freedesktop.org"
|
||||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||||
checksum=ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539
|
checksum=bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile
|
sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile
|
||||||
|
@ -19,4 +19,5 @@ pre_build() {
|
||||||
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
|
||||||
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue