Date: Tuesday, August 18, 2020 @ 13:40:36
  Author: shibumi
Revision: 683929

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   41 ++++++++++++++++++++---------------------
 install  |   13 -------------
 2 files changed, 20 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-18 13:40:27 UTC (rev 683928)
+++ PKGBUILD    2020-08-18 13:40:36 UTC (rev 683929)
@@ -1,21 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-# Contributor: Gaetan Bisson <[email protected]>
-# Contributor: Darwin M. Bautista <[email protected]>
-
-pkgname=ttf-baekmuk
-pkgver=2.2
-pkgrel=12
-pkgdesc='Korean fonts'
-url='https://kldp.net/baekmuk/'
-license=('custom:BSD')
-arch=('any')
-source=("https://kldp.net/baekmuk/release/865-baekmuk-ttf-${pkgver}.tar.gz";)
-sha256sums=('08ab7dffb55d5887cc942ce370f5e33b756a55fbb4eaf0b90f244070e8d51882')
-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/PKGBUILD (from rev 683928, 
ttf-baekmuk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-08-18 13:40:36 UTC (rev 683929)
@@ -0,0 +1,20 @@
+# Maintainer: Christian Rebischke <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Darwin M. Bautista <[email protected]>
+
+pkgname=ttf-baekmuk
+pkgver=2.2
+pkgrel=13
+pkgdesc='Korean fonts'
+url='https://kldp.net/baekmuk/'
+license=('custom:BSD')
+arch=('any')
+source=("https://kldp.net/baekmuk/release/865-baekmuk-ttf-${pkgver}.tar.gz";)
+sha256sums=('08ab7dffb55d5887cc942ce370f5e33b756a55fbb4eaf0b90f244070e8d51882')
+
+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"
+}

Deleted: install
===================================================================
--- install     2020-08-18 13:40:27 UTC (rev 683928)
+++ install     2020-08-18 13:40:36 UTC (rev 683929)
@@ -1,13 +0,0 @@
-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
-}

Reply via email to