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

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Dec 4 08:04:39 UTC 2015


    Date: Friday, December 4, 2015 @ 09:04:39
  Author: mtorromeo
Revision: 148333

archrelease: copy trunk to community-any

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

--------------------------------+
 PKGBUILD                       |   49 ++++++++++++++++++++-------------------
 ttf-ubuntu-font-family.install |   28 +++++++++++-----------
 2 files changed, 40 insertions(+), 37 deletions(-)

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-04 08:04:28 UTC (rev 148332)
+++ PKGBUILD	2015-12-04 08:04:39 UTC (rev 148333)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=ttf-ubuntu-font-family
-pkgver=0.80
-pkgrel=5
-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
-source=(http://font.ubuntu.com/download/ubuntu-font-family-$pkgver.zip)
-sha256sums=('107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c')
-
-package() {
-	cd "$srcdir/ubuntu-font-family-$pkgver"
-	install -m755 -d "$pkgdir/usr/share/fonts/TTF"
-	install -m644 Ubuntu-{L,R,B,C}*.ttf "$pkgdir/usr/share/fonts/TTF/"
-	install -m644 UbuntuMono-*.ttf "$pkgdir/usr/share/fonts/TTF/"
-	install -D -m644 LICENCE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENCE"
-}

Copied: ttf-ubuntu-font-family/repos/community-any/PKGBUILD (from rev 148332, ttf-ubuntu-font-family/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-04 08:04:39 UTC (rev 148333)
@@ -0,0 +1,26 @@
+# $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
+}

Deleted: ttf-ubuntu-font-family.install
===================================================================
--- ttf-ubuntu-font-family.install	2015-12-04 08:04:28 UTC (rev 148332)
+++ ttf-ubuntu-font-family.install	2015-12-04 08:04:39 UTC (rev 148333)
@@ -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
-}

Copied: ttf-ubuntu-font-family/repos/community-any/ttf-ubuntu-font-family.install (from rev 148332, ttf-ubuntu-font-family/trunk/ttf-ubuntu-font-family.install)
===================================================================
--- ttf-ubuntu-font-family.install	                        (rev 0)
+++ ttf-ubuntu-font-family.install	2015-12-04 08:04:39 UTC (rev 148333)
@@ -0,0 +1,14 @@
+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