Date: Wednesday, January 23, 2013 @ 10:55:21
  Author: spupykin
Revision: 82707

archrelease: copy trunk to community-any

Added:
  font-mathematica/repos/community-any/PKGBUILD
    (from rev 82706, font-mathematica/trunk/PKGBUILD)
  font-mathematica/repos/community-any/font.install
    (from rev 82706, font-mathematica/trunk/font.install)
  font-mathematica/repos/community-any/license.txt
    (from rev 82706, 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     |   74 ++++++++++++++++++++++++++++-----------------------------
 font.install |   30 +++++++++++------------
 license.txt  |   14 +++++-----
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-01-23 09:55:07 UTC (rev 82706)
+++ PKGBUILD    2013-01-23 09:55:21 UTC (rev 82707)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Roman Kyrylych <[email protected]>
-# Contributor: Darwin Bautista <[email protected]>
-
-pkgname=font-mathematica
-pkgver=6.0
-pkgrel=3
-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=(http://support.wolfram.com/technotes/fonts/windows/files/MathFonts_$pkgver.zip
-       license.txt)
-md5sums=('f97df8a304d3c17c4137bb963f8cbe9e'
-         '4d95629d78541826cb543764c8025c0b')
-
-build() {
-  cd $srcdir/Fonts/
-  # Install TrueType fonts
-  mkdir -p $pkgdir/usr/share/fonts/TTF
-  install -m644 TrueType/*.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 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 82706, 
font-mathematica/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-01-23 09:55:21 UTC (rev 82707)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Roman Kyrylych <[email protected]>
+# Contributor: Darwin Bautista <[email protected]>
+
+pkgname=font-mathematica
+pkgver=9.0
+pkgrel=1
+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')
+
+build() {
+  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 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        2013-01-23 09:55:07 UTC (rev 82706)
+++ font.install        2013-01-23 09:55:21 UTC (rev 82707)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f > /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
-}

Copied: font-mathematica/repos/community-any/font.install (from rev 82706, 
font-mathematica/trunk/font.install)
===================================================================
--- font.install                                (rev 0)
+++ font.install        2013-01-23 09:55:21 UTC (rev 82707)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -f > /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 2013-01-23 09:55:07 UTC (rev 82706)
+++ license.txt 2013-01-23 09:55:21 UTC (rev 82707)
@@ -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 82706, 
font-mathematica/trunk/license.txt)
===================================================================
--- license.txt                         (rev 0)
+++ license.txt 2013-01-23 09:55:21 UTC (rev 82707)
@@ -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.

Reply via email to