Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : freetype2 | name : freetype2 | ||||
| version : 2.8 | version : 2.9 | ||||
| release : 17 | release : 18 | ||||
| source : | source : | ||||
| - https://download.savannah.gnu.org/releases/freetype/freetype-2.8.tar.gz : 33a28fabac471891d0523033e99c0005b95e5618dc8ffa7fa47f9dadcacb1c9b | - https://download.savannah.gnu.org/releases/freetype/freetype-2.9.tar.gz : bf380e4d7c4f3b5b1c1a7b2bf3abb967bda5e9ab480d0df656e0e08c5019c5e6 | ||||
| license : GPL-3.0 | license : GPL-3.0 | ||||
| summary : Font rendering library | summary : Font rendering library | ||||
| component : desktop.library | component : desktop.library | ||||
| description: | | description: | | ||||
| The FreeType2 package contains a library which allows applications to properly render TrueType fonts. | The FreeType2 package contains a library which allows applications to properly render TrueType fonts. | ||||
| autodep : false | |||||
| emul32 : yes | |||||
| optimize : speed | |||||
| patterns : | patterns : | ||||
| - devel : /usr/share/aclocal | - devel : | ||||
| - /usr/bin/freetype-config | |||||
| - /usr/share/aclocal | |||||
| - /usr/share/man/man1 | |||||
| - subpixel : /usr/share/fonts/enable_subpixel_rendering | - subpixel : /usr/share/fonts/enable_subpixel_rendering | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig32(harfbuzz) | - pkgconfig32(harfbuzz) | ||||
| - pkgconfig32(libpng) | - pkgconfig32(libpng) | ||||
| - pkgconfig32(zlib) | - pkgconfig32(zlib) | ||||
| autodep : false | - bzip2-devel | ||||
DataDrake: Why was this removed? | |||||
Not Done Inline ActionsNothing was removed. I just moved them upper for my personal convenience (easier to read). kyrios123: Nothing was removed. I just moved them upper for my personal convenience (easier to read).
Same… | |||||
| rundeps : | rundeps : | ||||
| - glibc | - glibc | ||||
| - libpng | - libpng | ||||
| - zlib | - zlib | ||||
| - 32bit: | - 32bit : | ||||
Not Done Inline ActionsWhy these spaces? If anything the original space after subpixel was a typo. DataDrake: Why these spaces? If anything the original space after `subpixel` was a typo. | |||||
Not Done Inline ActionsI don't recall adding spaces. Perhaps they were added by yupdate.py or by the yaml parser ? kyrios123: I don't recall adding spaces. Perhaps they were added by `yupdate.py` or by the yaml parser ? | |||||
| - freetype2 | - freetype2 | ||||
| - glibc-32bit | - glibc-32bit | ||||
| - libpng-32bit | - libpng-32bit | ||||
| - zlib-32bit | - zlib-32bit | ||||
| - devel: | - devel : | ||||
| - freetype2 | - freetype2 | ||||
| - zlib-devel | - zlib-devel | ||||
| - libpng-devel | - libpng-devel | ||||
| - harfbuzz-devel | - harfbuzz-devel | ||||
| - 32bit-devel: | - 32bit-devel : | ||||
| - freetype2-32bit | - freetype2-32bit | ||||
| - zlib-32bit-devel | - zlib-32bit-devel | ||||
| - libpng-32bit-devel | - libpng-32bit-devel | ||||
| - harfbuzz-32bit-devel | - harfbuzz-32bit-devel | ||||
| - subpixel : | - subpixel : | ||||
| - freetype2 | - freetype2 | ||||
| emul32 : yes | |||||
| optimize : speed | |||||
Not Done Inline ActionsWhy were these removed? DataDrake: Why were these removed? | |||||
| setup : | | setup : | | ||||
| %apply_patches | %apply_patches | ||||
| %configure --disable-static --prefix=/usr | %configure --disable-static --prefix=/usr | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| %make clean | %make clean | ||||
| install -D -d -m 00755 $installdir/usr/share/fonts | install -D -d -m 00755 $installdir/usr/share/fonts | ||||
| echo "The presence of this file will enable subpixel rendering globally" > $installdir/usr/share/fonts/enable_subpixel_rendering | echo "The presence of this file will enable subpixel rendering globally" > $installdir/usr/share/fonts/enable_subpixel_rendering | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Why was this removed?