summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 16 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467400a08e0d..54b389aee0fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
+# Generated by mksrcinfo v8
+# Wed Jul 18 02:29:14 UTC 2018
pkgbase = ttf-impallari-domine
pkgdesc = Domine is a perfect choice for newspapers or blogs where text is the main focus, from Pablo Impallari
- pkgver = 1
- pkgrel = 1
- url = http://www.impallari.com/projects/overview/domine/
- install = updatefont.install
+ pkgver = 1.000
+ pkgrel = 2
+ url = https://github.com/impallari
arch = any
groups = impallari-fonts
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
- source = http://www.impallari.com/media/uploads/prosources/update-85-source.zip
- md5sums = d1a26da138ff1fe248a213e1fee651aa
+ source = domine-1.000.zip::https://fonts.google.com/download?family=Domine
+ md5sums = 4f5250e1552d3ef265bbadd193f6a07a
pkgname = ttf-impallari-domine
diff --git a/PKGBUILD b/PKGBUILD
index a9b0850ec0e8..bd32cc145c83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,21 @@
_font="domine"
_group="impallari"
pkgname=ttf-${_group}-${_font}
-pkgver=1
-pkgrel=1
+pkgver=1.000
+pkgrel=2
pkgdesc="Domine is a perfect choice for newspapers or blogs where text is the main focus, from Pablo Impallari"
arch=(any)
#url="http://www.impallari.com/${_font}/"
-url="http://www.impallari.com/projects/overview/${_font}/"
-screenshot="http://www.impallari.com/media/uploads/profotos/110-foto01-original.jpg"
+url="https://github.com/impallari"
license=('custom:OFL')
groups=("${_group}-fonts")
depends=('fontconfig' 'xorg-font-utils')
-install=updatefont.install
-#source=("http://www.impallari.com/media/releases/${_font}-v${pkgver}.zip")
-source=("http://www.impallari.com/media/uploads/prosources/update-85-source.zip")
-md5sums=('d1a26da138ff1fe248a213e1fee651aa')
+#install=updatefont.install
+source=("${_font}-${pkgver}.zip::https://fonts.google.com/download?family=Domine")
+md5sums=('4f5250e1552d3ef265bbadd193f6a07a')
package() {
- cd ${srcdir}/D*
+ cd ${srcdir}/
install -dm755 "${pkgdir}/usr/share/fonts/TTF/${_group}"
install -Dpm644 *.ttf "${pkgdir}/usr/share/fonts/TTF/${_group}"
@@ -27,6 +25,6 @@ package() {
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dpm644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
- install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/"
- install -Dpm644 FONTLOG.txt "${pkgdir}/usr/share/doc/${pkgname}/"
+ #install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/"
+ #install -Dpm644 FONTLOG.txt "${pkgdir}/usr/share/doc/${pkgname}/"
}