summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2018-04-11 12:03:02 +0530
committerJishnu Mohan2018-04-11 12:03:02 +0530
commite2851ff85bc11c4c08064990708d64bef054cabb (patch)
tree7a0c3b0e13708e73f335b7b66a4598917ed69452
parentfbd634bfd25d4046f59fb06b0586139c48cfd21d (diff)
downloadaur-e2851ff85bc11c4c08064990708d64bef054cabb.tar.gz
add license, updated desc
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f1dfaaf2332..6056c96edf0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ttf-malayalam-font-manjari
- pkgdesc = This is Manjari, a font belonging to a set of TrueType and OpenType fonts released under the SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 for Malayalam Language.
+ pkgdesc = Malayalam unicode font with rounded terminals suitable for body text.
pkgver = 1.4
pkgrel = 1
url = http://smc.org.in/fonts/
install = ttf-malayalam-fonts.install
arch = any
+ license = OFL1.1
depends = fontconfig
depends = xorg-font-utils
source = https://smc.org.in/downloads/fonts/manjari/Manjari-Regular.ttf
diff --git a/PKGBUILD b/PKGBUILD
index 79b51fd25d85..7e3414d953fb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
pkgname=ttf-malayalam-font-manjari
pkgver=1.4
pkgrel=1
-pkgdesc="This is Manjari, a font belonging to a set of TrueType and OpenType fonts released under the
-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 for Malayalam Language."
+pkgdesc="Malayalam unicode font with rounded terminals suitable for body text."
arch=(any)
url="http://smc.org.in/fonts/"
+license=("OFL1.1")
depends=(fontconfig xorg-font-utils)
source=(
"https://smc.org.in/downloads/fonts/manjari/Manjari-Regular.ttf"
@@ -22,9 +22,11 @@ md5sums=('10fefbb99a04607258760c78eff29e23'
'53f66c18d1fca2afd57cffb0b4f7b6ee'
'98923c2e7c4df841f7e8ee0f3e05f9f5')
install=ttf-malayalam-fonts.install
+
+
package() {
mkdir -p "${pkgdir}/usr/share/fonts/TTF" || return 1
- install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF"
+ install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF"
mkdir -p "${pkgdir}/etc/fonts/conf.d" || return 1
install *.conf "${pkgdir}/etc/fonts/conf.d" || return 1
}