[arch-commits] Commit in ttf-hannom/repos/extra-any (6 files)
Gaetan Bisson
bisson at archlinux.org
Mon Jan 5 14:12:41 UTC 2015
Date: Monday, January 5, 2015 @ 15:12:40
Author: bisson
Revision: 228552
archrelease: copy trunk to extra-any
Added:
ttf-hannom/repos/extra-any/PKGBUILD
(from rev 228551, ttf-hannom/trunk/PKGBUILD)
ttf-hannom/repos/extra-any/README
(from rev 228551, ttf-hannom/trunk/README)
ttf-hannom/repos/extra-any/install
(from rev 228551, ttf-hannom/trunk/install)
Deleted:
ttf-hannom/repos/extra-any/PKGBUILD
ttf-hannom/repos/extra-any/README
ttf-hannom/repos/extra-any/install
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
README | 14 +++++++-------
install | 26 +++++++++++++-------------
3 files changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-05 14:11:42 UTC (rev 228551)
+++ PKGBUILD 2015-01-05 14:12:40 UTC (rev 228552)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Willey Chen <chwilley at gmail.com>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=ttf-hannom
-pkgver=2005
-pkgrel=4
-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=("http://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v${pkgver}/hannomH.zip"
- 'README')
-sha1sums=('1a207b5ade4984521fa476f50c979a4674f48079'
- '13e207063602d498a1b6949505bb3ef3d47f6f03')
-
-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/extra-any/PKGBUILD (from rev 228551, ttf-hannom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-05 14:12:40 UTC (rev 228552)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Willey Chen <chwilley at gmail.com>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=ttf-hannom
+pkgver=2005
+pkgrel=4
+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=("http://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v${pkgver}/hannomH.zip"
+ 'README')
+sha1sums=('1a207b5ade4984521fa476f50c979a4674f48079'
+ '13e207063602d498a1b6949505bb3ef3d47f6f03')
+
+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"
+}
Deleted: README
===================================================================
--- README 2015-01-05 14:11:42 UTC (rev 228551)
+++ README 2015-01-05 14:12:40 UTC (rev 228552)
@@ -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/extra-any/README (from rev 228551, ttf-hannom/trunk/README)
===================================================================
--- README (rev 0)
+++ README 2015-01-05 14:12:40 UTC (rev 228552)
@@ -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 2015-01-05 14:11:42 UTC (rev 228551)
+++ install 2015-01-05 14:12:40 UTC (rev 228552)
@@ -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-hannom/repos/extra-any/install (from rev 228551, ttf-hannom/trunk/install)
===================================================================
--- install (rev 0)
+++ install 2015-01-05 14:12:40 UTC (rev 228552)
@@ -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