[arch-commits] Commit in (5 files)

Jan Steffens heftig at nymeria.archlinux.org
Sat May 24 15:29:00 UTC 2014


    Date: Saturday, May 24, 2014 @ 17:29:00
  Author: heftig
Revision: 213548

add adobe-source-serif-pro-fonts

Added:
  adobe-source-serif-pro-fonts/
  adobe-source-serif-pro-fonts/repos/
  adobe-source-serif-pro-fonts/trunk/
  adobe-source-serif-pro-fonts/trunk/PKGBUILD
  adobe-source-serif-pro-fonts/trunk/fonts.install

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

Added: adobe-source-serif-pro-fonts/trunk/PKGBUILD
===================================================================
--- adobe-source-serif-pro-fonts/trunk/PKGBUILD	                        (rev 0)
+++ adobe-source-serif-pro-fonts/trunk/PKGBUILD	2014-05-24 15:29:00 UTC (rev 213548)
@@ -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 SourceSerifPro_FontsOnly-$pkgver
+  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:


Property changes on: adobe-source-serif-pro-fonts/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: adobe-source-serif-pro-fonts/trunk/fonts.install
===================================================================
--- adobe-source-serif-pro-fonts/trunk/fonts.install	                        (rev 0)
+++ adobe-source-serif-pro-fonts/trunk/fonts.install	2014-05-24 15:29:00 UTC (rev 213548)
@@ -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