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

Jan Steffens heftig at archlinux.org
Fri Jan 8 23:17:55 UTC 2016


    Date: Saturday, January 9, 2016 @ 00:17:55
  Author: heftig
Revision: 257660

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-08 23:17:19 UTC (rev 257659)
+++ PKGBUILD	2016-01-08 23:17:55 UTC (rev 257660)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=adobe-source-sans-pro-fonts
-pkgver=2.010ro+1.065it
-_relver=2.010R-ro/1.065R-it
-_tarver=${_relver//\//-}
-pkgrel=2
-pkgdesc="Sans serif font family for user interface environments"
-arch=(any)
-url="http://adobe-fonts.github.io/source-sans-pro/"
-license=(custom)
-depends=(fontconfig)
-install=fonts.install
-source=("${_tarver}.tar.gz::https://github.com/adobe-fonts/source-sans-pro/archive/${_relver}.tar.gz")
-sha256sums=('e29660947d1a77bc2682b6036cfa4d644d9cdf00a272baaf60dda56e547c79e8')
-
-package() {
-  cd source-sans-pro-$_tarver
-  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/PKGBUILD (from rev 257659, adobe-source-sans-pro-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-08 23:17:55 UTC (rev 257660)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=adobe-source-sans-pro-fonts
+pkgver=2.020ro+1.075it
+_relver=2.020R-ro/1.075R-it
+_tarver=${_relver//\//-}
+pkgrel=1
+pkgdesc="Sans serif font family for user interface environments"
+arch=(any)
+url="http://adobe-fonts.github.io/source-sans-pro/"
+license=(custom)
+depends=(fontconfig)
+install=fonts.install
+source=("${_tarver}.tar.gz::https://github.com/adobe-fonts/source-sans-pro/archive/${_relver}.tar.gz")
+sha256sums=('bb45283fa9979c4821c99da3b54313012821aba0246e2ec0057f2b03ca24912c')
+
+package() {
+  cd source-sans-pro-$_tarver
+  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:

Deleted: fonts.install
===================================================================
--- fonts.install	2016-01-08 23:17:19 UTC (rev 257659)
+++ fonts.install	2016-01-08 23:17:55 UTC (rev 257660)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: adobe-source-sans-pro-fonts/repos/extra-any/fonts.install (from rev 257659, adobe-source-sans-pro-fonts/trunk/fonts.install)
===================================================================
--- fonts.install	                        (rev 0)
+++ fonts.install	2016-01-08 23:17:55 UTC (rev 257660)
@@ -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