From c1c399f69a356ca6c1e91e6450b702e9b24c10e1 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 1 Oct 2022 17:14:16 +0200 Subject: [PATCH] encodings: update to 1.0.6. --- srcpkgs/encodings/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/encodings/template b/srcpkgs/encodings/template index a4baa147efe1..f29dcc1c2f67 100644 --- a/srcpkgs/encodings/template +++ b/srcpkgs/encodings/template @@ -1,20 +1,21 @@ # Template file for 'encodings' pkgname=encodings -version=1.0.5 -revision=2 +version=1.0.6 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config font-util" depends="font-util" -short_desc="X11 Font Index Generator" +short_desc="Font encoding tables for libfontenc" maintainer="Orphaned " license="custom:Public domain" homepage="http://xorg.freedesktop.org" -distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2" -checksum=bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31 +distfiles="${XORG_SITE}/font/encodings-${version}.tar.xz" +checksum=77e301de661f35a622b18f60b555a7e7d8c4d5f43ed41410e830d5ac9084fc26 pre_build() { - sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile + vsed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile } + post_install() { # encodings.dir are generated at pkg post-install time. find ${DESTDIR} -name encodings.dir -delete