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

Jan Steffens heftig at archlinux.org
Fri Jan 16 12:32:09 UTC 2015


    Date: Friday, January 16, 2015 @ 13:32:09
  Author: heftig
Revision: 229430

archrelease: copy trunk to extra-any

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

---------------+
 PKGBUILD      |   46 +++++++++++++++++++++++-----------------------
 fonts.install |   22 +++++++++++-----------
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-16 12:32:01 UTC (rev 229429)
+++ PKGBUILD	2015-01-16 12:32:09 UTC (rev 229430)
@@ -1,23 +0,0 @@
-# $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/PKGBUILD (from rev 229429, adobe-source-serif-pro-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-16 12:32:09 UTC (rev 229430)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=adobe-source-serif-pro-fonts
+pkgver=1.017
+pkgrel=1
+pkgdesc="A set of serif OpenType fonts designed to complement Source Sans Pro"
+arch=(any)
+url="http://adobe-fonts.github.io/source-serif-pro/"
+license=(custom)
+depends=(fontconfig)
+install=fonts.install
+source=(https://github.com/adobe-fonts/source-serif-pro/archive/${pkgver}R.tar.gz)
+sha256sums=('2f4f75b53983a399472e6972829de4e9a4aac76ad70bd111688e50c97d240212')
+
+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:

Deleted: fonts.install
===================================================================
--- fonts.install	2015-01-16 12:32:01 UTC (rev 229429)
+++ fonts.install	2015-01-16 12:32:09 UTC (rev 229430)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -f
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: adobe-source-serif-pro-fonts/repos/extra-any/fonts.install (from rev 229429, adobe-source-serif-pro-fonts/trunk/fonts.install)
===================================================================
--- fonts.install	                        (rev 0)
+++ fonts.install	2015-01-16 12:32:09 UTC (rev 229430)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -s
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list