[arch-commits] Commit in ttf-tibetan-machine/repos/community-any (4 files)

Christian Rebischke shibumi at archlinux.org
Mon Apr 1 20:27:52 UTC 2019


    Date: Monday, April 1, 2019 @ 20:27:51
  Author: shibumi
Revision: 447067

archrelease: copy trunk to community-any

Added:
  ttf-tibetan-machine/repos/community-any/PKGBUILD
    (from rev 447066, ttf-tibetan-machine/trunk/PKGBUILD)
  ttf-tibetan-machine/repos/community-any/install
    (from rev 447066, ttf-tibetan-machine/trunk/install)
Deleted:
  ttf-tibetan-machine/repos/community-any/PKGBUILD
  ttf-tibetan-machine/repos/community-any/install

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-01 20:27:42 UTC (rev 447066)
+++ PKGBUILD	2019-04-01 20:27:51 UTC (rev 447067)
@@ -1,22 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Firmicus <francois.archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=ttf-tibetan-machine
-pkgver=1.901
-pkgrel=8
-pkgdesc='Open-type unicode font for Tibetan'
-url='http://www.thlib.org/tools/scripts/wiki/tibetan%20machine%20uni.html'
-arch=('any')
-license=('GPL')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-source=("https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip")
-sha256sums=('1c3c7bcd1d5846942b449bca1cfabd26cb723f69d14933f06e66da2aa7069c81')
-
-install=install
-
-package() {
-	cd ${srcdir}
-	install -d ${pkgdir}/usr/share/fonts/TTF
-	install -m644 TibetanMachineUnicodeFont/*.ttf ${pkgdir}/usr/share/fonts/TTF/
-}

Copied: ttf-tibetan-machine/repos/community-any/PKGBUILD (from rev 447066, ttf-tibetan-machine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-01 20:27:51 UTC (rev 447067)
@@ -0,0 +1,22 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Firmicus <francois.archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=ttf-tibetan-machine
+pkgver=1.901
+pkgrel=9
+pkgdesc='Open-type unicode font for Tibetan'
+url='https://www.thlib.org/tools/scripts/wiki/tibetan%20machine%20uni.html'
+arch=('any')
+license=('GPL')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+source=("https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip")
+sha512sums=('19e2f5ed0b2e745f6ddd6a72a87890e43fb2563bc3d7e241d8e0aab26b18de260e7647e182aebff9fa73a50ec160ef9f307eb9a856776c59203458615a57b942')
+install=install
+
+package() {
+	cd ${srcdir}
+	install -d ${pkgdir}/usr/share/fonts/TTF
+	install -m644 TibetanMachineUnicodeFont/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+}

Deleted: install
===================================================================
--- install	2019-04-01 20:27:42 UTC (rev 447066)
+++ install	2019-04-01 20:27:51 UTC (rev 447067)
@@ -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-tibetan-machine/repos/community-any/install (from rev 447066, ttf-tibetan-machine/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2019-04-01 20:27:51 UTC (rev 447067)
@@ -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