Skip to content

Commit

Permalink
Merge pull request #1941 from mariux64/fix-font-wqy-zenhei
Browse files Browse the repository at this point in the history
font-wqy-zenhei: fix beefile
  • Loading branch information
wwwutz authored Oct 1, 2020
2 parents a1df83d + d4762c7 commit 66189a4
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
Original file line number Diff line number Diff line change
@@ -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 66189a4

Please sign in to comment.