From d2f72f697d6472aaf08f6cb3179114f0c8bf3d32 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Mon, 26 Jun 2017 17:11:40 -0700 Subject: [PATCH] ttf-tlwg: rename to Fonts-TLWG --- srcpkgs/Fonts-TLWG/template | 21 +++++++++++++++++++++ srcpkgs/ttf-tlwg/template | 22 ---------------------- 2 files changed, 21 insertions(+), 22 deletions(-) create mode 100644 srcpkgs/Fonts-TLWG/template delete mode 100644 srcpkgs/ttf-tlwg/template diff --git a/srcpkgs/Fonts-TLWG/template b/srcpkgs/Fonts-TLWG/template new file mode 100644 index 00000000000..c6339d0aeb3 --- /dev/null +++ b/srcpkgs/Fonts-TLWG/template @@ -0,0 +1,21 @@ +# Template file for 'Fonts-TLWG' +pkgname=Fonts-TLWG +version=0.6.3 +revision=1 +wrksrc=fonts-tlwg-${version} +build_style=gnu-configure +configure_args="--with-ttfdir=/usr/share/fonts/TTF" +hostmakedepends="fontforge xbps-triggers" +depends="font-util xbps-triggers" +short_desc="Thai fonts TTF" +maintainer="ColdPhoenix " +license="GPL; Bitstream Font License" +homepage="https://linux.thai.net/projects/fonts-tlwg" +distfiles="https://linux.thai.net/pub/thailinux/software/fonts-tlwg/fonts-tlwg-${version}.tar.xz" +checksum=bcb0136b4ea26ddbb341f5673327e02826c65d2f0b68465010e8ce7412ec87c8 +noarch="yes" +font_dirs="/usr/share/fonts/TTF" + +post_install() { + vlicense COPYING +} diff --git a/srcpkgs/ttf-tlwg/template b/srcpkgs/ttf-tlwg/template deleted file mode 100644 index cabba3c3fde..00000000000 --- a/srcpkgs/ttf-tlwg/template +++ /dev/null @@ -1,22 +0,0 @@ -# Template file for 'ttf-tlwg' -pkgname=ttf-tlwg -_pkgname="fonts-tlwg" -version=0.6.3 -revision=1 -wrksrc="${_pkgname}-${version}" -build_style=gnu-configure -configure_args="--with-ttfdir=/usr/share/fonts/TTF" -hostmakedepends="fontforge" -depends="font-util" -short_desc="Thai fonts TTF" -maintainer="ColdPhoenix " -license="custom" -homepage="https://linux.thai.net/projects/${_pkgname}" -distfiles="https://linux.thai.net/pub/thailinux/software/${_pkgname}/${_pkgname}-${version}.tar.xz" -checksum=bcb0136b4ea26ddbb341f5673327e02826c65d2f0b68465010e8ce7412ec87c8 -noarch="yes" -font_dirs="/usr/share/fonts/TTF" - -post_install() { - vlicense COPYING -}