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

Jan Steffens heftig at archlinux.org
Sat Jul 18 18:29:15 UTC 2015


    Date: Saturday, July 18, 2015 @ 20:29:15
  Author: heftig
Revision: 242349

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-18 18:28:47 UTC (rev 242348)
+++ PKGBUILD	2015-07-18 18:29:15 UTC (rev 242349)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=adobe-source-code-pro-fonts
-pkgver=1.017
-pkgrel=2
-pkgdesc="A set of mono-spaced OpenType fonts designed for coding environments"
-arch=(any)
-url="http://adobe-fonts.github.io/source-code-pro/"
-license=(custom)
-depends=(fontconfig)
-install=fonts.install
-source=(https://github.com/adobe-fonts/source-code-pro/archive/${pkgver}R.tar.gz)
-sha256sums=('595aa593778beded801c12975f30ff1e78516654729afd2cfd8609121c50040f')
-
-package() {
-  cd source-code-pro-${pkgver}R
-  install -d "$pkgdir/usr/share/fonts/adobe-source-code-pro"
-  install -t "$pkgdir/usr/share/fonts/adobe-source-code-pro" -m644 OTF/*.otf
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: adobe-source-code-pro-fonts/repos/extra-any/PKGBUILD (from rev 242348, adobe-source-code-pro-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-18 18:29:15 UTC (rev 242349)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=adobe-source-code-pro-fonts
+pkgver=2.010ro+1.030it
+_relver=2.010R-ro/1.030R-it
+_tarver=${_relver//\//-}
+pkgrel=1
+pkgdesc=" Monospaced font family for user interface and coding environments"
+arch=(any)
+url="http://adobe-fonts.github.io/source-code-pro/"
+license=(custom)
+depends=(fontconfig)
+install=fonts.install
+source=("${_tarver}.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/${_relver}.tar.gz")
+sha256sums=('fcb82b3becff6dbc6440d6e03c1edca410a912d616088205bf1dff96fb93918b')
+
+package() {
+  cd source-code-pro-$_tarver
+  install -d "$pkgdir/usr/share/fonts/adobe-source-code-pro"
+  install -t "$pkgdir/usr/share/fonts/adobe-source-code-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-07-18 18:28:47 UTC (rev 242348)
+++ fonts.install	2015-07-18 18:29:15 UTC (rev 242349)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: adobe-source-code-pro-fonts/repos/extra-any/fonts.install (from rev 242348, adobe-source-code-pro-fonts/trunk/fonts.install)
===================================================================
--- fonts.install	                        (rev 0)
+++ fonts.install	2015-07-18 18:29:15 UTC (rev 242349)
@@ -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