mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
font-manjari: got versioned release urls for archive from upstream
previous version of the package used an unversioned link from upstream, that had frequent updates, which would break sha256sum check. Closes: #23959 [via git-merge-pr]
This commit is contained in:
parent
b3a2e49e41
commit
2bc27544cb
2 changed files with 10 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'font-manjari'
|
# Template file for 'font-manjari'
|
||||||
pkgname=font-manjari
|
pkgname=font-manjari
|
||||||
version=1.810
|
version=1.810
|
||||||
revision=2
|
revision=3
|
||||||
archs="noarch"
|
archs="noarch"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
|
@ -9,15 +9,19 @@ short_desc="Malayalam font with smooth curves"
|
||||||
maintainer="Ashish Kurian Thomas <a@aktsbot.in>"
|
maintainer="Ashish Kurian Thomas <a@aktsbot.in>"
|
||||||
license="OFL-1.1"
|
license="OFL-1.1"
|
||||||
homepage="https://smc.org.in/fonts/manjari"
|
homepage="https://smc.org.in/fonts/manjari"
|
||||||
distfiles="https://smc.org.in/downloads//fonts/manjari/manjari.zip
|
distfiles="https://releases.smc.org.in/fonts/manjari/Version${version}/manjari-Version${version}.tar.gz
|
||||||
https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt"
|
https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt"
|
||||||
checksum="ade6ba3006c0cbd01d90084d9a5119a22db996a603bf82b68d94fdcfed750cf2
|
checksum="d90ca754850a2084f8435f3a885c52f200b08a4da5018f9a8291093a2c70c162
|
||||||
94e69dddcfc87af561cad830b6afeb0d858634ae8aa649f8381891873fd6f591"
|
94e69dddcfc87af561cad830b6afeb0d858634ae8aa649f8381891873fd6f591"
|
||||||
font_dirs="/usr/share/fonts/TTF"
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for f in *.ttf; do
|
for f in ttf/*.ttf; do
|
||||||
vinstall $f 0644 usr/share/fonts/TTF
|
vinstall $f 0644 usr/share/fonts/TTF
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# install fontconfig file
|
||||||
|
vinstall 67-fonts-smc-manjari.conf 0644 etc/fonts/conf.avail/67-fonts-smc-manjari.conf
|
||||||
|
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
2
srcpkgs/font-manjari/update
Normal file
2
srcpkgs/font-manjari/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://releases.smc.org.in/fonts/manjari/LATEST"
|
||||||
|
pattern="manjari-Version\K[0-9.]+(?=.tar.gz)"
|
Loading…
Add table
Reference in a new issue