Skip to content

Commit

Permalink
Merge pull request #31 from KristofferC/kc/jll
Browse files Browse the repository at this point in the history
use FontConfig_jll instead of BinaryProvider
  • Loading branch information
SimonDanisch authored Apr 1, 2020
2 parents 130ca0c + ef31051 commit d9f8daf
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 367 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
deps/builds
deps/downloads
deps/usr
deps/src
deps/build.log
.DS_Store
*~
Manifest.toml
deps/deps.jl
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- osx
- windows
julia:
- 1.2
- 1.3
- nightly
notifications:
email: false
Expand Down
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name = "Fontconfig"
uuid = "186bb1d3-e1f7-5a2c-a377-96d770f13627"
version = "0.3.0"
version = "0.4.0"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Fontconfig_jll = "a3f928ae-7b40-5064-980b-68af3947d34b"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
BinaryProvider = "≥ 0.3.0"
julia = "≥ 1"
julia = "1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation: https://github.com/JuliaCI/Appveyor.jl
environment:
matrix:
- julia_version: 1.2
- julia_version: 1.3
- julia_version: nightly
platform:
- x86
Expand Down
38 changes: 0 additions & 38 deletions deps/build.jl

This file was deleted.

48 changes: 0 additions & 48 deletions deps/build_Bzip2.v1.0.6.jl

This file was deleted.

49 changes: 0 additions & 49 deletions deps/build_Expat.v2.2.7.jl

This file was deleted.

48 changes: 0 additions & 48 deletions deps/build_Fontconfig.v2.13.1.jl

This file was deleted.

48 changes: 0 additions & 48 deletions deps/build_FreeType2.v2.10.1.jl

This file was deleted.

45 changes: 0 additions & 45 deletions deps/build_Libuuid.v2.34.0.jl

This file was deleted.

Loading

2 comments on commit d9f8daf

@SimonDanisch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/11957

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" d9f8daf09a8c9c41d85d4fcc0be4b5b1fcf974a4
git push origin v0.4.0

Please sign in to comment.