[arch-commits] Commit in cantarell-fonts/repos/extra-any (6 files)

Ionuț Mircea Bîru ioni at nymeria.archlinux.org
Fri Jan 25 16:29:11 UTC 2013


    Date: Friday, January 25, 2013 @ 17:29:10
  Author: ioni
Revision: 175996

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/21-cantarell-hinting.conf
    (from rev 175995, cantarell-fonts/trunk/21-cantarell-hinting.conf)
  cantarell-fonts/repos/extra-any/PKGBUILD
    (from rev 175995, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/extra-any/cantarell-fonts.install
    (from rev 175995, cantarell-fonts/trunk/cantarell-fonts.install)
Deleted:
  cantarell-fonts/repos/extra-any/21-cantarell-hinting.conf
  cantarell-fonts/repos/extra-any/PKGBUILD
  cantarell-fonts/repos/extra-any/cantarell-fonts.install

---------------------------+
 21-cantarell-hinting.conf |   26 ++++++++--------
 PKGBUILD                  |   68 ++++++++++++++++++++++----------------------
 cantarell-fonts.install   |   22 +++++++-------
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: 21-cantarell-hinting.conf
===================================================================
--- 21-cantarell-hinting.conf	2013-01-25 16:28:46 UTC (rev 175995)
+++ 21-cantarell-hinting.conf	2013-01-25 16:29:10 UTC (rev 175996)
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
-<fontconfig>
-  <!-- Force the autohinter for Cantarell, as it does not have TT hinting -->
-  <match target="font">
-    <test name="family" compare="eq" ignore-blanks="true">
-      <string>Cantarell</string>
-    </test>
-    <edit name="autohint">
-      <bool>true</bool>
-    </edit>
-  </match>
-</fontconfig>

Copied: cantarell-fonts/repos/extra-any/21-cantarell-hinting.conf (from rev 175995, cantarell-fonts/trunk/21-cantarell-hinting.conf)
===================================================================
--- 21-cantarell-hinting.conf	                        (rev 0)
+++ 21-cantarell-hinting.conf	2013-01-25 16:29:10 UTC (rev 175996)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
+<fontconfig>
+  <!-- Force the autohinter for Cantarell, as it does not have TT hinting -->
+  <match target="font">
+    <test name="family" compare="eq" ignore-blanks="true">
+      <string>Cantarell</string>
+    </test>
+    <edit name="autohint">
+      <bool>true</bool>
+    </edit>
+  </match>
+</fontconfig>

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-25 16:28:46 UTC (rev 175995)
+++ PKGBUILD	2013-01-25 16:29:10 UTC (rev 175996)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=cantarell-fonts
-pkgver=0.0.11
-pkgrel=3
-pkgdesc="Cantarell font family"
-arch=('any')
-url="http://abattis.org/cantarell/"
-license=('GPL2')
-depends=('fontconfig')
-install=cantarell-fonts.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz
-        21-cantarell-hinting.conf)
-sha256sums=('89b68fc3e9557309bbca1a174210dad3525a7908d4c11dff20f7e9a01f940b63'
-            '7da2d00e68d9eeab071cb861fe7da35098d5164008f638a5a9c289f717924bd0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 ../21-cantarell-hinting.conf \
-    "$pkgdir/etc/fonts/conf.avail/21-cantarell-hinting.conf"
-  install -d "$pkgdir/etc/fonts/conf.d"
-  ln -s ../conf.avail/21-cantarell-hinting.conf "$pkgdir/etc/fonts/conf.d"
-  ln -s ../conf.avail/31-cantarell.conf "$pkgdir/etc/fonts/conf.d"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 175995, cantarell-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-01-25 16:29:10 UTC (rev 175996)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=cantarell-fonts
+pkgver=0.0.12
+pkgrel=1
+pkgdesc="Cantarell font family"
+arch=('any')
+url="http://abattis.org/cantarell/"
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz
+        21-cantarell-hinting.conf)
+sha256sums=('3d509e1117dd92a6b80ef8b2586c89e178dc21a03c7c61f5c50772def5c4934b'
+            '7da2d00e68d9eeab071cb861fe7da35098d5164008f638a5a9c289f717924bd0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 ../21-cantarell-hinting.conf \
+    "$pkgdir/etc/fonts/conf.avail/21-cantarell-hinting.conf"
+  install -d "$pkgdir/etc/fonts/conf.d"
+  ln -s ../conf.avail/21-cantarell-hinting.conf "$pkgdir/etc/fonts/conf.d"
+  ln -s ../conf.avail/31-cantarell.conf "$pkgdir/etc/fonts/conf.d"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===================================================================
--- cantarell-fonts.install	2013-01-25 16:28:46 UTC (rev 175995)
+++ cantarell-fonts.install	2013-01-25 16:29:10 UTC (rev 175996)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -f
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 175995, cantarell-fonts/trunk/cantarell-fonts.install)
===================================================================
--- cantarell-fonts.install	                        (rev 0)
+++ cantarell-fonts.install	2013-01-25 16:29:10 UTC (rev 175996)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -f
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list