Date: Monday, June 29, 2020 @ 10:52:00
  Author: andyrtr
Revision: 656174

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   41 ++++++++++++++++++++---------------------
 install  |   26 +++++++++++++-------------
 2 files changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-06-29 10:51:59 UTC (rev 656173)
+++ PKGBUILD    2020-06-29 10:52:00 UTC (rev 656174)
@@ -1,21 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-# Contributor: Gaetan Bisson <[email protected]>
-# Contributor: Firmicus <francois.archlinux.org>
-# Contributor: Damir Perisa <[email protected]>
-
-pkgname=ttf-tibetan-machine
-pkgver=1.901
-pkgrel=10
-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() {
-       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 656172, 
ttf-tibetan-machine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-06-29 10:52:00 UTC (rev 656174)
@@ -0,0 +1,20 @@
+# Maintainer: Christian Rebischke <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Firmicus <francois.archlinux.org>
+# Contributor: Damir Perisa <[email protected]>
+
+pkgname=ttf-tibetan-machine
+pkgver=1.901
+pkgrel=11
+pkgdesc='Open-type unicode font for Tibetan'
+url='https://www.thlib.org/tools/scripts/wiki/tibetan%20machine%20uni.html'
+arch=('any')
+license=('GPL')
+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() {
+       install -d "${pkgdir}/usr/share/fonts/TTF"
+       install -m644 TibetanMachineUnicodeFont/*.ttf 
"${pkgdir}/usr/share/fonts/TTF/"
+}

Deleted: install
===================================================================
--- install     2020-06-29 10:51:59 UTC (rev 656173)
+++ install     2020-06-29 10:52:00 UTC (rev 656174)
@@ -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 656172, 
ttf-tibetan-machine/trunk/install)
===================================================================
--- install                             (rev 0)
+++ install     2020-06-29 10:52:00 UTC (rev 656174)
@@ -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