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

Jan Steffens heftig at archlinux.org
Fri Jan 16 12:31:54 UTC 2015


    Date: Friday, January 16, 2015 @ 13:31:53
  Author: heftig
Revision: 229428

archrelease: copy trunk to extra-any

Added:
  adobe-source-code-pro-fonts/repos/extra-any/PKGBUILD
    (from rev 229427, adobe-source-code-pro-fonts/trunk/PKGBUILD)
  adobe-source-code-pro-fonts/repos/extra-any/fonts.install
    (from rev 229427, 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      |   46 +++++++++++++++++++++++-----------------------
 fonts.install |   22 +++++++++++-----------
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-16 12:31:46 UTC (rev 229427)
+++ PKGBUILD	2015-01-16 12:31:53 UTC (rev 229428)
@@ -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=1
-pkgdesc="A set of mono-spaced OpenType fonts designed for coding environments"
-arch=(any)
-url="http://sourceforge.net/projects/sourcecodepro.adobe"
-license=(custom)
-depends=(fontconfig)
-install=fonts.install
-source=(http://downloads.sourceforge.net/sourcecodepro.adobe/SourceCodePro_FontsOnly-${pkgver}.zip)
-sha256sums=('8136b4686309c428ef073356ab178c2f7e8f7b6fadd5a6c61b6a20646377b21f')
-
-package() {
-  cd SourceCodePro_FontsOnly-$pkgver
-  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 229427, adobe-source-code-pro-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-16 12:31:53 UTC (rev 229428)
@@ -0,0 +1,23 @@
+# $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:

Deleted: fonts.install
===================================================================
--- fonts.install	2015-01-16 12:31:46 UTC (rev 229427)
+++ fonts.install	2015-01-16 12:31:53 UTC (rev 229428)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -f
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: adobe-source-code-pro-fonts/repos/extra-any/fonts.install (from rev 229427, adobe-source-code-pro-fonts/trunk/fonts.install)
===================================================================
--- fonts.install	                        (rev 0)
+++ fonts.install	2015-01-16 12:31:53 UTC (rev 229428)
@@ -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