[arch-commits] Commit in ttf-hannom/repos/community-any (5 files)
Andreas Radke
andyrtr at archlinux.org
Mon Jun 29 10:58:38 UTC 2020
Date: Monday, June 29, 2020 @ 10:58:38
Author: andyrtr
Revision: 656187
archrelease: copy trunk to community-any
Added:
ttf-hannom/repos/community-any/PKGBUILD
(from rev 656186, ttf-hannom/trunk/PKGBUILD)
ttf-hannom/repos/community-any/README
(from rev 656186, ttf-hannom/trunk/README)
Deleted:
ttf-hannom/repos/community-any/PKGBUILD
ttf-hannom/repos/community-any/README
ttf-hannom/repos/community-any/install
----------+
PKGBUILD | 45 +++++++++++++++++++++------------------------
README | 14 +++++++-------
install | 13 -------------
3 files changed, 28 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-29 10:58:30 UTC (rev 656186)
+++ PKGBUILD 2020-06-29 10:58:38 UTC (rev 656187)
@@ -1,24 +0,0 @@
-# Contributor: Willey Chen <chwilley at gmail.com>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=ttf-hannom
-pkgver=2005
-pkgrel=5
-pkgdesc='Chinese and Vietnamese TrueType fonts'
-url='http://vietunicode.sourceforge.net/fonts/fonts_hannom.html'
-license=('custom:non-profit')
-arch=('any')
-depends=('fontconfig' 'xorg-fonts-encodings')
-source=("https://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v${pkgver}/hannomH.zip"
- 'README')
-sha256sums=('428a31ff62e26dc33080789f8d49c39ac529dbfdbcfd50825f78cbd0903a3936'
- 'df3e54959e5295b2d13857cf75a3f04817b280b2c4e227ca887394ca6d8b0bb7')
-
-install=install
-
-package() {
- cd "${srcdir}"
- install -d "${pkgdir}"/usr/share/fonts/TTF
- install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF"
- install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: ttf-hannom/repos/community-any/PKGBUILD (from rev 656186, ttf-hannom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-29 10:58:38 UTC (rev 656187)
@@ -0,0 +1,21 @@
+# Contributor: Willey Chen <chwilley at gmail.com>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=ttf-hannom
+pkgver=2005
+pkgrel=6
+pkgdesc='Chinese and Vietnamese TrueType fonts'
+url='http://vietunicode.sourceforge.net/fonts/fonts_hannom.html'
+license=('custom:non-profit')
+arch=('any')
+source=("https://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v${pkgver}/hannomH.zip"
+ 'README')
+sha256sums=('428a31ff62e26dc33080789f8d49c39ac529dbfdbcfd50825f78cbd0903a3936'
+ 'df3e54959e5295b2d13857cf75a3f04817b280b2c4e227ca887394ca6d8b0bb7')
+
+package() {
+ cd "${srcdir}"
+ install -d "${pkgdir}"/usr/share/fonts/TTF
+ install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF"
+ install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
Deleted: README
===================================================================
--- README 2020-06-29 10:58:30 UTC (rev 656186)
+++ README 2020-06-29 10:58:38 UTC (rev 656187)
@@ -1,7 +0,0 @@
-Complete licensing information is embedded in the TTF files; most importantly:
-
- Chỉ được dùng riêng, tuyệt đối không được dùng để kinh doanh & vụ lợi
-
-Loose translation:
-
- For non-commercial, non-profit, personal use only.
Copied: ttf-hannom/repos/community-any/README (from rev 656186, ttf-hannom/trunk/README)
===================================================================
--- README (rev 0)
+++ README 2020-06-29 10:58:38 UTC (rev 656187)
@@ -0,0 +1,7 @@
+Complete licensing information is embedded in the TTF files; most importantly:
+
+ Chỉ được dùng riêng, tuyệt đối không được dùng để kinh doanh & vụ lợi
+
+Loose translation:
+
+ For non-commercial, non-profit, personal use only.
Deleted: install
===================================================================
--- install 2020-06-29 10:58:30 UTC (rev 656186)
+++ install 2020-06-29 10:58:38 UTC (rev 656187)
@@ -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
-}
More information about the arch-commits
mailing list