[arch-commits] Commit in cantarell-fonts/repos (4 files)
Jan de Groot
jgc at archlinux.org
Fri Sep 26 10:57:50 UTC 2014
Date: Friday, September 26, 2014 @ 12:57:49
Author: jgc
Revision: 223156
db-move: moved cantarell-fonts from [gnome-unstable] to [testing] (any)
Added:
cantarell-fonts/repos/testing-any/
cantarell-fonts/repos/testing-any/PKGBUILD
(from rev 223030, cantarell-fonts/repos/gnome-unstable-any/PKGBUILD)
cantarell-fonts/repos/testing-any/cantarell-fonts.install
(from rev 223030, cantarell-fonts/repos/gnome-unstable-any/cantarell-fonts.install)
Deleted:
cantarell-fonts/repos/gnome-unstable-any/
-------------------------+
PKGBUILD | 27 +++++++++++++++++++++++++++
cantarell-fonts.install | 11 +++++++++++
2 files changed, 38 insertions(+)
Copied: cantarell-fonts/repos/testing-any/PKGBUILD (from rev 223030, cantarell-fonts/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2014-09-26 10:57:49 UTC (rev 223156)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=cantarell-fonts
+pkgver=0.0.16
+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=('15bf87555321556750bc68ace360f3df420359a8ab257e15c44fb69710152f1c')
+
+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:
Copied: cantarell-fonts/repos/testing-any/cantarell-fonts.install (from rev 223030, cantarell-fonts/repos/gnome-unstable-any/cantarell-fonts.install)
===================================================================
--- testing-any/cantarell-fonts.install (rev 0)
+++ testing-any/cantarell-fonts.install 2014-09-26 10:57:49 UTC (rev 223156)
@@ -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