font-adobe-*: fix license

Upstream considers this an MIT license, even if the text doesn't match.
Fixes 75dpi, 100dpi, utopia-100dpi, utopia-75dpi, utopia-type1
This commit is contained in:
Colin Booth 2021-03-31 21:37:19 -07:00 committed by Érico Nogueira
parent 2a90b10b51
commit 7566445c4f
5 changed files with 20 additions and 15 deletions

View file

@ -1,19 +1,20 @@
# Template file for 'font-adobe-100dpi'
pkgname=font-adobe-100dpi
version=1.0.3
revision=6
revision=7
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
font_dirs="/usr/share/fonts/X11/100dpi"
short_desc="Standard 100dpi Adobe PCF fonts"
maintainer="Orphaned <orphan@voidlinux.org>"
license="opensource"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054
font_dirs="/usr/share/fonts/X11/100dpi"
post_install() {
rm -f ${DESTDIR}/${font_dirs}/fonts.*
vlicense COPYING
}

View file

@ -1,19 +1,20 @@
# Template file for 'font-adobe-75dpi'
pkgname=font-adobe-75dpi
version=1.0.3
revision=6
revision=7
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
font_dirs="/usr/share/fonts/X11/75dpi"
short_desc="Standard 75pi Adobe PCF fonts"
maintainer="Orphaned <orphan@voidlinux.org>"
license="opensource"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=c6024a1e4a1e65f413f994dd08b734efd393ce0a502eb465deb77b9a36db4d09
font_dirs="/usr/share/fonts/X11/75dpi"
post_install() {
rm -f ${DESTDIR}/${font_dirs}/fonts.*
vlicense COPYING
}

View file

@ -1,19 +1,20 @@
# Template file for 'font-adobe-utopia-100dpi'
pkgname=font-adobe-utopia-100dpi
version=1.0.4
revision=6
revision=7
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
font_dirs="/usr/share/fonts/X11/100dpi"
short_desc="100dpi Adobe Utopia PCF fonts"
maintainer="Orphaned <orphan@voidlinux.org>"
license="opensource"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5
font_dirs="/usr/share/fonts/X11/100dpi"
post_install() {
rm -f ${DESTDIR}/${font_dirs}/fonts.*
vlicense COPYING
}

View file

@ -1,19 +1,20 @@
# Template file for 'font-adobe-utopia-75dpi'
pkgname=font-adobe-utopia-75dpi
version=1.0.4
revision=6
revision=7
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
font_dirs="/usr/share/fonts/X11/75dpi"
short_desc="100dpi Adobe Utopia PCF fonts"
maintainer="Orphaned <orphan@voidlinux.org>"
license="opensource"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=8732719c61f3661c8bad63804ebfd54fc7de21ab848e9a26a19b1778ef8b5c94
font_dirs="/usr/share/fonts/X11/75dpi"
post_install() {
rm -f ${DESTDIR}/${font_dirs}/fonts.*
vlicense COPYING
}

View file

@ -1,19 +1,20 @@
# Template file for 'font-adobe-utopia-type1'
pkgname=font-adobe-utopia-type1
version=1.0.4
revision=6
revision=7
build_style=gnu-configure
hostmakedepends="pkg-config bdftopcf font-util"
makedepends="font-util"
depends="font-util"
font_dirs="/usr/share/fonts/X11/Type1"
short_desc="Adobe Utopia Type1 fonts"
maintainer="Orphaned <orphan@voidlinux.org>"
license="opensource"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
checksum=979435105f897a70f8993fa02c8362160b0513366c2ab896965416f96dbb8077
font_dirs="/usr/share/fonts/X11/Type1"
post_install() {
rm -f ${DESTDIR}/${font_dirs}/fonts.*
vlicense COPYING
}