Date: Monday, June 29, 2020 @ 11:19:55
  Author: andyrtr
Revision: 656203

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   41 +++++++++++++++++++----------------------
 install  |   14 --------------
 2 files changed, 19 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-06-29 11:19:46 UTC (rev 656202)
+++ PKGBUILD    2020-06-29 11:19:55 UTC (rev 656203)
@@ -1,22 +0,0 @@
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Darwin M. Bautista <[email protected]>
-
-pkgname=ttf-sazanami
-pkgver=20040629
-pkgrel=10
-pkgdesc='Japanese fonts'
-url='http://wiki.fdiary.net/font/?sazanami'
-license=('custom:BSD')
-arch=('any')
-depends=('fontconfig' 'xorg-fonts-encodings')
-source=("http://osdn.dl.sourceforge.jp/efont/10087/sazanami-${pkgver}.tar.bz2";)
-sha256sums=('3467ce2f70a9a3fbbf8d4d97355a2f334a6351baa6722251403637a8cbebf6b7')
-
-install=install
-
-package() {
-       cd "${srcdir}/sazanami-${pkgver}"
-       install -d "${pkgdir}"/usr/share/{fonts/TTF,licenses/"${pkgname}"}
-       install *.ttf "${pkgdir}/usr/share/fonts/TTF"
-       iconv -f EUC-JP -t UTF-8 README > 
"${pkgdir}/usr/share/licenses/${pkgname}/README"
-}

Copied: ttf-sazanami/repos/community-any/PKGBUILD (from rev 656202, 
ttf-sazanami/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-06-29 11:19:55 UTC (rev 656203)
@@ -0,0 +1,19 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Darwin M. Bautista <[email protected]>
+
+pkgname=ttf-sazanami
+pkgver=20040629
+pkgrel=11
+pkgdesc='Japanese fonts'
+url='http://wiki.fdiary.net/font/?sazanami'
+license=('custom:BSD')
+arch=('any')
+source=("https://osdn.dl.sourceforge.jp/efont/10087/sazanami-${pkgver}.tar.bz2";)
+sha256sums=('3467ce2f70a9a3fbbf8d4d97355a2f334a6351baa6722251403637a8cbebf6b7')
+
+package() {
+       cd "${srcdir}/sazanami-${pkgver}"
+       install -d "${pkgdir}"/usr/share/{fonts/TTF,licenses/"${pkgname}"}
+       install *.ttf "${pkgdir}/usr/share/fonts/TTF"
+       iconv -f EUC-JP -t UTF-8 README > 
"${pkgdir}/usr/share/licenses/${pkgname}/README"
+}

Deleted: install
===================================================================
--- install     2020-06-29 11:19:46 UTC (rev 656202)
+++ install     2020-06-29 11:19:55 UTC (rev 656203)
@@ -1,14 +0,0 @@
-post_install() {
-       rm -f /etc/fonts/conf.d/65-sazanami.conf
-       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