Commit Graph

108 Commits

Author SHA1 Message Date
Sandro
38c585d70a
Merge pull request #160057 from risicle/ris-harfbuzz-passthru-deps 2022-03-27 16:37:02 +02:00
Robert Scott
e6fe53cc80 harfbuzz: add some reverse dependencies to passthru.tests 2022-02-14 22:03:01 +00:00
R. Ryantm
23d91da833 harfbuzz: 3.2.0 -> 3.3.2 2022-02-12 09:55:46 +00:00
R. Ryantm
081066c6d6 harfbuzz: 3.1.2 -> 3.2.0 2022-01-11 12:34:31 +00:00
R. Ryantm
a034880449 harfbuzz: 3.0.0 -> 3.1.2 2021-12-07 02:58:11 +00:00
R. Ryantm
b4d7056b94 harfbuzz: 2.8.2 -> 3.0.0 2021-11-14 22:36:56 +01:00
Sandro
66679f0e52
harfbuzz: switch to pname + version (#135529)
Co-authored-by: Bobby Rong <931189261@qq.com>
2021-08-24 23:35:35 +02:00
R. RyanTM
06c7c2a431 harfbuzz: 2.8.1 -> 2.8.2 2021-07-24 15:19:48 +02:00
Robert Hensing
b60636c8c0 harfbuzz: Sort mesonFlags 2021-06-12 22:20:51 +02:00
Robert Hensing
c2806a6f94 harfbuzz: 2.8.0 -> 2.8.1
This update removed a redundant fontconfig check from the
configure script.
2021-06-12 22:18:35 +02:00
Robert Hensing
ceabfcfc35 harfbuzz: Remove cairo dependency
Upstream recommends cairo, but it is only used for development
purposes and is not part of the library.
This removes transitive (build) dependencies on various X11 or
other GUI-related libraries, which is desirable for minimizing
rebuilds and maximizing parallellism.

This also adds fontconfig to buildInputs, because this direct lib
dependency was previously found via cairo's propagatedBuildInputs.
2021-06-12 21:29:08 +02:00
Rick van Schijndel
3e6f510ca2 harfbuzz: support cross-compilation by disabling introspection
See also discussion about this in the WIP PR from @Ericson2314:
- https://github.com/NixOS/nixpkgs/pull/88222

Related issue:
- https://github.com/NixOS/nixpkgs/issues/72868
2021-05-31 16:25:33 +02:00
Rick van Schijndel
2c55b03138 harfbuzz: style cleanup 2021-05-31 16:25:33 +02:00
Rick van Schijndel
3dffb3c4fa harfbuzz: nixpkgs-fmt 2021-05-31 16:25:33 +02:00
R. RyanTM
2b409213c0 harfbuzz: 2.7.4 -> 2.8.0 2021-03-20 09:18:21 +01:00
R. RyanTM
ccef37dc22 harfbuzz: 2.7.2 -> 2.7.4 2021-02-11 04:49:41 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Vladimír Čunát
89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát
c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
TredwellGit
71164865ce harfbuzz: 2.7.1 -> 2.7.2
https://github.com/harfbuzz/harfbuzz/releases/tag/2.7.2
2020-10-11 02:52:06 +00:00
sternenseemann
c9a7fdfcfb harfbuzz: 2.6.7 → 2.7.1
* Upstream changed from freedesktop.org to GitHub,
  so updateWalker is disabled and fetchFromGitHub used
* Build system now based on meson/ninja
* python3 instead of python
* postInstall hook moved to postFixup since it depends on
  some files being moved around in fixupPhase
* Build developer manual using gtk-doc
2020-08-24 11:57:46 +02:00
(cdep)illabout
847fc1c80d
harfbuzz: enable support for gobject-introspection 2020-07-25 16:47:14 +09:00
R. RyanTM
858acc3ee5 harfbuzz: 2.6.4 -> 2.6.7 2020-06-13 10:54:40 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
cfc2cc8291 harfbuzz: 2.6.2 -> 2.6.4 2019-11-03 10:31:50 +01:00
R. RyanTM
2c33c2b9f0 harfbuzz: 2.6.1 -> 2.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions
2019-10-22 09:23:12 +02:00
Will Dietz
94aa75c2c9 harfbuzz: 2.6.0 -> 2.6.1
https://github.com/harfbuzz/harfbuzz/releases/tag/2.6.1
2019-09-06 19:33:08 +02:00
R. RyanTM
2bcba7336f harfbuzz: 2.5.3 -> 2.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions
2019-08-31 12:34:42 +02:00
R. RyanTM
e64663cfbe harfbuzz: 2.5.1 -> 2.5.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions
2019-07-20 09:40:56 +02:00
Will Dietz
137a63f9f6
harfbuzz: 2.5.0 -> 2.5.1
https://github.com/harfbuzz/harfbuzz/releases/tag/2.5.1
2019-06-04 15:23:32 -05:00
Will Dietz
98bdeb049d
harfbuzz: 2.3.1 -> 2.5.0
https://github.com/harfbuzz/harfbuzz/releases/tag/2.5.0
2019-05-28 20:15:07 -05:00
Frederik Rietdijk
488fb5829a Revert "harfbuzz: 2.3.1 -> 2.4.0"
This reverts commit bcbbbf97b3.

The hash has changed several times. We should look into fetching
from git instead.
2019-04-17 09:47:01 +02:00
Will Dietz
bcbbbf97b3 harfbuzz: 2.3.1 -> 2.4.0
https://github.com/harfbuzz/harfbuzz/releases/tag/2.4.0
https://lists.freedesktop.org/archives/harfbuzz/2019-March/007277.html
2019-04-16 18:57:21 +02:00
Matthew Bauer
ad2585e350 harfbuzz-icu: disable error for cast-align 2019-02-23 23:26:54 -05:00
Will Dietz
c2bb029133 harfbuzz: 2.3.0 -> 2.3.1
https://github.com/harfbuzz/harfbuzz/releases/tag/2.3.1
2019-01-31 14:16:27 -06:00
Will Dietz
cbce67fd0a harfbuzz: 2.2.0 -> 2.3.0
https://github.com/harfbuzz/harfbuzz/releases/tag/2.3.0
2018-12-29 13:52:55 -06:00
R. RyanTM
15bd127949 harfbuzz: 2.1.0 -> 2.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions
2018-12-19 09:11:29 +01:00
Will Dietz
e4f28df8bc harfbuzz: 2.0.0 -> 2.1.0
https://github.com/harfbuzz/harfbuzz/releases/tag/2.1.0
2018-11-01 11:09:13 -05:00
Will Dietz
55fff70a98 harfbuzz: 1.9.0 -> 2.0.0
https://github.com/harfbuzz/harfbuzz/releases/tag/2.0.0
2018-10-21 08:40:41 +02:00
Frederik Rietdijk
6f5142e48e Merge master into staging 2018-10-13 09:48:20 +02:00
Benjamin Hipple
3ec3116fae harfbuzz: add license 2018-10-09 21:27:05 -04:00
R. RyanTM
b85cb53c4d harfbuzz: 1.8.8 -> 1.9.0 (#47049)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions
2018-10-03 00:40:39 +02:00
Daiderd Jordan
10267bfc90
harfbuzz: avoid rebuilds 2018-08-21 21:01:34 +02:00
Daiderd Jordan
c93660a7a4
harfbuzz: add CoreText support 2018-08-21 21:01:21 +02:00
Vladimír Čunát
65af43026a
Merge #45224: harfbuzz: 1.8.2 -> 1.8.8
It builds, NEWS seem safe enough.
2018-08-18 12:53:27 +02:00
R. RyanTM
7cb57d7530 harfbuzz: 1.8.2 -> 1.8.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions.
2018-08-17 02:28:29 -07:00
Jan Malakhovski
9808244aae harfbuzz: fix tests, also cleanup 2018-08-10 12:56:35 +00:00
R. RyanTM
4488d3deb3 harfbuzz-icu: 1.8.1 -> 1.8.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/harfbuzz-icu/versions.
2018-07-11 04:22:54 -07:00
R. RyanTM
b30a745d21 harfbuzz-icu: 1.8.0 -> 1.8.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/harfbuzz-icu/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.8.1 with grep in /nix/store/419wp0z2096xs6kp9zlj20hys61clnay-harfbuzz-icu-1.8.1
- directory tree listing: https://gist.github.com/e7c8b4aebf0715a6aee75d6fe6d3e8e1
- du listing: https://gist.github.com/ff39237157e9c975f8c6d8a66326c6b7
2018-07-04 00:22:11 -07:00