[arch-commits] Commit in ttf-ubuntu-font-family/repos/community-any (5 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Jan 12 20:27:38 UTC 2017


    Date: Thursday, January 12, 2017 @ 20:27:37
  Author: mtorromeo
Revision: 207083

archrelease: copy trunk to community-any

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

--------------------------------+
 PKGBUILD                       |   51 +++++++++++++++++++--------------------
 ttf-ubuntu-font-family.install |   14 ----------
 2 files changed, 25 insertions(+), 40 deletions(-)

Deleted: 81-ubuntu.conf
===================================================================
(Binary files differ)

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 20:27:08 UTC (rev 207082)
+++ PKGBUILD	2017-01-12 20:27:37 UTC (rev 207083)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=ttf-ubuntu-font-family
-pkgver=0.83
-pkgrel=1
-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')
-install=ttf-ubuntu-font-family.install
-backup=(etc/fonts/conf.d/81-ubuntu.conf)
-source=(http://font.ubuntu.com/download/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
-	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.d/81-ubuntu.conf
-}

Copied: ttf-ubuntu-font-family/repos/community-any/PKGBUILD (from rev 207082, ttf-ubuntu-font-family/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-12 20:27:37 UTC (rev 207083)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=ttf-ubuntu-font-family
+pkgver=0.83
+pkgrel=2
+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.d/81-ubuntu.conf)
+source=(http://font.ubuntu.com/download/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
+	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.d/81-ubuntu.conf
+}

Deleted: ttf-ubuntu-font-family.install
===================================================================
--- ttf-ubuntu-font-family.install	2017-01-12 20:27:08 UTC (rev 207082)
+++ ttf-ubuntu-font-family.install	2017-01-12 20:27:37 UTC (rev 207083)
@@ -1,14 +0,0 @@
-post_install() {
-	echo "updating font cache..."
-	fc-cache -s
-	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