From 329b430b2c73d15acb86c64e31ab2a65cd508c06 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 24 Mar 2009 06:00:51 +0100 Subject: [PATCH] Added font-{daewoo,dec,isas,jis,mutt,sony}-misc templates. --HG-- extra : convert_revision : 7d8fb70eba29c7bc7c89f7cf74b5ae92c911c1c7 --- templates/font-daewoo-misc/template | 23 +++++++++++++++++++++++ templates/font-dec-misc/template | 25 +++++++++++++++++++++++++ templates/font-isas-misc/template | 22 ++++++++++++++++++++++ templates/font-jis-misc/template | 22 ++++++++++++++++++++++ templates/font-mutt-misc/template | 22 ++++++++++++++++++++++ templates/font-sony-misc/template | 22 ++++++++++++++++++++++ 6 files changed, 136 insertions(+) create mode 100644 templates/font-daewoo-misc/template create mode 100644 templates/font-dec-misc/template create mode 100644 templates/font-isas-misc/template create mode 100644 templates/font-jis-misc/template create mode 100644 templates/font-mutt-misc/template create mode 100644 templates/font-sony-misc/template diff --git a/templates/font-daewoo-misc/template b/templates/font-daewoo-misc/template new file mode 100644 index 00000000000..64b3ea950a3 --- /dev/null +++ b/templates/font-daewoo-misc/template @@ -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 " +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.* +} diff --git a/templates/font-dec-misc/template b/templates/font-dec-misc/template new file mode 100644 index 00000000000..2e00e2265df --- /dev/null +++ b/templates/font-dec-misc/template @@ -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 " +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.* +} diff --git a/templates/font-isas-misc/template b/templates/font-isas-misc/template new file mode 100644 index 00000000000..0996345131a --- /dev/null +++ b/templates/font-isas-misc/template @@ -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 " +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.* +} diff --git a/templates/font-jis-misc/template b/templates/font-jis-misc/template new file mode 100644 index 00000000000..a02b8dc89a5 --- /dev/null +++ b/templates/font-jis-misc/template @@ -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 " +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.* +} diff --git a/templates/font-mutt-misc/template b/templates/font-mutt-misc/template new file mode 100644 index 00000000000..0162b3e7973 --- /dev/null +++ b/templates/font-mutt-misc/template @@ -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 " +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.* +} diff --git a/templates/font-sony-misc/template b/templates/font-sony-misc/template new file mode 100644 index 00000000000..f1b85e11a50 --- /dev/null +++ b/templates/font-sony-misc/template @@ -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 " +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.* +}