Date: Monday, June 29, 2020 @ 10:31:39
  Author: andyrtr
Revision: 656133

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   43 +++++++++++++++++++++----------------------
 install  |   26 +++++++++++++-------------
 2 files changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-06-29 10:31:30 UTC (rev 656132)
+++ PKGBUILD    2020-06-29 10:31:39 UTC (rev 656133)
@@ -1,22 +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=11
-pkgdesc='Korean fonts'
-url='https://kldp.net/baekmuk/'
-license=('custom:BSD')
-arch=('any')
-depends=('fontconfig' 'xorg-fonts-encodings')
-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 656132, 
ttf-baekmuk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-06-29 10:31:39 UTC (rev 656133)
@@ -0,0 +1,21 @@
+# 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"
+}

Deleted: install
===================================================================
--- install     2020-06-29 10:31:30 UTC (rev 656132)
+++ install     2020-06-29 10:31:39 UTC (rev 656133)
@@ -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
-}

Copied: ttf-baekmuk/repos/community-any/install (from rev 656132, 
ttf-baekmuk/trunk/install)
===================================================================
--- install                             (rev 0)
+++ install     2020-06-29 10:31:39 UTC (rev 656133)
@@ -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
+}

Reply via email to