Added font-{daewoo,dec,isas,jis,mutt,sony}-misc templates.

--HG--
extra : convert_revision : 7d8fb70eba29c7bc7c89f7cf74b5ae92c911c1c7
This commit is contained in:
Juan RP 2009-03-24 06:00:51 +01:00
parent 893163dfab
commit 329b430b2c
6 changed files with 136 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# Template build file for 'font-daewoo-misc'.
pkgname=font-daewoo-misc
version=1.0.0
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Daewoo Gothic PCF format"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f198eac92e343a38b1e23288880bac91c439bdc90c61a79a7cb0718e9a468926
long_desc="
These are the PCF versions of the Daewoo Gothic fonts for 100dpi displays.
This is from the modular Xorg project."
Add_dependency full font-util
noarch=yes
font_dirs="/usr/lib/X11/fonts/misc"
triggers="x11-fonts"
post_install()
{
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}

View file

@ -0,0 +1,25 @@
# Template build file for 'font-dec-misc'.
pkgname=font-dec-misc
version=1.0.0
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="DEC cursor and session PCF fonts"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=83386d1225dab1ebc58e7d197acc4c310ed4e29840abf291b1fa2ffac1b68bb9
long_desc="
These are the PCF versions of the following DEC fonts for 100dpi displays:
- Cursor
- Session
This is from the modular Xorg project."
Add_dependency full font-util
noarch=yes
font_dirs="/usr/lib/X11/fonts/misc"
triggers="x11-fonts"
post_install()
{
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}

View file

@ -0,0 +1,22 @@
# Template build file for 'font-isas-misc'.
pkgname=font-isas-misc
version=1.0.0
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="72dpi PCF versions of the Chinese Song Ti fonts"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=97e61313ce0bf229da5d489fc5a05562fdca14f9acc17c40d0b272a345ba4ea2
long_desc="
These are the PCF versions of the Song Si fonts for 72dpi displays.
This is from the modular Xorg project."
Add_dependency full font-util
noarch=yes
font_dirs="/usr/lib/X11/fonts/misc"
triggers="x11-fonts"
post_install()
{
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}

View file

@ -0,0 +1,22 @@
# Template build file for 'font-jis-misc'.
pkgname=font-jis-misc
version=1.0.0
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="78dpi PCF versions of the Japanese fixed fonts"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3721eefd4ffc47c6948065f7acf9d5c731c4e8e54105d096735876d3712dc7ba
long_desc="
These are the PCF versions of the JIS fixed fonts for 78dpi displays.
This is from the modular Xorg project."
Add_dependency full font-util
noarch=yes
font_dirs="/usr/lib/X11/fonts/misc"
triggers="x11-fonts"
post_install()
{
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}

View file

@ -0,0 +1,22 @@
# Template build file for 'font-mutt-misc'.
pkgname=font-mutt-misc
version=1.0.0
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="100dpi PCF versions of the ClearlyU fonts"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f219183bd0f2b8ceca42a8a345c921f2a8ee19f4d86fef11c4ce8918d41aedff
long_desc="
These are the PCF versions of the ClearlyU fonts for 100dpi displays.
This is from the modular Xorg project."
Add_dependency full font-util
noarch=yes
font_dirs="/usr/lib/X11/fonts/misc"
triggers="x11-fonts"
post_install()
{
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}

View file

@ -0,0 +1,22 @@
# Template build file for 'font-sony-misc'.
pkgname=font-sony-misc
version=1.0.0
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Standard X11 sony PCF fonts"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1ae93ae76020b57cb0054ba9f33b4d5aec71342c6596750c07303d5c53452e23
long_desc="
The standard X11 sony fonts that you can share and enjoy.
It is in PCF format."
Add_dependency full font-util
noarch=yes
font_dirs="/usr/lib/X11/fonts/misc"
triggers="x11-fonts"
post_install()
{
rm -f ${DESTDIR}/${font_dirs}/fonts.*
}