[arch-commits] Commit in ttf-baekmuk/repos (3 files)

Gaëtan Bisson bisson at archlinux.org
Thu Mar 28 10:16:58 UTC 2019


    Date: Thursday, March 28, 2019 @ 10:16:57
  Author: bisson
Revision: 445233

archrelease: copy trunk to community-any

Added:
  ttf-baekmuk/repos/community-any/
  ttf-baekmuk/repos/community-any/PKGBUILD
    (from rev 445232, ttf-baekmuk/trunk/PKGBUILD)
  ttf-baekmuk/repos/community-any/install
    (from rev 445232, ttf-baekmuk/trunk/install)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 install  |   13 +++++++++++++
 2 files changed, 38 insertions(+)

Copied: ttf-baekmuk/repos/community-any/PKGBUILD (from rev 445232, ttf-baekmuk/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-03-28 10:16:57 UTC (rev 445233)
@@ -0,0 +1,25 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Darwin M. Bautista <djclue917 at gmail.com>
+
+pkgname=ttf-baekmuk
+pkgver=2.2
+pkgrel=10
+pkgdesc='Korean fonts'
+url='http://kldp.net/baekmuk/'
+license=('custom:BSD')
+arch=('any')
+depends=('fontconfig' 'xorg-fonts-encodings')
+source=("http://kldp.net/baekmuk/release/865-baekmuk-ttf-${pkgver}.tar.gz")
+sha256sums=('08ab7dffb55d5887cc942ce370f5e33b756a55fbb4eaf0b90f244070e8d51882')
+
+# Moronic server
+DLAGENTS=('http::/usr/bin/curl -A rofl -fLC - --retry 3 --retry-delay 3 -o %o %u')
+
+install=install
+
+package() {
+	cd "${srcdir}/baekmuk-ttf-${pkgver}/ttf"
+	install -d "${pkgdir}"/usr/share/fonts/TTF
+	install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF
+	install -Dm644 ../COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: ttf-baekmuk/repos/community-any/install (from rev 445232, ttf-baekmuk/trunk/install)
===================================================================
--- community-any/install	                        (rev 0)
+++ community-any/install	2019-03-28 10:16:57 UTC (rev 445233)
@@ -0,0 +1,13 @@
+post_install() {
+	fc-cache -s > /dev/null
+	mkfontscale usr/share/fonts/TTF
+	mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list