Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
font-wqy-zenhei: fix beefile
- SRCURL
- fix symlink
- remove major version from .be0 filename
  • Loading branch information
wwwutz committed Sep 30, 2020
1 parent 15660de commit d4762c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions font-wqy-zenhei-0.be0 → font-wqy-zenhei.be0
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION font-wqy-zenhei-0.9.45-0
# BEE_VERSION font-wqy-zenhei-0.9.45-1

SRCURL[0]="http://http.debian.net/debian/pool/main/f/fonts-wqy-zenhei/fonts-wqy-zenhei_${PKGVERSION}.orig.tar.gz"
# SRCURL[0]="http://http.debian.net/debian/pool/main/f/fonts-wqy-zenhei/fonts-wqy-zenhei_${PKGVERSION}.orig.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/4c6c3f4e902dd5ee0a121e8c41d040bd/fonts-wqy-zenhei_0.9.45.orig.tar.gz"

# PATCHURL+=()

Expand Down Expand Up @@ -39,5 +40,5 @@ mee_install() {
mkdir -pv ${D}/usr/share/fontconfig/conf.avail
sed '9,10d' ${S}/44-wqy-zenhei.conf > ${D}/usr/share/fontconfig/conf.avail/65-wqy-zenhei.conf
mkdir -p ${D}/etc/fonts/conf.d
ln -s ${D}/usr/share/fontconfig/conf.avail/65-wqy-zenhei.conf ${D}/etc/fonts/conf.d
ln -s /usr/share/fontconfig/conf.avail/65-wqy-zenhei.conf ${D}/etc/fonts/conf.d
}

0 comments on commit d4762c7

Please sign in to comment.