Date: Saturday, November 10, 2018 @ 06:50:02
  Author: felixonmars
Revision: 405645

archrelease: copy trunk to community-staging-any

Added:
  ttf-ubuntu-font-family/repos/community-staging-any/
  ttf-ubuntu-font-family/repos/community-staging-any/81-ubuntu.conf
    (from rev 405644, ttf-ubuntu-font-family/trunk/81-ubuntu.conf)
  ttf-ubuntu-font-family/repos/community-staging-any/PKGBUILD
    (from rev 405644, ttf-ubuntu-font-family/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: ttf-ubuntu-font-family/repos/community-staging-any/81-ubuntu.conf (from 
rev 405644, ttf-ubuntu-font-family/trunk/81-ubuntu.conf)
===================================================================
(Binary files differ)

Copied: ttf-ubuntu-font-family/repos/community-staging-any/PKGBUILD (from rev 
405644, ttf-ubuntu-font-family/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2018-11-10 06:50:02 UTC (rev 405645)
@@ -0,0 +1,25 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=ttf-ubuntu-font-family
+pkgver=0.83
+pkgrel=4
+pkgdesc="Ubuntu font family"
+arch=('any')
+url="http://font.ubuntu.com/";
+license=('custom:Ubuntu Font Licence 1.0')
+depends=('fontconfig' 'xorg-font-utils')
+provides=('ttf-font')
+backup=(etc/fonts/conf.avail/81-ubuntu.conf)
+source=(https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-$pkgver.zip
+        81-ubuntu.conf)
+sha256sums=('456d7d42797febd0d7d4cf1b782a2e03680bb4a5ee43cc9d06bda172bac05b42'
+            '16e29b1b8d13edddb588e4470f6da4c15870a9a27dd25eb4553c2c575d6dc14e')
+
+package() {
+       cd "$srcdir"/ubuntu-font-family-$pkgver
+       install -dm755 "$pkgdir"/usr/share/fonts/TTF "$pkgdir"/etc/fonts/conf.d
+       install -m644 Ubuntu{,Mono}-*.ttf "$pkgdir"/usr/share/fonts/TTF/
+       install -Dm644 LICENCE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+       install -Dm644 "$srcdir"/81-ubuntu.conf 
"$pkgdir"/etc/fonts/conf.avail/81-ubuntu.conf
+       ln -s ../conf.avail/81-ubuntu.conf 
"$pkgdir"/etc/fonts/conf.d/81-ubuntu.conf
+}

Reply via email to