summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrLi2019-06-25 11:28:40 +0800
committerBrLi2019-06-25 11:28:40 +0800
commit3b80c5dc8c80e728369f58f13c160e27f1149a58 (patch)
tree24be5e847ebc4040b82724c6d7ffdb543009a4a4
parente8af3451eb91229509c2610ece8a7af7c60d1cae (diff)
downloadaur-3b80c5dc8c80e728369f58f13c160e27f1149a58.tar.gz
re-added rename.pe, duplicate the font
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a645cbef42f..13e11f371296 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = ttf-webhostinghub-glyphs
pkgdesc = WebHostingHub Glyphs icon font by webhostinghub.com
pkgver = 1.0
- pkgrel = 5
+ pkgrel = 6
url = https://www.webhostinghub.com/glyphs/
arch = any
license = OFL
+ makedepends = fontforge
depends = fontconfig
source = https://www.webhostinghub.com/glyphs/resources/whhg-font.zip
+ source = rename.pe
md5sums = 09993f3df25fa9edfca8b856b23c1425
+ md5sums = 7bc7028a94156a621b151a0bedfc1eb1
pkgname = ttf-webhostinghub-glyphs
diff --git a/PKGBUILD b/PKGBUILD
index 506e882db530..1ca4d8ed591c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,22 @@
-# Maintainer: Miloš Polakovič <milos@mailbox.org>
+# Maintainer: BrLi <brli@chakralinux.org>
pkgname=ttf-webhostinghub-glyphs
pkgver=1.0
-pkgrel=5
+pkgrel=6
pkgdesc='WebHostingHub Glyphs icon font by webhostinghub.com'
arch=('any')
url='https://www.webhostinghub.com/glyphs/'
license=('OFL')
depends=('fontconfig')
-source=('https://www.webhostinghub.com/glyphs/resources/whhg-font.zip')
-md5sums=('09993f3df25fa9edfca8b856b23c1425')
+makedepends=('fontforge')
+source=('https://www.webhostinghub.com/glyphs/resources/whhg-font.zip'
+ 'rename.pe')
+md5sums=('09993f3df25fa9edfca8b856b23c1425'
+ '7bc7028a94156a621b151a0bedfc1eb1')
package() {
install -d $pkgdir/usr/share/fonts/TTF/
install -m644 $srcdir/whhg-font/font/webhostinghub-glyphs.ttf $pkgdir/usr/share/fonts/TTF/
+ ./rename.pe whhg-font/font/webhostinghub-glyphs.ttf
+ install -Dm644 $srcdir/whhg-font/font/webhostinghub-glyphs.ttf $pkgdir/usr/share/fonts/TTF/webhostinghubglyphs.ttf
}