[arch-commits] Commit in font-mathematica/repos/community-any (5 files)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 23 17:19:27 UTC 2017


    Date: Monday, January 23, 2017 @ 17:19:26
  Author: spupykin
Revision: 208610

archrelease: copy trunk to community-any

Added:
  font-mathematica/repos/community-any/PKGBUILD
    (from rev 208609, font-mathematica/trunk/PKGBUILD)
  font-mathematica/repos/community-any/license.txt
    (from rev 208609, font-mathematica/trunk/license.txt)
Deleted:
  font-mathematica/repos/community-any/PKGBUILD
  font-mathematica/repos/community-any/font.install
  font-mathematica/repos/community-any/license.txt

--------------+
 PKGBUILD     |   97 ++++++++++++++++++++++++++++-----------------------------
 font.install |   15 --------
 license.txt  |   14 ++++----
 3 files changed, 55 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-23 17:19:16 UTC (rev 208609)
+++ PKGBUILD	2017-01-23 17:19:26 UTC (rev 208610)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Roman Kyrylych <Roman.Kyrylycg at gmail.com>
-# Contributor: Darwin Bautista <djclue917 at gmail.com>
-
-pkgname=font-mathematica
-pkgver=9.0
-pkgrel=4
-pkgdesc="Mathematica fonts by Wolfram Research, Inc."
-arch=('any')
-url="http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html"
-depends=('fontconfig' 'xorg-font-utils')
-makedepends=('unzip')
-conflicts=('ttf-mathematica')
-replaces=('ttf-mathematica')
-install=font.install
-license=('custom')
-source=($pkgname-$pkgver.tar.gz::http://support.wolfram.com/kb/data/uploads/2012/11/Fonts.tar.gz
-	license.txt)
-md5sums=('59220bcb9360e3b6886406cb66d750d8'
-         '4d95629d78541826cb543764c8025c0b')
-
-package() {
-  cd $srcdir/Fonts/
-  # Install TrueType fonts
-  mkdir -p $pkgdir/usr/share/fonts/TTF
-  install -m644 TTF/*.ttf $pkgdir/usr/share/fonts/TTF/
-  # Install Type1 fonts
-  mkdir -p $pkgdir/usr/share/fonts/Type1
-  install -m644 Type1/*.pfa $pkgdir/usr/share/fonts/Type1/
-
-  # Remove unnecessary Type1 fonts
-  rm $pkgdir/usr/share/fonts/Type1/{UT*,cour*,c06*}
-  # Remove TTF
-  rm $pkgdir/usr/share/fonts/TTF/Vera.ttf
-  rm $pkgdir/usr/share/fonts/TTF/VeraBI.ttf
-  rm $pkgdir/usr/share/fonts/TTF/VeraBd.ttf
-  rm $pkgdir/usr/share/fonts/TTF/VeraIt.ttf
-  rm $pkgdir/usr/share/fonts/TTF/VeraMoBI.ttf
-  rm $pkgdir/usr/share/fonts/TTF/VeraMoBd.ttf
-  rm $pkgdir/usr/share/fonts/TTF/VeraMoIt.ttf
-  rm $pkgdir/usr/share/fonts/TTF/VeraMono.ttf
-  rm $pkgdir/usr/share/fonts/TTF/VeraSe.ttf
-  rm $pkgdir/usr/share/fonts/TTF/VeraSeBd.ttf
-  # Remove SVG files
-  rm -rf $pkgdir/usr/share/fonts/SVG
-  # Install license
-  install -D -m644 $srcdir/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
-}

Copied: font-mathematica/repos/community-any/PKGBUILD (from rev 208609, font-mathematica/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-23 17:19:26 UTC (rev 208610)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Roman Kyrylych <Roman.Kyrylycg at gmail.com>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+
+pkgname=font-mathematica
+pkgver=9.0
+pkgrel=5
+pkgdesc="Mathematica fonts by Wolfram Research, Inc."
+arch=('any')
+url="http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html"
+depends=('fontconfig' 'xorg-font-utils')
+makedepends=('unzip')
+conflicts=('ttf-mathematica')
+replaces=('ttf-mathematica')
+license=('custom')
+source=($pkgname-$pkgver.tar.gz::http://support.wolfram.com/kb/data/uploads/2012/11/Fonts.tar.gz
+	license.txt)
+sha256sums=('9ca5c1855d6e2a0923de09e659d768cd4e732b0bba270d9cf47f1b4b409c340c'
+            '0484ea624c4d93967e9c8132c68fc495f42906dbcebc5ae01bb25cb4eb216e91')
+
+package() {
+  cd "$srcdir"/Fonts/
+  # Install TrueType fonts
+  mkdir -p "$pkgdir"/usr/share/fonts/TTF
+  install -m644 TTF/*.ttf "$pkgdir"/usr/share/fonts/TTF/
+  # Install Type1 fonts
+  mkdir -p "$pkgdir"/usr/share/fonts/Type1
+  install -m644 Type1/*.pfa "$pkgdir"/usr/share/fonts/Type1/
+
+  # Remove unnecessary Type1 fonts
+  rm "$pkgdir"/usr/share/fonts/Type1/{UT*,cour*,c06*}
+  # Remove TTF
+  rm "$pkgdir"/usr/share/fonts/TTF/Vera.ttf
+  rm "$pkgdir"/usr/share/fonts/TTF/VeraBI.ttf
+  rm "$pkgdir"/usr/share/fonts/TTF/VeraBd.ttf
+  rm "$pkgdir"/usr/share/fonts/TTF/VeraIt.ttf
+  rm "$pkgdir"/usr/share/fonts/TTF/VeraMoBI.ttf
+  rm "$pkgdir"/usr/share/fonts/TTF/VeraMoBd.ttf
+  rm "$pkgdir"/usr/share/fonts/TTF/VeraMoIt.ttf
+  rm "$pkgdir"/usr/share/fonts/TTF/VeraMono.ttf
+  rm "$pkgdir"/usr/share/fonts/TTF/VeraSe.ttf
+  rm "$pkgdir"/usr/share/fonts/TTF/VeraSeBd.ttf
+  # Remove SVG files
+  rm -rf "$pkgdir"/usr/share/fonts/SVG
+  # Install license
+  install -D -m644 "$srcdir"/license.txt "$pkgdir"/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: font.install
===================================================================
--- font.install	2017-01-23 17:19:16 UTC (rev 208609)
+++ font.install	2017-01-23 17:19:26 UTC (rev 208610)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s > /dev/null
-  mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
-  mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Deleted: license.txt
===================================================================
--- license.txt	2017-01-23 17:19:16 UTC (rev 208609)
+++ license.txt	2017-01-23 17:19:26 UTC (rev 208610)
@@ -1,7 +0,0 @@
-READ THIS AGREEMENT CAREFULLY BEFORE PROCEEDING. IT IS AN AGREEMENT BETWEEN WOLFRAM RESEARCH, INC. ("WRI"), AND YOU. ACCEPTANCE OF ITS TERMS CREATES A BINDING CONTRACT BETWEEN YOU AND WRI.
-
-Wolfram Research, Inc. ("WRI") licenses Mathematica fonts to individual users downloading from this site. All WRI fonts are copyright Wolfram Research, Inc. or its vendors. All rights reserved. WRI fonts are not in the public domain.
-
-WRI reserves the right to control all distribution of the Mathematica fonts and does not, at this time, allow them to be widely distributed via any servers, archives, or non-WRI software products of any kind without express written consent of WRI. There are no restrictions on embedding the fonts in documents transmitted to service bureaus, publishers, or other users of WRI products. There are no restrictions on widely distributing metrics files generated from the Mathematica fonts.
-
-WRI does not require authors to credit Wolfram Research for the use of the Mathematica fonts in published papers. However, such credit is appreciated. "Mathematica fonts by Wolfram Research, Inc." is sufficient.

Copied: font-mathematica/repos/community-any/license.txt (from rev 208609, font-mathematica/trunk/license.txt)
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2017-01-23 17:19:26 UTC (rev 208610)
@@ -0,0 +1,7 @@
+READ THIS AGREEMENT CAREFULLY BEFORE PROCEEDING. IT IS AN AGREEMENT BETWEEN WOLFRAM RESEARCH, INC. ("WRI"), AND YOU. ACCEPTANCE OF ITS TERMS CREATES A BINDING CONTRACT BETWEEN YOU AND WRI.
+
+Wolfram Research, Inc. ("WRI") licenses Mathematica fonts to individual users downloading from this site. All WRI fonts are copyright Wolfram Research, Inc. or its vendors. All rights reserved. WRI fonts are not in the public domain.
+
+WRI reserves the right to control all distribution of the Mathematica fonts and does not, at this time, allow them to be widely distributed via any servers, archives, or non-WRI software products of any kind without express written consent of WRI. There are no restrictions on embedding the fonts in documents transmitted to service bureaus, publishers, or other users of WRI products. There are no restrictions on widely distributing metrics files generated from the Mathematica fonts.
+
+WRI does not require authors to credit Wolfram Research for the use of the Mathematica fonts in published papers. However, such credit is appreciated. "Mathematica fonts by Wolfram Research, Inc." is sufficient.



More information about the arch-commits mailing list