summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-03-24 07:43:57 +1300
committerGeorge Rawlinson2020-03-24 07:43:57 +1300
commite83db2adc0cb6ec03c32f7996721c9a3437afa69 (patch)
treecfc9790a43d0b15522d11341aab568c2f2b57898
parent68b78317a0dae481cf9a2205fa51d8fa95ac9719 (diff)
downloadaur-e83db2adc0cb6ec03c32f7996721c9a3437afa69.tar.gz
upgpkg: font-symbola 13.00-4
add license link to source array, generate a plain text license rather than keeping a bulky PDF around
-rw-r--r--.SRCINFO7
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD9
3 files changed, 9 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d36b11442e79..8992c06bcc86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = font-symbola
pkgdesc = Font for symbol blocks of the Unicode Standard
pkgver = 13.00
- pkgrel = 3
+ pkgrel = 4
url = https://dn-works.com/ufas/
arch = any
license = custom
makedepends = fontforge
+ makedepends = poppler
source = font-symbola-13.00.zip::https://dn-works.com/wp-content/uploads/2020/UFAS-Fonts/Symbola.zip
- source = LICENSE
+ source = LICENSE.pdf::https://dn-works.com/wp-content/uploads/2020/UFAS-Docs/License.pdf
sha512sums = 57f1c72d9fe03da68fee476f6c3d202805ba5eacfb4690ca5e3b10d4d335cbefaebd501f77af28abc2a71cd34a926a79d633689ff8cb54e972d09b5292f5c8b1
- sha512sums = 9afe91785611955511248fd31a86c7e370b23b1b2c37f9345c8f274b3e0e1dbf9c0da8f9edac62d27d318e56485b80966aa7622f167f4da5d5925a7935bfa3da
+ sha512sums = 6b6f7688a5571375b59135e2a60c61d0ad7fd2d19f0f226a38b8b39696c6f01047758937e9431f8d64f4758fe207eac83ba4df847efccb24b119be4aff69dbf3
pkgname = ttf-symbola
pkgdesc = Font for symbol blocks of the Unicode Standard (TTF)
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index c9ce4e4e08b2..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-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
index 0477dec8ab6e..5f0a9fd36226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,19 +8,20 @@
pkgbase=font-symbola
pkgname=('ttf-symbola' 'otf-symbola')
pkgver=13.00
-pkgrel=3
+pkgrel=4
pkgdesc='Font for symbol blocks of the Unicode Standard'
arch=('any')
url='https://dn-works.com/ufas/'
license=('custom')
-makedepends=('fontforge')
+makedepends=('fontforge' 'poppler')
source=("${pkgbase}-${pkgver}.zip::https://dn-works.com/wp-content/uploads/2020/UFAS-Fonts/Symbola.zip"
- "LICENSE")
+ "LICENSE.pdf::https://dn-works.com/wp-content/uploads/2020/UFAS-Docs/License.pdf")
sha512sums=('57f1c72d9fe03da68fee476f6c3d202805ba5eacfb4690ca5e3b10d4d335cbefaebd501f77af28abc2a71cd34a926a79d633689ff8cb54e972d09b5292f5c8b1'
- '9afe91785611955511248fd31a86c7e370b23b1b2c37f9345c8f274b3e0e1dbf9c0da8f9edac62d27d318e56485b80966aa7622f167f4da5d5925a7935bfa3da')
+ '6b6f7688a5571375b59135e2a60c61d0ad7fd2d19f0f226a38b8b39696c6f01047758937e9431f8d64f4758fe207eac83ba4df847efccb24b119be4aff69dbf3')
build() {
fontforge -c 'open(argv[1]).generate(argv[2])' Symbola.{otf,ttf}
+ pdftotext LICENSE.pdf LICENSE
}
package_ttf-symbola() {