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

Massimiliano Torromeo mtorromeo at nymeria.archlinux.org
Fri Apr 12 09:51:38 UTC 2013


    Date: Friday, April 12, 2013 @ 11:51:38
  Author: mtorromeo
Revision: 88127

archrelease: copy trunk to community-any

Added:
  ttf-ubuntu-font-family/repos/community-any/PKGBUILD
    (from rev 88126, ttf-ubuntu-font-family/trunk/PKGBUILD)
  ttf-ubuntu-font-family/repos/community-any/ttf-ubuntu-font-family.install
    (from rev 88126, 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                       |   46 +++++++++++++++++++--------------------
 ttf-ubuntu-font-family.install |   28 +++++++++++------------
 2 files changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-12 09:49:50 UTC (rev 88126)
+++ PKGBUILD	2013-04-12 09:51:38 UTC (rev 88127)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=ttf-ubuntu-font-family
-pkgver=0.80
-pkgrel=3
-pkgdesc="Ubuntu font family"
-arch=('any')
-url="http://font.ubuntu.com/"
-license=('custom:Ubuntu Font Licence 1.0')
-depends=('fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir')
-install=ttf-ubuntu-font-family.install
-_pkgname=ubuntu-font-family
-source=(http://font.ubuntu.com/download/${_pkgname}-${pkgver}.zip)
-md5sums=('a1fc70f5a5b1d096ab8310886cddaa1c')
-
-package() {
-	cd "${srcdir}/${_pkgname}-${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 88126, ttf-ubuntu-font-family/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-12 09:51:38 UTC (rev 88127)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=ttf-ubuntu-font-family
+pkgver=0.80
+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')
+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"
+}

Deleted: ttf-ubuntu-font-family.install
===================================================================
--- ttf-ubuntu-font-family.install	2013-04-12 09:49:50 UTC (rev 88126)
+++ ttf-ubuntu-font-family.install	2013-04-12 09:51:38 UTC (rev 88127)
@@ -1,15 +0,0 @@
-post_install() {
-	echo -n "Updating font cache... "
-	fc-cache -fs > /dev/null
-	mkfontscale /usr/share/fonts/TTF
-	mkfontdir /usr/share/fonts/TTF
-	echo "done."
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: ttf-ubuntu-font-family/repos/community-any/ttf-ubuntu-font-family.install (from rev 88126, ttf-ubuntu-font-family/trunk/ttf-ubuntu-font-family.install)
===================================================================
--- ttf-ubuntu-font-family.install	                        (rev 0)
+++ ttf-ubuntu-font-family.install	2013-04-12 09:51:38 UTC (rev 88127)
@@ -0,0 +1,13 @@
+post_install() {
+	fc-cache -fs > /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