[arch-commits] Commit in adobe-source-serif-pro-fonts/repos (3 files)

Jan Steffens heftig at nymeria.archlinux.org
Sat May 24 15:47:45 UTC 2014


    Date: Saturday, May 24, 2014 @ 17:47:45
  Author: heftig
Revision: 213551

archrelease: copy trunk to extra-any

Added:
  adobe-source-serif-pro-fonts/repos/extra-any/
  adobe-source-serif-pro-fonts/repos/extra-any/PKGBUILD
    (from rev 213550, adobe-source-serif-pro-fonts/trunk/PKGBUILD)
  adobe-source-serif-pro-fonts/repos/extra-any/fonts.install
    (from rev 213550, adobe-source-serif-pro-fonts/trunk/fonts.install)

---------------+
 PKGBUILD      |   23 +++++++++++++++++++++++
 fonts.install |   11 +++++++++++
 2 files changed, 34 insertions(+)

Copied: adobe-source-serif-pro-fonts/repos/extra-any/PKGBUILD (from rev 213550, adobe-source-serif-pro-fonts/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2014-05-24 15:47:45 UTC (rev 213551)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=adobe-source-serif-pro-fonts
+pkgver=1.014
+pkgrel=1
+pkgdesc="A set of serif OpenType fonts designed to complement Source Sans Pro"
+arch=(any)
+url="http://sourceforge.net/projects/sourceserifpro.adobe"
+license=(custom)
+depends=(fontconfig)
+install=fonts.install
+source=(http://downloads.sourceforge.net/sourceserifpro.adobe/SourceSerifPro_FontsOnly-${pkgver}.zip)
+sha256sums=('50e3cdf3499967daf2ba72bc1063568f90c76d7246bd0ac52318cb92c264eaa9')
+
+package() {
+  cd source-serif-pro-${pkgver}R
+  install -d "$pkgdir/usr/share/fonts/adobe-source-serif-pro"
+  install -t "$pkgdir/usr/share/fonts/adobe-source-serif-pro" -m644 OTF/*.otf
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: adobe-source-serif-pro-fonts/repos/extra-any/fonts.install (from rev 213550, adobe-source-serif-pro-fonts/trunk/fonts.install)
===================================================================
--- extra-any/fonts.install	                        (rev 0)
+++ extra-any/fonts.install	2014-05-24 15:47:45 UTC (rev 213551)
@@ -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