[arch-commits] Commit in ttf-symbola/repos/community-any (6 files)

Daniel Micay thestinger at nymeria.archlinux.org
Thu Jul 3 11:44:36 UTC 2014


    Date: Thursday, July 3, 2014 @ 13:44:36
  Author: thestinger
Revision: 114727

archrelease: copy trunk to community-any

Added:
  ttf-symbola/repos/community-any/LICENSE
    (from rev 114726, ttf-symbola/trunk/LICENSE)
  ttf-symbola/repos/community-any/PKGBUILD
    (from rev 114726, ttf-symbola/trunk/PKGBUILD)
  ttf-symbola/repos/community-any/ttf-symbola.install
    (from rev 114726, ttf-symbola/trunk/ttf-symbola.install)
Deleted:
  ttf-symbola/repos/community-any/LICENSE
  ttf-symbola/repos/community-any/PKGBUILD
  ttf-symbola/repos/community-any/ttf-symbola.install

---------------------+
 LICENSE             |    8 ++++----
 PKGBUILD            |   45 +++++++++++++++++++++++----------------------
 ttf-symbola.install |   18 +++++++++---------
 3 files changed, 36 insertions(+), 35 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2014-07-03 11:44:17 UTC (rev 114726)
+++ LICENSE	2014-07-03 11:44:36 UTC (rev 114727)
@@ -1,4 +0,0 @@
-In lieu of a licence:
-Fonts in this site are offered free for any use; they may be opened, 
-edited, modified, regenerated, posted, packaged and redistributed.
-fonts designed by George Douros

Copied: ttf-symbola/repos/community-any/LICENSE (from rev 114726, ttf-symbola/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2014-07-03 11:44:36 UTC (rev 114727)
@@ -0,0 +1,4 @@
+In lieu of a licence:
+Fonts in this site are offered free for any use; they may be opened, 
+edited, modified, regenerated, posted, packaged and redistributed.
+fonts designed by George Douros

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-03 11:44:17 UTC (rev 114726)
+++ PKGBUILD	2014-07-03 11:44:36 UTC (rev 114727)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Elena ``of Valhalla'' Grandi <gmail.com: elena.valhalla>
-# Contributor: Jesse Jaara <gmail.com: jesse.jaara>
-
-pkgname=ttf-symbola
-pkgver=7.12
-pkgrel=1
-pkgdesc="Font for unicode symbols (part of Unicode Fonts for Ancient Scripts)."
-arch=('any')
-url="http://users.teilar.gr/~g1951d/"
-license=('custom')
-depends=('fontconfig' 'xorg-font-utils')
-install=$pkgname.install
-source=(http://users.teilar.gr/~g1951d/Symbola.ttf LICENSE)
-md5sums=('75cd76e3c3ee09ec854b71eb5a19bdb3'
-         'bc1709dc3b1f6a7545ab366923e01a1c')
-
-package() {
-  install -Dm644 "$srcdir/Symbola.ttf" "$pkgdir/usr/share/fonts/TTF/Symbola.ttf"
-  install -Dm644 "$srcdir/LICENSE"     "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ttf-symbola/repos/community-any/PKGBUILD (from rev 114726, ttf-symbola/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-03 11:44:36 UTC (rev 114727)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Elena ``of Valhalla'' Grandi <gmail.com: elena.valhalla>
+# Contributor: Jesse Jaara <gmail.com: jesse.jaara>
+
+pkgname=ttf-symbola
+pkgver=7.17
+pkgrel=1
+pkgdesc="Font for unicode symbols (part of Unicode Fonts for Ancient Scripts)."
+arch=('any')
+url="http://users.teilar.gr/~g1951d/"
+license=('custom')
+depends=('fontconfig' 'xorg-font-utils')
+makedepends=('unzip')
+install=$pkgname.install
+source=(http://users.teilar.gr/~g1951d/Symbola.zip LICENSE)
+sha1sums=('b386a78a777d7da1e305b7663556dfdf51d8b75e'
+          'd5c6cf1db006cfee0e60897ce8bb54bd6611de75')
+
+package() {
+  install -Dm644 Symbola.ttf "$pkgdir/usr/share/fonts/TTF/Symbola.ttf"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: ttf-symbola.install
===================================================================
--- ttf-symbola.install	2014-07-03 11:44:17 UTC (rev 114726)
+++ ttf-symbola.install	2014-07-03 11:44:36 UTC (rev 114727)
@@ -1,9 +0,0 @@
-post_install() {
-  fc-cache -fs
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-}
-
-post_upgrade() {
-  post_install
-}

Copied: ttf-symbola/repos/community-any/ttf-symbola.install (from rev 114726, ttf-symbola/trunk/ttf-symbola.install)
===================================================================
--- ttf-symbola.install	                        (rev 0)
+++ ttf-symbola.install	2014-07-03 11:44:36 UTC (rev 114727)
@@ -0,0 +1,9 @@
+post_install() {
+  fc-cache -fs
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+}
+
+post_upgrade() {
+  post_install
+}




More information about the arch-commits mailing list