wok-next rev 19649
Up xorg-bdftopcf; add xorg-xcursor-themes, xorg-fonts (1/2 yet)
line diff
1.1 --- a/xorg-bdftopcf/receipt Thu Feb 23 02:02:44 2017 +0200 1.2 +++ b/xorg-bdftopcf/receipt Fri Feb 24 16:52:03 2017 +0200 1.3 @@ -12,6 +12,7 @@ 1.4 TARBALL="bdftopcf-$VERSION.tar.bz2" 1.5 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.6 1.7 +DEPENDS="xorg-libXfont" 1.8 BUILD_DEPENDS="xorg-util-macros xorg-libXfont-dev xorg-xtrans" 1.9 1.10 # Rules to configure and make the package.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xorg-encodings/receipt Fri Feb 24 16:52:03 2017 +0200 2.3 @@ -0,0 +1,31 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xorg-encodings" 2.7 +VERSION="1.0.4" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="The XFree86/Xorg encoding files" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="PublicDomain" 2.12 +WEB_SITE="https://www.x.org/wiki/" 2.13 + 2.14 +TARBALL="encodings-$VERSION.tar.bz2" 2.15 +WGET_URL="$XORG_MIRROR/font/$TARBALL" 2.16 + 2.17 +BUILD_DEPENDS="xorg-util-macros xorg-mkfontscale xorg-font-util-dev" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + ./configure \ 2.23 + --sysconfdir=/etc \ 2.24 + --localstatedir=/var \ 2.25 + $CONFIGURE_ARGS && 2.26 + make && 2.27 + make install 2.28 +} 2.29 + 2.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.31 +genpkg_rules() 2.32 +{ 2.33 + cook_copy_folders usr 2.34 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xorg-font-adobe-100dpi/receipt Fri Feb 24 16:52:03 2017 +0200 3.3 @@ -0,0 +1,36 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="xorg-font-adobe-100dpi" 3.7 +VERSION="1.0.3" 3.8 +CATEGORY="x-window" 3.9 +SHORT_DESC="Adobe bitmap fonts Courier, Helvetica, New Century Schoolbook, Symbol, Times (100 DPI)" 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-adobe-100dpi-$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/100dpi; } 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-adobe-75dpi/receipt Fri Feb 24 16:52:03 2017 +0200 4.3 @@ -0,0 +1,36 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="xorg-font-adobe-75dpi" 4.7 +VERSION="1.0.3" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="Adobe bitmap fonts Courier, Helvetica, New Century Schoolbook, Symbol, Times (75 DPI)" 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 +COOKOPTS="!gz" # too long 4.15 + 4.16 +TARBALL="font-adobe-75dpi-$VERSION.tar.bz2" 4.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL" 4.18 + 4.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf" 4.20 + 4.21 +# Rules to configure and make the package. 4.22 +compile_rules() 4.23 +{ 4.24 + ./configure \ 4.25 + --sysconfdir=/etc \ 4.26 + --localstatedir=/var \ 4.27 + $CONFIGURE_ARGS && 4.28 + make && 4.29 + make install 4.30 +} 4.31 + 4.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.33 +genpkg_rules() 4.34 +{ 4.35 + cook_copy_files *.pcf.gz 4.36 +} 4.37 + 4.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/75dpi; } 4.39 +post_remove() { chroot "$1/" fc-cache; }
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/xorg-font-adobe-utopia-100dpi/receipt Fri Feb 24 16:52:03 2017 +0200 5.3 @@ -0,0 +1,36 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="xorg-font-adobe-utopia-100dpi" 5.7 +VERSION="1.0.4" 5.8 +CATEGORY="x-window" 5.9 +SHORT_DESC="Adobe bitmap font Utopia (100 DPI)" 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-adobe-utopia-100dpi-$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/100dpi; } 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-adobe-utopia-75dpi/receipt Fri Feb 24 16:52:03 2017 +0200 6.3 @@ -0,0 +1,36 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="xorg-font-adobe-utopia-75dpi" 6.7 +VERSION="1.0.4" 6.8 +CATEGORY="x-window" 6.9 +SHORT_DESC="Adobe bitmap font Utopia (75 DPI)" 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-adobe-utopia-75dpi-$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/75dpi; } 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-adobe-utopia-type1/receipt Fri Feb 24 16:52:03 2017 +0200 7.3 @@ -0,0 +1,35 @@ 7.4 +# SliTaz package receipt. 7.5 + 7.6 +PACKAGE="xorg-font-adobe-utopia-type1" 7.7 +VERSION="1.0.4" 7.8 +CATEGORY="x-window" 7.9 +SHORT_DESC="Adobe Type 1 font Utopia" 7.10 +MAINTAINER="al.bobylev@gmail.com" 7.11 +LICENSE="other" 7.12 +WEB_SITE="https://www.x.org/wiki/" 7.13 +TAGS="font" 7.14 + 7.15 +TARBALL="font-adobe-utopia-type1-$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" 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 *.pfa *.afm 7.35 +} 7.36 + 7.37 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/Type1; } 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-alias/receipt Fri Feb 24 16:52:03 2017 +0200 8.3 @@ -0,0 +1,31 @@ 8.4 +# SliTaz package receipt. 8.5 + 8.6 +PACKAGE="xorg-font-alias" 8.7 +VERSION="1.0.3" 8.8 +CATEGORY="x-window" 8.9 +SHORT_DESC="Xorg font aliases" 8.10 +MAINTAINER="al.bobylev@gmail.com" 8.11 +LICENSE="other" 8.12 +WEB_SITE="https://www.x.org/wiki/" 8.13 + 8.14 +TARBALL="font-alias-$VERSION.tar.bz2" 8.15 +WGET_URL="$XORG_MIRROR/font/$TARBALL" 8.16 + 8.17 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev" 8.18 + 8.19 +# Rules to configure and make the package. 8.20 +compile_rules() 8.21 +{ 8.22 + ./configure \ 8.23 + --sysconfdir=/etc \ 8.24 + --localstatedir=/var \ 8.25 + $CONFIGURE_ARGS && 8.26 + make && 8.27 + make install 8.28 +} 8.29 + 8.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 8.31 +genpkg_rules() 8.32 +{ 8.33 + cook_copy_files *.alias 8.34 +}
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/xorg-font-arabic-misc/receipt Fri Feb 24 16:52:03 2017 +0200 9.3 @@ -0,0 +1,35 @@ 9.4 +# SliTaz package receipt. 9.5 + 9.6 +PACKAGE="xorg-font-arabic-misc" 9.7 +VERSION="1.0.3" 9.8 +CATEGORY="x-window" 9.9 +SHORT_DESC="Misc Arabic fonts for X" 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-arabic-misc-$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 xorg-bdftopcf" 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 *.pcf.gz 9.35 +} 9.36 + 9.37 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/misc; } 9.38 +post_remove() { chroot "$1/" fc-cache; }
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/xorg-font-bh-100dpi/receipt Fri Feb 24 16:52:03 2017 +0200 10.3 @@ -0,0 +1,36 @@ 10.4 +# SliTaz package receipt. 10.5 + 10.6 +PACKAGE="xorg-font-bh-100dpi" 10.7 +VERSION="1.0.3" 10.8 +CATEGORY="x-window" 10.9 +SHORT_DESC="Bigelow & Holmes bitmap fonts Lucida and LucidaBright (100 DPI)" 10.10 +MAINTAINER="al.bobylev@gmail.com" 10.11 +LICENSE="other" 10.12 +WEB_SITE="https://www.x.org/wiki/" 10.13 +TAGS="font" 10.14 +COOKOPTS="!gz" # too long 10.15 + 10.16 +TARBALL="font-bh-100dpi-$VERSION.tar.bz2" 10.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL" 10.18 + 10.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf" 10.20 + 10.21 +# Rules to configure and make the package. 10.22 +compile_rules() 10.23 +{ 10.24 + ./configure \ 10.25 + --sysconfdir=/etc \ 10.26 + --localstatedir=/var \ 10.27 + $CONFIGURE_ARGS && 10.28 + make && 10.29 + make install 10.30 +} 10.31 + 10.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 10.33 +genpkg_rules() 10.34 +{ 10.35 + cook_copy_files *.pcf.gz 10.36 +} 10.37 + 10.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/100dpi; } 10.39 +post_remove() { chroot "$1/" fc-cache; }
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/xorg-font-bh-75dpi/receipt Fri Feb 24 16:52:03 2017 +0200 11.3 @@ -0,0 +1,36 @@ 11.4 +# SliTaz package receipt. 11.5 + 11.6 +PACKAGE="xorg-font-bh-75dpi" 11.7 +VERSION="1.0.3" 11.8 +CATEGORY="x-window" 11.9 +SHORT_DESC="Bigelow & Holmes bitmap fonts Lucida and LucidaBright (75 DPI)" 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 +COOKOPTS="!gz" # too long 11.15 + 11.16 +TARBALL="font-bh-75dpi-$VERSION.tar.bz2" 11.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL" 11.18 + 11.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf" 11.20 + 11.21 +# Rules to configure and make the package. 11.22 +compile_rules() 11.23 +{ 11.24 + ./configure \ 11.25 + --sysconfdir=/etc \ 11.26 + --localstatedir=/var \ 11.27 + $CONFIGURE_ARGS && 11.28 + make && 11.29 + make install 11.30 +} 11.31 + 11.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 11.33 +genpkg_rules() 11.34 +{ 11.35 + cook_copy_files *.pcf.gz 11.36 +} 11.37 + 11.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/75dpi; } 11.39 +post_remove() { chroot "$1/" fc-cache; }
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/xorg-font-bh-lucidatypewriter-100dpi/receipt Fri Feb 24 16:52:03 2017 +0200 12.3 @@ -0,0 +1,36 @@ 12.4 +# SliTaz package receipt. 12.5 + 12.6 +PACKAGE="xorg-font-bh-lucidatypewriter-100dpi" 12.7 +VERSION="1.0.3" 12.8 +CATEGORY="x-window" 12.9 +SHORT_DESC="Bigelow & Holmes bitmap font LucidaTypewriter (100 DPI)" 12.10 +MAINTAINER="al.bobylev@gmail.com" 12.11 +LICENSE="other" 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-bh-lucidatypewriter-100dpi-$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/100dpi; } 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-bh-lucidatypewriter-75dpi/receipt Fri Feb 24 16:52:03 2017 +0200 13.3 @@ -0,0 +1,36 @@ 13.4 +# SliTaz package receipt. 13.5 + 13.6 +PACKAGE="xorg-font-bh-lucidatypewriter-75dpi" 13.7 +VERSION="1.0.3" 13.8 +CATEGORY="x-window" 13.9 +SHORT_DESC="Bigelow & Holmes bitmap font LucidaTypewriter (75 DPI)" 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-bh-lucidatypewriter-75dpi-$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/75dpi; } 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-bh-ttf/receipt Fri Feb 24 16:52:03 2017 +0200 14.3 @@ -0,0 +1,36 @@ 14.4 +# SliTaz package receipt. 14.5 + 14.6 +PACKAGE="xorg-font-bh-ttf" 14.7 +VERSION="1.0.3" 14.8 +CATEGORY="x-window" 14.9 +SHORT_DESC="Bigelow & Holmes Luxi TTF fonts" 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 + 14.15 +TARBALL="font-bh-ttf-$VERSION.tar.bz2" 14.16 +WGET_URL="$XORG_MIRROR/font/$TARBALL" 14.17 + 14.18 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir \ 14.19 +fontconfig-dev" 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 *.conf *.ttf 14.36 +} 14.37 + 14.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/TTF; } 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-bh-type1/receipt Fri Feb 24 16:52:03 2017 +0200 15.3 @@ -0,0 +1,35 @@ 15.4 +# SliTaz package receipt. 15.5 + 15.6 +PACKAGE="xorg-font-bh-type1" 15.7 +VERSION="1.0.3" 15.8 +CATEGORY="x-window" 15.9 +SHORT_DESC="Bigelow & Holmes Luxi Type1 fonts" 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 + 15.15 +TARBALL="font-bh-type1-$VERSION.tar.bz2" 15.16 +WGET_URL="$XORG_MIRROR/font/$TARBALL" 15.17 + 15.18 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir" 15.19 + 15.20 +# Rules to configure and make the package. 15.21 +compile_rules() 15.22 +{ 15.23 + ./configure \ 15.24 + --sysconfdir=/etc \ 15.25 + --localstatedir=/var \ 15.26 + $CONFIGURE_ARGS && 15.27 + make && 15.28 + make install 15.29 +} 15.30 + 15.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 15.32 +genpkg_rules() 15.33 +{ 15.34 + cook_copy_files *.pfa *.afm 15.35 +} 15.36 + 15.37 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/Type1; } 15.38 +post_remove() { chroot "$1/" fc-cache; }
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 16.2 +++ b/xorg-font-bitstream-100dpi/receipt Fri Feb 24 16:52:03 2017 +0200 16.3 @@ -0,0 +1,36 @@ 16.4 +# SliTaz package receipt. 16.5 + 16.6 +PACKAGE="xorg-font-bitstream-100dpi" 16.7 +VERSION="1.0.3" 16.8 +CATEGORY="x-window" 16.9 +SHORT_DESC="Bitstream bitmap fonts Charter, Terminal (100 DPI)" 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-bitstream-100dpi-$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/100dpi; } 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-bitstream-75dpi/receipt Fri Feb 24 16:52:03 2017 +0200 17.3 @@ -0,0 +1,36 @@ 17.4 +# SliTaz package receipt. 17.5 + 17.6 +PACKAGE="xorg-font-bitstream-75dpi" 17.7 +VERSION="1.0.3" 17.8 +CATEGORY="x-window" 17.9 +SHORT_DESC="Bitstream bitmap fonts Charter, Terminal (75 DPI)" 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-bitstream-75dpi-$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/75dpi; } 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-bitstream-type1/receipt Fri Feb 24 16:52:03 2017 +0200 18.3 @@ -0,0 +1,35 @@ 18.4 +# SliTaz package receipt. 18.5 + 18.6 +PACKAGE="xorg-font-bitstream-type1" 18.7 +VERSION="1.0.3" 18.8 +CATEGORY="x-window" 18.9 +SHORT_DESC="Bitstream Type1 fonts Courier, Charter" 18.10 +MAINTAINER="al.bobylev@gmail.com" 18.11 +LICENSE="other" 18.12 +WEB_SITE="https://www.x.org/wiki/" 18.13 +TAGS="font" 18.14 + 18.15 +TARBALL="font-bitstream-type1-$VERSION.tar.bz2" 18.16 +WGET_URL="$XORG_MIRROR/font/$TARBALL" 18.17 + 18.18 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir" 18.19 + 18.20 +# Rules to configure and make the package. 18.21 +compile_rules() 18.22 +{ 18.23 + ./configure \ 18.24 + --sysconfdir=/etc \ 18.25 + --localstatedir=/var \ 18.26 + $CONFIGURE_ARGS && 18.27 + make && 18.28 + make install 18.29 +} 18.30 + 18.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 18.32 +genpkg_rules() 18.33 +{ 18.34 + cook_copy_files *.pfa *.afm 18.35 +} 18.36 + 18.37 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/Type1; } 18.38 +post_remove() { chroot "$1/" fc-cache; }
19.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 19.2 +++ b/xorg-font-cronyx-cyrillic/receipt Fri Feb 24 16:52:03 2017 +0200 19.3 @@ -0,0 +1,36 @@ 19.4 +# SliTaz package receipt. 19.5 + 19.6 +PACKAGE="xorg-font-cronyx-cyrillic" 19.7 +VERSION="1.0.3" 19.8 +CATEGORY="x-window" 19.9 +SHORT_DESC="Cronyx bitmap fonts Courier, Helvetica, Times, Fixed" 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 +COOKOPTS="!gz" # too long 19.15 + 19.16 +TARBALL="font-cronyx-cyrillic-$VERSION.tar.bz2" 19.17 +WGET_URL="$XORG_MIRROR/font/$TARBALL" 19.18 + 19.19 +BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf" 19.20 + 19.21 +# Rules to configure and make the package. 19.22 +compile_rules() 19.23 +{ 19.24 + ./configure \ 19.25 + --sysconfdir=/etc \ 19.26 + --localstatedir=/var \ 19.27 + $CONFIGURE_ARGS && 19.28 + make && 19.29 + make install 19.30 +} 19.31 + 19.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 19.33 +genpkg_rules() 19.34 +{ 19.35 + cook_copy_files *.pcf.gz 19.36 +} 19.37 + 19.38 +post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/cyrillic; } 19.39 +post_remove() { chroot "$1/" fc-cache; }
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 20.2 +++ b/xorg-xcursor-themes/description.txt Fri Feb 24 16:52:03 2017 +0200 20.3 @@ -0,0 +1,3 @@ 20.4 +This is a default set of cursor themes for use with libXcursor, originally 20.5 +created for the XFree86 Project, and now shipped as part of the X.Org software 20.6 +distribution.
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 21.2 +++ b/xorg-xcursor-themes/receipt Fri Feb 24 16:52:03 2017 +0200 21.3 @@ -0,0 +1,26 @@ 21.4 +# SliTaz package receipt. 21.5 + 21.6 +PACKAGE="xorg-xcursor-themes" 21.7 +VERSION="1.0.4" 21.8 +CATEGORY="x-window" 21.9 +SHORT_DESC="Default set of cursor themes for X" 21.10 +MAINTAINER="al.bobylev@gmail.com" 21.11 +LICENSE="MIT" 21.12 +WEB_SITE="https://www.x.org/wiki/" 21.13 + 21.14 +TARBALL="xcursor-themes-$VERSION.tar.bz2" 21.15 +WGET_URL="$XORG_MIRROR/data/$TARBALL" 21.16 + 21.17 +BUILD_DEPENDS="xorg-util-macros xorg-xcursorgen xorg-libXcursor-dev" 21.18 + 21.19 +# Rules to configure and make the package. 21.20 +compile_rules() 21.21 +{ 21.22 + ./configure $CONFIGURE_ARGS && make && make install 21.23 +} 21.24 + 21.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 21.26 +genpkg_rules() 21.27 +{ 21.28 + cook_copy_folders icons 21.29 +}