wok-next rev 20996

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
parents 72918daca7b5
children 95d959e089ea
files fonts-liberation/receipt fonts-liberation2/receipt liberation-classic-fonts/receipt liberation-fonts/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fonts-liberation/receipt	Thu Oct 04 16:01:47 2018 +0300
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="fonts-liberation"
     1.7 +VERSION="1.07.4"
     1.8 +CATEGORY="fonts"
     1.9 +SHORT_DESC="Liberation fonts (Classic)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="SIL_OFL"
    1.12 +#WEB_SITE="https://www.redhat.com/promo/fonts/"
    1.13 +WEB_SITE="https://pagure.io/liberation-classic-fonts"
    1.14 +REPOLOGY="fonts:liberation"
    1.15 +
    1.16 +TARBALL="liberation-fonts-ttf-$VERSION.tar.gz"
    1.17 +WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL"
    1.18 +
    1.19 +compile_rules() {
    1.20 +	dir="$install/usr/share/fonts/truetype/liberation-classic"
    1.21 +	mkdir -p $dir
    1.22 +	cp *.ttf $dir
    1.23 +}
    1.24 +
    1.25 +genpkg_rules() {
    1.26 +	copy @std
    1.27 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/fonts-liberation2/receipt	Thu Oct 04 16:01:47 2018 +0300
     2.3 @@ -0,0 +1,24 @@
     2.4 +# SliTaz package receipt v2.
     2.5 +
     2.6 +PACKAGE="fonts-liberation2"
     2.7 +VERSION="2.00.1"
     2.8 +CATEGORY="fonts"
     2.9 +SHORT_DESC="Liberation fonts"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="SIL_OFL"
    2.12 +#WEB_SITE="https://www.redhat.com/promo/fonts/"
    2.13 +WEB_SITE="https://pagure.io/liberation-fonts"
    2.14 +REPOLOGY="fonts:liberation2"
    2.15 +
    2.16 +TARBALL="liberation-fonts-ttf-$VERSION.tar.gz"
    2.17 +WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL"
    2.18 +
    2.19 +compile_rules() {
    2.20 +	dir="$install/usr/share/fonts/truetype/liberation"
    2.21 +	mkdir -p $dir
    2.22 +	cp *.ttf $dir
    2.23 +}
    2.24 +
    2.25 +genpkg_rules() {
    2.26 +	copy @std
    2.27 +}
     3.1 --- a/liberation-classic-fonts/receipt	Thu Oct 04 15:38:58 2018 +0300
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,25 +0,0 @@
     3.4 -# SliTaz package receipt v2.
     3.5 -
     3.6 -PACKAGE="liberation-classic-fonts"
     3.7 -VERSION="1.07.4"
     3.8 -CATEGORY="fonts"
     3.9 -SHORT_DESC="Liberation fonts"
    3.10 -MAINTAINER="al.bobylev@gmail.com"
    3.11 -LICENSE="SIL_OFL"
    3.12 -#WEB_SITE="https://www.redhat.com/promo/fonts/"
    3.13 -WEB_SITE="https://pagure.io/liberation-classic-fonts"
    3.14 -REPOLOGY="fonts:liberation"
    3.15 -
    3.16 -TARBALL="liberation-fonts-ttf-$VERSION.tar.gz"
    3.17 -WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL"
    3.18 -
    3.19 -compile_rules() {
    3.20 -	dir="$install/usr/share/fonts/truetype/liberation-classic"
    3.21 -	mkdir -p $dir
    3.22 -	cp *.ttf $dir
    3.23 -}
    3.24 -
    3.25 -genpkg_rules() {
    3.26 -	copy @std
    3.27 -}
    3.28 -
     4.1 --- a/liberation-fonts/receipt	Thu Oct 04 15:38:58 2018 +0300
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,25 +0,0 @@
     4.4 -# SliTaz package receipt v2.
     4.5 -
     4.6 -PACKAGE="liberation-fonts"
     4.7 -VERSION="2.00.1"
     4.8 -CATEGORY="fonts"
     4.9 -SHORT_DESC="Liberation fonts"
    4.10 -MAINTAINER="al.bobylev@gmail.com"
    4.11 -LICENSE="SIL_OFL"
    4.12 -#WEB_SITE="https://www.redhat.com/promo/fonts/"
    4.13 -WEB_SITE="https://pagure.io/liberation-fonts"
    4.14 -REPOLOGY="fonts:liberation2"
    4.15 -
    4.16 -TARBALL="liberation-fonts-ttf-$VERSION.tar.gz"
    4.17 -WGET_URL="https://releases.pagure.org/liberation-fonts/$TARBALL"
    4.18 -
    4.19 -compile_rules() {
    4.20 -	dir="$install/usr/share/fonts/truetype/liberation"
    4.21 -	mkdir -p $dir
    4.22 -	cp *.ttf $dir
    4.23 -}
    4.24 -
    4.25 -genpkg_rules() {
    4.26 -	copy @std
    4.27 -}
    4.28 -