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

Jan Steffens heftig at archlinux.org
Thu Jan 12 17:56:15 UTC 2017


    Date: Thursday, January 12, 2017 @ 17:56:14
  Author: heftig
Revision: 285913

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   47 +++++++++++++++++++++++------------------------
 1 file changed, 23 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 17:55:59 UTC (rev 285912)
+++ PKGBUILD	2017-01-12 17:56:14 UTC (rev 285913)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=adobe-source-code-pro-fonts
-pkgver=2.030ro+1.050it
-_relver=2.010R-ro/1.030R-it
-pkgrel=2
-pkgdesc="Monospaced font family for user interface and coding environments"
-url="https://adobe-fonts.github.io/source-code-pro/"
-arch=(any)
-license=(custom)
-depends=(fontconfig)
-_tarname=source-code-pro-${_relver//\//-}
-source=("$_tarname.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/$_relver.tar.gz")
-sha256sums=('3ee5a0d04e6586f12de038cb33ec963f137bbc4907ae1e10a6333478a2b884f8')
-
-package() {
-  cd $_tarname
-  install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
-  install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -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 285912, adobe-source-code-pro-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-12 17:56:14 UTC (rev 285913)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=adobe-source-code-pro-fonts
+pkgver=2.030ro+1.050it
+_relver=2.010R-ro/1.030R-it
+pkgrel=3
+pkgdesc="Monospaced font family for user interface and coding environments"
+url="https://adobe-fonts.github.io/source-code-pro/"
+arch=(any)
+license=(custom)
+_tarname=source-code-pro-${_relver//\//-}
+source=("$_tarname.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/$_relver.tar.gz")
+sha256sums=('3ee5a0d04e6586f12de038cb33ec963f137bbc4907ae1e10a6333478a2b884f8')
+
+package() {
+  cd $_tarname
+  install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
+  install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 OTF/*.otf
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list