Skip to content

Commit

Permalink
Merge pull request #191 from serpent-os/meson-cmake
Browse files Browse the repository at this point in the history
meson: Add rundeps on pkgconf and cmake
  • Loading branch information
ikeycode authored Mar 31, 2024
2 parents 72a9539 + 4b0bff9 commit cad3295
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Binary file modified m/meson/manifest.x86_64.bin
Binary file not shown.
8 changes: 7 additions & 1 deletion m/meson/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"manifest-version": "0.2",
"packages": {
"meson": {
"depends": [
"binary(cmake)",
"binary(ninja)",
"binary(pkgconf)",
"binary(python3)"
],
"files": [
"/usr/bin/meson",
"/usr/lib/python3.11/site-packages/meson-1.3.1-py3.11.egg-info/PKG-INFO",
Expand Down Expand Up @@ -478,6 +484,6 @@
}
},
"source-name": "meson",
"source-release": "8",
"source-release": "9",
"source-version": "1.3.1"
}
4 changes: 3 additions & 1 deletion m/meson/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : meson
version : '1.3.1'
release : 8
release : 9
homepage : https://github.com/mesonbuild/meson
upstreams :
- https://github.com/mesonbuild/meson/releases/download/1.3.1/meson-1.3.1.tar.gz : 6020568bdede1643d4fb41e28215be38eff5d52da28ac7d125457c59e0032ad7
Expand All @@ -16,7 +16,9 @@ license :
- Apache-2.0
- ECL-2.0
rundeps :
- binary(cmake)
- binary(ninja)
- binary(pkgconf)
- binary(python3)
build : |
%python_setup
Expand Down

0 comments on commit cad3295

Please sign in to comment.