Date: Tuesday, June 18, 2013 @ 17:49:58
  Author: heftig
Revision: 188731

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/PKGBUILD
    (from rev 188730, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/extra-any/cantarell-fonts.install
    (from rev 188730, 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 |   13 ---------
 PKGBUILD                  |   61 +++++++++++++++++++-------------------------
 cantarell-fonts.install   |   22 +++++++--------
 3 files changed, 38 insertions(+), 58 deletions(-)

Deleted: 21-cantarell-hinting.conf
===================================================================
--- 21-cantarell-hinting.conf   2013-06-18 15:49:25 UTC (rev 188730)
+++ 21-cantarell-hinting.conf   2013-06-18 15:49:58 UTC (rev 188731)
@@ -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>

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-06-18 15:49:25 UTC (rev 188730)
+++ PKGBUILD    2013-06-18 15:49:58 UTC (rev 188731)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@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:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 188730, 
cantarell-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-06-18 15:49:58 UTC (rev 188731)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+
+pkgname=cantarell-fonts
+pkgver=0.0.13
+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)
+sha256sums=('afc53ffa27418932301a3bc030cf811684a1261faa761744fe2d3ce696b6492c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===================================================================
--- cantarell-fonts.install     2013-06-18 15:49:25 UTC (rev 188730)
+++ cantarell-fonts.install     2013-06-18 15:49:58 UTC (rev 188731)
@@ -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 
188730, cantarell-fonts/trunk/cantarell-fonts.install)
===================================================================
--- cantarell-fonts.install                             (rev 0)
+++ cantarell-fonts.install     2013-06-18 15:49:58 UTC (rev 188731)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -f
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Reply via email to