font-adobe-source-code-pro: revert to 2.030R

This reverts commit 0189da1f25

The variable fonts aren't the same thing as the non variable ones!
They install the fonts of the family "Source Code Variable" and not
"Source Code Pro", which are required for GNOME.
This commit is contained in:
Rasmus Thomsen 2019-04-04 15:40:27 +02:00 committed by maxice8
parent 1cbc3fb7f2
commit 073675e594

View file

@ -1,24 +1,21 @@
# Template file for 'font-adobe-source-code-pro' # Template file for 'font-adobe-source-code-pro'
pkgname=font-adobe-source-code-pro pkgname=font-adobe-source-code-pro
reverts="2.030R_1" version=2.030R
version=1.010
revision=2 revision=2
archs=noarch archs=noarch
build_style=fetch wrksrc="source-code-pro-${version}-ro-1.050R-it"
depends="font-util" depends="font-util"
short_desc="Monospaced font family for user interface and coding environments" short_desc="Monospaced font family for user interface and coding environments"
maintainer="Piero La Terza <platerza@protonmail.com>" maintainer="Piero La Terza <platerza@protonmail.com>"
license="OFL-1.1" license="OFL-1.1"
homepage="https://adobe-fonts.github.io/source-code-pro/" homepage="https://adobe-fonts.github.io/source-code-pro/"
distfiles="https://github.com/adobe-fonts/source-code-pro/releases/download/variable-fonts/SourceCodeVariable-Italic.otf distfiles="https://github.com/adobe-fonts/source-code-pro/archive/${version}-ro/1.050R-it.tar.gz"
https://github.com/adobe-fonts/source-code-pro/releases/download/variable-fonts/SourceCodeVariable-Roman.otf" checksum=a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b
checksum="b2ca3a3c1fe0701ad74aa7c66c37972d07b1237197a816a1a5646c7e42a11353
af8fdd265f6208816fde44062a27b79ce2a594ded44ea96055a1655b6869992d"
font_dirs="/usr/share/fonts/OTF/" font_dirs="/usr/share/fonts/OTF/"
do_install() { do_install() {
for i in ${wrksrc}/*; do for i in ${wrksrc}/OTF/*.otf; do
vinstall $i 644 ${font_dirs} vinstall $i 644 usr/share/fonts/OTF/
done done
} }
@ -27,4 +24,4 @@ font-sourcecodepro_package() {
build_style=meta build_style=meta
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" (transitional dummy package)" short_desc+=" (transitional dummy package)"
} }