wok-next rev 19650

Complete xorg-fonts.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 25 14:11:16 2017 +0200 (2017-02-25)
parents 68de41d5ba77
children 75456ab144e4
files xorg-font-cursor-misc/receipt xorg-font-daewoo-misc/receipt xorg-font-dec-misc/receipt xorg-font-ibm-type1/receipt xorg-font-isas-misc/receipt xorg-font-jis-misc/receipt xorg-font-micro-misc/receipt xorg-font-misc-cyrillic/receipt xorg-font-misc-ethiopic/receipt xorg-font-misc-meltho/description.txt xorg-font-misc-meltho/receipt xorg-font-misc-misc/receipt xorg-font-mutt-misc/receipt xorg-font-schumacher-misc/receipt xorg-font-screen-cyrillic/receipt xorg-font-sony-misc/receipt xorg-font-sun-misc/receipt xorg-font-winitzki-cyrillic/receipt xorg-font-xfree86-type1/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-font-cursor-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-font-cursor-misc"
     1.7 +VERSION="1.0.3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Misc bitmap set: cursor"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="other"
    1.12 +WEB_SITE="https://www.x.org/wiki/"
    1.13 +TAGS="font"
    1.14 +
    1.15 +TARBALL="font-cursor-misc-$VERSION.tar.bz2"
    1.16 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./configure \
    1.24 +		--sysconfdir=/etc \
    1.25 +		--localstatedir=/var \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make &&
    1.28 +	make install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	cook_copy_files *.pcf.gz
    1.35 +}
    1.36 +
    1.37 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
    1.38 +post_remove()  { chroot "$1/" fc-cache; }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xorg-font-daewoo-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
     2.3 @@ -0,0 +1,36 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xorg-font-daewoo-misc"
     2.7 +VERSION="1.0.3"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Daewoo bitmap fonts Gothic, Mincho"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="other"
    2.12 +WEB_SITE="https://www.x.org/wiki/"
    2.13 +TAGS="font"
    2.14 +COOKOPTS="!gz" # too long
    2.15 +
    2.16 +TARBALL="font-daewoo-misc-$VERSION.tar.bz2"
    2.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
    2.18 +
    2.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
    2.20 +
    2.21 +# Rules to configure and make the package.
    2.22 +compile_rules()
    2.23 +{
    2.24 +	./configure \
    2.25 +		--sysconfdir=/etc \
    2.26 +		--localstatedir=/var \
    2.27 +		$CONFIGURE_ARGS &&
    2.28 +	make &&
    2.29 +	make install
    2.30 +}
    2.31 +
    2.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.33 +genpkg_rules()
    2.34 +{
    2.35 +	cook_copy_files *.pcf.gz
    2.36 +}
    2.37 +
    2.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
    2.39 +post_remove()  { chroot "$1/" fc-cache; }
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xorg-font-dec-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
     3.3 @@ -0,0 +1,36 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="xorg-font-dec-misc"
     3.7 +VERSION="1.0.3"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="DEC misc bitmap sets: cursor, session"
    3.10 +MAINTAINER="al.bobylev@gmail.com"
    3.11 +LICENSE="other"
    3.12 +WEB_SITE="https://www.x.org/wiki/"
    3.13 +TAGS="font"
    3.14 +COOKOPTS="!gz" # too long
    3.15 +
    3.16 +TARBALL="font-dec-misc-$VERSION.tar.bz2"
    3.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
    3.18 +
    3.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
    3.20 +
    3.21 +# Rules to configure and make the package.
    3.22 +compile_rules()
    3.23 +{
    3.24 +	./configure \
    3.25 +		--sysconfdir=/etc \
    3.26 +		--localstatedir=/var \
    3.27 +		$CONFIGURE_ARGS &&
    3.28 +	make &&
    3.29 +	make install
    3.30 +}
    3.31 +
    3.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.33 +genpkg_rules()
    3.34 +{
    3.35 +	cook_copy_files *.pcf.gz
    3.36 +}
    3.37 +
    3.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
    3.39 +post_remove()  { chroot "$1/" fc-cache; }
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/xorg-font-ibm-type1/receipt	Sat Feb 25 14:11:16 2017 +0200
     4.3 @@ -0,0 +1,35 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="xorg-font-ibm-type1"
     4.7 +VERSION="1.0.3"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="IBM Courier Type1 font"
    4.10 +MAINTAINER="al.bobylev@gmail.com"
    4.11 +LICENSE="other"
    4.12 +WEB_SITE="https://www.x.org/wiki/"
    4.13 +TAGS="font"
    4.14 +
    4.15 +TARBALL="font-ibm-type1-$VERSION.tar.bz2"
    4.16 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
    4.17 +
    4.18 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir"
    4.19 +
    4.20 +# Rules to configure and make the package.
    4.21 +compile_rules()
    4.22 +{
    4.23 +	./configure \
    4.24 +		--sysconfdir=/etc \
    4.25 +		--localstatedir=/var \
    4.26 +		$CONFIGURE_ARGS &&
    4.27 +	make &&
    4.28 +	make install
    4.29 +}
    4.30 +
    4.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.32 +genpkg_rules()
    4.33 +{
    4.34 +	cook_copy_files *.pfa *.afm
    4.35 +}
    4.36 +
    4.37 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/Type1; }
    4.38 +post_remove()  { chroot "$1/" fc-cache; }
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/xorg-font-isas-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
     5.3 @@ -0,0 +1,36 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="xorg-font-isas-misc"
     5.7 +VERSION="1.0.3"
     5.8 +CATEGORY="x-window"
     5.9 +SHORT_DESC="ISAS bitmap fonts: Fangsong ti, Song ti"
    5.10 +MAINTAINER="al.bobylev@gmail.com"
    5.11 +LICENSE="other"
    5.12 +WEB_SITE="https://www.x.org/wiki/"
    5.13 +TAGS="font"
    5.14 +COOKOPTS="!gz" # too long
    5.15 +
    5.16 +TARBALL="font-isas-misc-$VERSION.tar.bz2"
    5.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
    5.18 +
    5.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
    5.20 +
    5.21 +# Rules to configure and make the package.
    5.22 +compile_rules()
    5.23 +{
    5.24 +	./configure \
    5.25 +		--sysconfdir=/etc \
    5.26 +		--localstatedir=/var \
    5.27 +		$CONFIGURE_ARGS &&
    5.28 +	make &&
    5.29 +	make install
    5.30 +}
    5.31 +
    5.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.33 +genpkg_rules()
    5.34 +{
    5.35 +	cook_copy_files *.pcf.gz
    5.36 +}
    5.37 +
    5.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
    5.39 +post_remove()  { chroot "$1/" fc-cache; }
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/xorg-font-jis-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
     6.3 @@ -0,0 +1,36 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="xorg-font-jis-misc"
     6.7 +VERSION="1.0.3"
     6.8 +CATEGORY="x-window"
     6.9 +SHORT_DESC="JIS bitmap font: Fixed"
    6.10 +MAINTAINER="al.bobylev@gmail.com"
    6.11 +LICENSE="other"
    6.12 +WEB_SITE="https://www.x.org/wiki/"
    6.13 +TAGS="font"
    6.14 +COOKOPTS="!gz" # too long
    6.15 +
    6.16 +TARBALL="font-jis-misc-$VERSION.tar.bz2"
    6.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
    6.18 +
    6.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
    6.20 +
    6.21 +# Rules to configure and make the package.
    6.22 +compile_rules()
    6.23 +{
    6.24 +	./configure \
    6.25 +		--sysconfdir=/etc \
    6.26 +		--localstatedir=/var \
    6.27 +		$CONFIGURE_ARGS &&
    6.28 +	make &&
    6.29 +	make install
    6.30 +}
    6.31 +
    6.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.33 +genpkg_rules()
    6.34 +{
    6.35 +	cook_copy_files *.pcf.gz
    6.36 +}
    6.37 +
    6.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
    6.39 +post_remove()  { chroot "$1/" fc-cache; }
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/xorg-font-micro-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
     7.3 @@ -0,0 +1,35 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="xorg-font-micro-misc"
     7.7 +VERSION="1.0.3"
     7.8 +CATEGORY="x-window"
     7.9 +SHORT_DESC="Micro bitmap font"
    7.10 +MAINTAINER="al.bobylev@gmail.com"
    7.11 +LICENSE="PublicDomain"
    7.12 +WEB_SITE="https://www.x.org/wiki/"
    7.13 +TAGS="font"
    7.14 +
    7.15 +TARBALL="font-micro-misc-$VERSION.tar.bz2"
    7.16 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
    7.17 +
    7.18 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
    7.19 +
    7.20 +# Rules to configure and make the package.
    7.21 +compile_rules()
    7.22 +{
    7.23 +	./configure \
    7.24 +		--sysconfdir=/etc \
    7.25 +		--localstatedir=/var \
    7.26 +		$CONFIGURE_ARGS &&
    7.27 +	make &&
    7.28 +	make install
    7.29 +}
    7.30 +
    7.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.32 +genpkg_rules()
    7.33 +{
    7.34 +	cook_copy_files *.pcf.gz
    7.35 +}
    7.36 +
    7.37 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
    7.38 +post_remove()  { chroot "$1/" fc-cache; }
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/xorg-font-misc-cyrillic/receipt	Sat Feb 25 14:11:16 2017 +0200
     8.3 @@ -0,0 +1,36 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="xorg-font-misc-cyrillic"
     8.7 +VERSION="1.0.3"
     8.8 +CATEGORY="x-window"
     8.9 +SHORT_DESC="Misc Cyrillic bitmap font: Fixed"
    8.10 +MAINTAINER="al.bobylev@gmail.com"
    8.11 +LICENSE="other"
    8.12 +WEB_SITE="https://www.x.org/wiki/"
    8.13 +TAGS="font"
    8.14 +COOKOPTS="!gz" # too long
    8.15 +
    8.16 +TARBALL="font-misc-cyrillic-$VERSION.tar.bz2"
    8.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
    8.18 +
    8.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
    8.20 +
    8.21 +# Rules to configure and make the package.
    8.22 +compile_rules()
    8.23 +{
    8.24 +	./configure \
    8.25 +		--sysconfdir=/etc \
    8.26 +		--localstatedir=/var \
    8.27 +		$CONFIGURE_ARGS &&
    8.28 +	make &&
    8.29 +	make install
    8.30 +}
    8.31 +
    8.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.33 +genpkg_rules()
    8.34 +{
    8.35 +	cook_copy_files *.pcf.gz
    8.36 +}
    8.37 +
    8.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/cyrillic; }
    8.39 +post_remove()  { chroot "$1/" fc-cache; }
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/xorg-font-misc-ethiopic/receipt	Sat Feb 25 14:11:16 2017 +0200
     9.3 @@ -0,0 +1,38 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="xorg-font-misc-ethiopic"
     9.7 +VERSION="1.0.3"
     9.8 +CATEGORY="x-window"
     9.9 +SHORT_DESC="Ethiopic font Goha-Tibeb Zemen (OTF & TTF)"
    9.10 +MAINTAINER="al.bobylev@gmail.com"
    9.11 +LICENSE="other"
    9.12 +WEB_SITE="https://www.x.org/wiki/"
    9.13 +TAGS="font"
    9.14 +
    9.15 +TARBALL="font-misc-ethiopic-$VERSION.tar.bz2"
    9.16 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
    9.17 +
    9.18 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir"
    9.19 +
    9.20 +# Rules to configure and make the package.
    9.21 +compile_rules()
    9.22 +{
    9.23 +	./configure \
    9.24 +		--sysconfdir=/etc \
    9.25 +		--localstatedir=/var \
    9.26 +		$CONFIGURE_ARGS &&
    9.27 +	make &&
    9.28 +	make install
    9.29 +}
    9.30 +
    9.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.32 +genpkg_rules()
    9.33 +{
    9.34 +	cook_copy_files *.otf *.ttf
    9.35 +}
    9.36 +
    9.37 +post_install() {
    9.38 +	chroot "$1/" fc-cache /usr/share/fonts/X11/OTF
    9.39 +	chroot "$1/" fc-cache /usr/share/fonts/X11/TTF
    9.40 +}
    9.41 +post_remove()  { chroot "$1/" fc-cache; }
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/xorg-font-misc-meltho/description.txt	Sat Feb 25 14:11:16 2017 +0200
    10.3 @@ -0,0 +1,23 @@
    10.4 +These fonts are designed for the display of Syriac text. They come from Beth
    10.5 +Mardutho: The Syriac Institute and are covered by a license which permits
    10.6 +redistribution but prohibits modification.
    10.7 +
    10.8 +The package contains the following font families:
    10.9 +
   10.10 +  * East Syriac Adiabene
   10.11 +  * East Syriac Ctesiphon
   10.12 +  * Estrangelo Antioch
   10.13 +  * Estrangelo Edessa
   10.14 +  * Estrangelo Midyat
   10.15 +  * Estrangelo Nisibin
   10.16 +  * Estrangelo Nisibin Outline
   10.17 +  * Estrangelo Quenneshrin
   10.18 +  * Estrangelo Talada
   10.19 +  * Estrangelo TurAbdin
   10.20 +  * Serto Batnan
   10.21 +  * Serto Jerusalem
   10.22 +  * Serto Jerusalem Outline
   10.23 +  * Serto Kharput
   10.24 +  * Serto Malankara
   10.25 +  * Serto Mardin
   10.26 +  * Serto Urhoy
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/xorg-font-misc-meltho/receipt	Sat Feb 25 14:11:16 2017 +0200
    11.3 @@ -0,0 +1,35 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="xorg-font-misc-meltho"
    11.7 +VERSION="1.0.3"
    11.8 +CATEGORY="x-window"
    11.9 +SHORT_DESC="Syriac fonts (OTF)"
   11.10 +MAINTAINER="al.bobylev@gmail.com"
   11.11 +LICENSE="other"
   11.12 +WEB_SITE="https://www.x.org/wiki/"
   11.13 +TAGS="font"
   11.14 +
   11.15 +TARBALL="font-misc-meltho-$VERSION.tar.bz2"
   11.16 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
   11.17 +
   11.18 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir"
   11.19 +
   11.20 +# Rules to configure and make the package.
   11.21 +compile_rules()
   11.22 +{
   11.23 +	./configure \
   11.24 +		--sysconfdir=/etc \
   11.25 +		--localstatedir=/var \
   11.26 +		$CONFIGURE_ARGS &&
   11.27 +	make &&
   11.28 +	make install
   11.29 +}
   11.30 +
   11.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.32 +genpkg_rules()
   11.33 +{
   11.34 +	cook_copy_files *.otf
   11.35 +}
   11.36 +
   11.37 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/OTF; }
   11.38 +post_remove()  { chroot "$1/" fc-cache; }
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/xorg-font-misc-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
    12.3 @@ -0,0 +1,36 @@
    12.4 +# SliTaz package receipt.
    12.5 +
    12.6 +PACKAGE="xorg-font-misc-misc"
    12.7 +VERSION="1.1.2"
    12.8 +CATEGORY="x-window"
    12.9 +SHORT_DESC="Misc bitmap fixed fonts"
   12.10 +MAINTAINER="al.bobylev@gmail.com"
   12.11 +LICENSE="PublicDomain"
   12.12 +WEB_SITE="https://www.x.org/wiki/"
   12.13 +TAGS="font"
   12.14 +COOKOPTS="!gz" # too long
   12.15 +
   12.16 +TARBALL="font-misc-misc-$VERSION.tar.bz2"
   12.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
   12.18 +
   12.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
   12.20 +
   12.21 +# Rules to configure and make the package.
   12.22 +compile_rules()
   12.23 +{
   12.24 +	./configure \
   12.25 +		--sysconfdir=/etc \
   12.26 +		--localstatedir=/var \
   12.27 +		$CONFIGURE_ARGS &&
   12.28 +	make &&
   12.29 +	make install
   12.30 +}
   12.31 +
   12.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
   12.33 +genpkg_rules()
   12.34 +{
   12.35 +	cook_copy_files *.pcf.gz
   12.36 +}
   12.37 +
   12.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
   12.39 +post_remove()  { chroot "$1/" fc-cache; }
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/xorg-font-mutt-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
    13.3 @@ -0,0 +1,36 @@
    13.4 +# SliTaz package receipt.
    13.5 +
    13.6 +PACKAGE="xorg-font-mutt-misc"
    13.7 +VERSION="1.0.3"
    13.8 +CATEGORY="x-window"
    13.9 +SHORT_DESC="Bitmap Arabic, Devanagari, Armenian font ClearlyU"
   13.10 +MAINTAINER="al.bobylev@gmail.com"
   13.11 +LICENSE="other"
   13.12 +WEB_SITE="https://www.x.org/wiki/"
   13.13 +TAGS="font"
   13.14 +COOKOPTS="!gz" # too long
   13.15 +
   13.16 +TARBALL="font-mutt-misc-$VERSION.tar.bz2"
   13.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
   13.18 +
   13.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
   13.20 +
   13.21 +# Rules to configure and make the package.
   13.22 +compile_rules()
   13.23 +{
   13.24 +	./configure \
   13.25 +		--sysconfdir=/etc \
   13.26 +		--localstatedir=/var \
   13.27 +		$CONFIGURE_ARGS &&
   13.28 +	make &&
   13.29 +	make install
   13.30 +}
   13.31 +
   13.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
   13.33 +genpkg_rules()
   13.34 +{
   13.35 +	cook_copy_files *.pcf.gz
   13.36 +}
   13.37 +
   13.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
   13.39 +post_remove()  { chroot "$1/" fc-cache; }
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/xorg-font-schumacher-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
    14.3 @@ -0,0 +1,36 @@
    14.4 +# SliTaz package receipt.
    14.5 +
    14.6 +PACKAGE="xorg-font-schumacher-misc"
    14.7 +VERSION="1.1.2"
    14.8 +CATEGORY="x-window"
    14.9 +SHORT_DESC="Schumacher bitmap font Clean"
   14.10 +MAINTAINER="al.bobylev@gmail.com"
   14.11 +LICENSE="other"
   14.12 +WEB_SITE="https://www.x.org/wiki/"
   14.13 +TAGS="font"
   14.14 +COOKOPTS="!gz" # too long
   14.15 +
   14.16 +TARBALL="font-schumacher-misc-$VERSION.tar.bz2"
   14.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
   14.18 +
   14.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
   14.20 +
   14.21 +# Rules to configure and make the package.
   14.22 +compile_rules()
   14.23 +{
   14.24 +	./configure \
   14.25 +		--sysconfdir=/etc \
   14.26 +		--localstatedir=/var \
   14.27 +		$CONFIGURE_ARGS &&
   14.28 +	make &&
   14.29 +	make install
   14.30 +}
   14.31 +
   14.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
   14.33 +genpkg_rules()
   14.34 +{
   14.35 +	cook_copy_files *.pcf.gz
   14.36 +}
   14.37 +
   14.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
   14.39 +post_remove()  { chroot "$1/" fc-cache; }
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/xorg-font-screen-cyrillic/receipt	Sat Feb 25 14:11:16 2017 +0200
    15.3 @@ -0,0 +1,36 @@
    15.4 +# SliTaz package receipt.
    15.5 +
    15.6 +PACKAGE="xorg-font-screen-cyrillic"
    15.7 +VERSION="1.0.4"
    15.8 +CATEGORY="x-window"
    15.9 +SHORT_DESC="Misc Screen Cyrillic bitmap font: Fixed"
   15.10 +MAINTAINER="al.bobylev@gmail.com"
   15.11 +LICENSE="other"
   15.12 +WEB_SITE="https://www.x.org/wiki/"
   15.13 +TAGS="font"
   15.14 +COOKOPTS="!gz" # too long
   15.15 +
   15.16 +TARBALL="font-screen-cyrillic-$VERSION.tar.bz2"
   15.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
   15.18 +
   15.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
   15.20 +
   15.21 +# Rules to configure and make the package.
   15.22 +compile_rules()
   15.23 +{
   15.24 +	./configure \
   15.25 +		--sysconfdir=/etc \
   15.26 +		--localstatedir=/var \
   15.27 +		$CONFIGURE_ARGS &&
   15.28 +	make &&
   15.29 +	make install
   15.30 +}
   15.31 +
   15.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
   15.33 +genpkg_rules()
   15.34 +{
   15.35 +	cook_copy_files *.pcf.gz
   15.36 +}
   15.37 +
   15.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/cyrillic; }
   15.39 +post_remove()  { chroot "$1/" fc-cache; }
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/xorg-font-sony-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
    16.3 @@ -0,0 +1,36 @@
    16.4 +# SliTaz package receipt.
    16.5 +
    16.6 +PACKAGE="xorg-font-sony-misc"
    16.7 +VERSION="1.0.3"
    16.8 +CATEGORY="x-window"
    16.9 +SHORT_DESC="Bitmap Sony fixed fonts"
   16.10 +MAINTAINER="al.bobylev@gmail.com"
   16.11 +LICENSE="other"
   16.12 +WEB_SITE="https://www.x.org/wiki/"
   16.13 +TAGS="font"
   16.14 +COOKOPTS="!gz" # too long
   16.15 +
   16.16 +TARBALL="font-sony-misc-$VERSION.tar.bz2"
   16.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
   16.18 +
   16.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
   16.20 +
   16.21 +# Rules to configure and make the package.
   16.22 +compile_rules()
   16.23 +{
   16.24 +	./configure \
   16.25 +		--sysconfdir=/etc \
   16.26 +		--localstatedir=/var \
   16.27 +		$CONFIGURE_ARGS &&
   16.28 +	make &&
   16.29 +	make install
   16.30 +}
   16.31 +
   16.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
   16.33 +genpkg_rules()
   16.34 +{
   16.35 +	cook_copy_files *.pcf.gz
   16.36 +}
   16.37 +
   16.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
   16.39 +post_remove()  { chroot "$1/" fc-cache; }
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/xorg-font-sun-misc/receipt	Sat Feb 25 14:11:16 2017 +0200
    17.3 @@ -0,0 +1,36 @@
    17.4 +# SliTaz package receipt.
    17.5 +
    17.6 +PACKAGE="xorg-font-sun-misc"
    17.7 +VERSION="1.0.3"
    17.8 +CATEGORY="x-window"
    17.9 +SHORT_DESC="Sun bitmap sets: OPEN LOOK cursor, OPEN LOOK glyph"
   17.10 +MAINTAINER="al.bobylev@gmail.com"
   17.11 +LICENSE="other"
   17.12 +WEB_SITE="https://www.x.org/wiki/"
   17.13 +TAGS="font"
   17.14 +COOKOPTS="!gz" # too long
   17.15 +
   17.16 +TARBALL="font-sun-misc-$VERSION.tar.bz2"
   17.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
   17.18 +
   17.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
   17.20 +
   17.21 +# Rules to configure and make the package.
   17.22 +compile_rules()
   17.23 +{
   17.24 +	./configure \
   17.25 +		--sysconfdir=/etc \
   17.26 +		--localstatedir=/var \
   17.27 +		$CONFIGURE_ARGS &&
   17.28 +	make &&
   17.29 +	make install
   17.30 +}
   17.31 +
   17.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
   17.33 +genpkg_rules()
   17.34 +{
   17.35 +	cook_copy_files *.pcf.gz
   17.36 +}
   17.37 +
   17.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; }
   17.39 +post_remove()  { chroot "$1/" fc-cache; }
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/xorg-font-winitzki-cyrillic/receipt	Sat Feb 25 14:11:16 2017 +0200
    18.3 @@ -0,0 +1,36 @@
    18.4 +# SliTaz package receipt.
    18.5 +
    18.6 +PACKAGE="xorg-font-winitzki-cyrillic"
    18.7 +VERSION="1.0.3"
    18.8 +CATEGORY="x-window"
    18.9 +SHORT_DESC="Winitzki Cyrillic bitmap font: Proof"
   18.10 +MAINTAINER="al.bobylev@gmail.com"
   18.11 +LICENSE="PublicDomain"
   18.12 +WEB_SITE="https://www.x.org/wiki/"
   18.13 +TAGS="font"
   18.14 +COOKOPTS="!gz" # too long
   18.15 +
   18.16 +TARBALL="font-winitzki-cyrillic-$VERSION.tar.bz2"
   18.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
   18.18 +
   18.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf"
   18.20 +
   18.21 +# Rules to configure and make the package.
   18.22 +compile_rules()
   18.23 +{
   18.24 +	./configure \
   18.25 +		--sysconfdir=/etc \
   18.26 +		--localstatedir=/var \
   18.27 +		$CONFIGURE_ARGS &&
   18.28 +	make &&
   18.29 +	make install
   18.30 +}
   18.31 +
   18.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
   18.33 +genpkg_rules()
   18.34 +{
   18.35 +	cook_copy_files *.pcf.gz
   18.36 +}
   18.37 +
   18.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/cyrillic; }
   18.39 +post_remove()  { chroot "$1/" fc-cache; }
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/xorg-font-xfree86-type1/receipt	Sat Feb 25 14:11:16 2017 +0200
    19.3 @@ -0,0 +1,35 @@
    19.4 +# SliTaz package receipt.
    19.5 +
    19.6 +PACKAGE="xorg-font-xfree86-type1"
    19.7 +VERSION="1.0.4"
    19.8 +CATEGORY="x-window"
    19.9 +SHORT_DESC="Xfree86 Type1 Cursor font"
   19.10 +MAINTAINER="al.bobylev@gmail.com"
   19.11 +LICENSE="other"
   19.12 +WEB_SITE="https://www.x.org/wiki/"
   19.13 +TAGS="font"
   19.14 +
   19.15 +TARBALL="font-xfree86-type1-$VERSION.tar.bz2"
   19.16 +WGET_URL="$XORG_MIRROR/font/$TARBALL"
   19.17 +
   19.18 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir"
   19.19 +
   19.20 +# Rules to configure and make the package.
   19.21 +compile_rules()
   19.22 +{
   19.23 +	./configure \
   19.24 +		--sysconfdir=/etc \
   19.25 +		--localstatedir=/var \
   19.26 +		$CONFIGURE_ARGS &&
   19.27 +	make &&
   19.28 +	make install
   19.29 +}
   19.30 +
   19.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
   19.32 +genpkg_rules()
   19.33 +{
   19.34 +	cook_copy_files *.pfa *.afm
   19.35 +}
   19.36 +
   19.37 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/Type1; }
   19.38 +post_remove()  { chroot "$1/" fc-cache; }