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

Jan Steffens heftig at nymeria.archlinux.org
Fri Oct 11 13:52:21 UTC 2013


    Date: Friday, October 11, 2013 @ 15:52:21
  Author: heftig
Revision: 196320

archrelease: copy trunk to extra-any

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

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

Copied: adobe-source-sans-pro-fonts/repos/extra-any/PKGBUILD (from rev 196319, adobe-source-sans-pro-fonts/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2013-10-11 13:52:21 UTC (rev 196320)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=adobe-source-sans-pro-fonts
+pkgver=1.050
+pkgrel=1
+pkgdesc="A set of OpenType fonts designed for user interfaces"
+arch=(any)
+url="http://sourceforge.net/projects/sourcesans.adobe"
+license=(custom)
+depends=(fontconfig)
+install=fonts.install
+source=(http://downloads.sourceforge.net/sourcesans.adobe/SourceSansPro_FontsOnly-${pkgver}.zip)
+sha256sums=('c379f5ef53981757b9aa115cfd0775e9fa92175f5d611ab3bbe57689fa3c5f00')
+
+package() {
+  cd SourceSansPro_FontsOnly-$pkgver
+  install -d "$pkgdir/usr/share/fonts/adobe-source-sans-pro"
+  install -t "$pkgdir/usr/share/fonts/adobe-source-sans-pro" -m644 OTF/*.otf
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: adobe-source-sans-pro-fonts/repos/extra-any/fonts.install (from rev 196319, adobe-source-sans-pro-fonts/trunk/fonts.install)
===================================================================
--- extra-any/fonts.install	                        (rev 0)
+++ extra-any/fonts.install	2013-10-11 13:52:21 UTC (rev 196320)
@@ -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