summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud2018-06-06 22:26:16 +0200
committerMorten Linderud2018-06-06 22:32:20 +0200
commitd7066b08bd6d05c91e2acc38e84d76122fdbd7e1 (patch)
treed2512f2cf85d4c8d3ef34575b0da65a5304d1ff4
downloadaur-d7066b08bd6d05c91e2acc38e84d76122fdbd7e1.tar.gz
upgpkg: ttf-symbola 11.00-1
upstream release Initial upload: ttf-symbola 11.00-1 Added ttf-symbola because of license Signed-off-by: Morten Linderud <morten@linderud.pw>
-rw-r--r--.SRCINFO19
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD23
3 files changed, 63 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..af48375e48bc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+# Generated by mksrcinfo v8
+# Wed Jun 6 20:31:10 UTC 2018
+pkgbase = ttf-symbola
+ pkgdesc = Font for unicode symbols (part of Unicode Fonts for Ancient Scripts).
+ pkgver = 11.00
+ pkgrel = 1
+ url = http://users.teilar.gr/~g1951d/
+ arch = any
+ license = custom
+ makedepends = unzip
+ depends = fontconfig
+ depends = xorg-font-utils
+ source = ttf-symbola-11.00.zip::http://users.teilar.gr/~g1951d/Symbola.zip
+ source = LICENSE
+ sha256sums = 9388978165fdd781097656ad6f1111c2641ae5281613e9aebf0203c1dcd638a0
+ sha256sums = d1558ac65a0bafd51f412ce91f35af9a000bd4de153d30b1110f34b16ca80f12
+
+pkgname = ttf-symbola
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..c9ce4e4e08b2
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+Unicode Fonts for Ancient Scripts (UFAS) License Agreement
+
+UFAS: refers to the set of all fonts and documents available on this site;
+are licensed under the conditons stated in this License Agreement.
+
+Developer: refers to George Douros, Kolokotroni 3, Larissa, 41223, Greece;
+is the sole developer and exclusive owner of all UFAS material;
+retains all rights to previous, current and future versions of UFAS;
+does not warrant the performance or results User may obtain by using UFAS sofware;
+is in no event liable to User or anyone else for any consequental, incidental or special damages, or
+for any claim against User by any third party seeking such damages.
+
+User: refers to anyone who downloads UFAS from this, or any other, site;
+may use UFAS for strictly personal and non-commercial purposes, without charge;
+is allowed a single instantaton and no network installaton;
+agrees not to adapt, modify, alter, translate, convert, or otherwise change UFAS;
+may not license, sell, rent, lease, sublicense, lend, or in any way distribute UFAS for proft.
+
+Commercial or educatonal use of UFAS is not permited.
+
+This and all UFAS licenses are exclusively issued by Developer.
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d0f65a1cb585
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud <foxboron@archlinux.org>
+# Contributor: Daniel Micay <danielmicay@gmail.com>
+# Contributor: Elena ``of Valhalla'' Grandi <gmail.com: elena.valhalla>
+# Contributor: Jesse Jaara <gmail.com: jesse.jaara>
+
+pkgname=ttf-symbola
+pkgver=11.00
+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')
+source=("${pkgname}-${pkgver}.zip::http://users.teilar.gr/~g1951d/Symbola.zip"
+ "LICENSE")
+sha256sums=('9388978165fdd781097656ad6f1111c2641ae5281613e9aebf0203c1dcd638a0'
+ 'd1558ac65a0bafd51f412ce91f35af9a000bd4de153d30b1110f34b16ca80f12')
+
+package() {
+ install -Dm644 Symbola.ttf "$pkgdir/usr/share/fonts/TTF/Symbola.ttf"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}