summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/harfbuzz
AgeCommit message (Collapse)AuthorFilesLines
2022-05-18harfbuzz: add gobject-introspection dependency (#30715)Michael Kuhn1-0/+15
Fixes #30706
2022-05-11pango: updated versions with MesonPackage (#30591)Wouter Deconinck1-8/+42
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-12-20harfbuzz package: add version 2.9.1 (#27927)Valentin Volkl1-1/+2
2021-09-13Switch http to https where latter exists (#25672)Tamara Dahlgren1-1/+1
* Switch http to https where latter exists * Hopefully restore original permissions * Add URL updates after include the -L curl option * Manual corrections to select URL format strings
2021-02-25harfbuzz: dependency assumed cairo was compiled with +pdf and +ft (#21954)Olivier Cessenat1-1/+1
2021-02-22harfbuzz: allows compilation standard being set properly for gcc (#21810)Olivier Cessenat1-1/+10
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files - [x] update all licensed files to say 2013-2021 using `spack license update-copyright-year` - [x] appease mypy with some additions to package.py that needed for oneapi.py
2020-07-18Add texlive 2020 version (#17559)Jon Rood1-1/+11
* Add new versions of texlive and poppler. * Add new versions of harfbuzz which also relocated source location to github. * Update var/spack/repos/builtin/packages/harfbuzz/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Restore deleted url line in harfbuzz. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-01-24harfbuzz package: add conflict for @2.3.1: with intel compiler (#14386)Glenn Johnson1-0/+3
harfbuzz 2.3.1 (and presumably all future versions after it) does not build with the Intel compiler
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-29Add support for graphite2 support to harfbuzz (#14300)Glenn Johnson1-0/+5
This PR adds graphite2 support to harfbuzz. This PR depends on PR #14299, which added the graphite2 package to spack.
2019-10-12checksums: use sha256 checksums everywhereTodd Gamblin1-1/+1
We'd like to use a consistent checksum scheme everywhere so that we can: a) incorporate archive checksums into our specs and have a consistent hashing algorithm across all specs. b) index mirrors with a consistent type of checksum, and not one that is dependent on how spack packages are written. - [x] convert existing md5, sha224, sha512, sha1 checksums to sha256
2019-04-18new package: kitty terminal (#9621)Stephen Herbein1-1/+2
2019-03-05various package version updates and build fixes (#10775)Gregory Lee1-0/+2
* various package version updates and build fixes
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-19package/harfbuzz: disable building of gtk-docs, add new version (#9891)Sinan1-0/+12
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-23Introduce virtual dependency pkgconfig (#5198)Michael Kuhn1-1/+1
There are two providers, pkgconf and pkg-config, with the former being the default provider.
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-14harfbuzz: add latest version (1.4.6) (#4245)Milton Woods1-0/+1
2017-01-18Massive conversion from Package to AutotoolsPackage (#2845)Adam J. Stewart1-6/+1
* Massive conversion from Package to AutotoolsPackage * Forgot to convert p4est to AutotoolsPackage * Fix typo * Fix broken link in docs
2016-10-04A set of tools used in climate modeling and numerical weather prediction. ↵Sergey Kosukhin1-0/+1
(#1317) * Update grib-api: switched to cmake building system. * Update harfbuzz: added pkg-config dependency. * Update pango: added pkg-config dependency. * Add libemos package. * Add Magics (from ECMWF) package. * Revert "Variant for building cdo without mpi (#1638)": CDO does not use MPI. This reverts commit 079d063c6d94be84974f1ddd6eb880e902c95b4a. * Update CDO package: full featured implementation. * Update magics: added python as build dependency. * Update cdo: added disabling configuration options.
2016-09-23Remove duplicate ICU package (#1837)Adam J. Stewart1-1/+1
* Remove duplicate ICU package * Ignore deleted files during flake8 tests * Rename Boost ICU variant
2016-06-21flake 8 fixes for cairo, freetype, and harfbuzzGregory L. Lee1-0/+1
2016-06-21fixed conflicts in python packageGregory L. Lee1-0/+2
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2015-11-26New, cleaner package repository structure.Todd Gamblin1-0/+20
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages).