peridot-rocky/hidden.cfg

31 lines
523 B
INI
Raw Normal View History

2022-10-26 04:02:39 +00:00
# kind: resf.peridot.v1.CatalogSync
# hidden deps idea
2022-10-26 16:27:48 +00:00
# list of hidden deps
2022-10-26 04:02:39 +00:00
package {
name: "PyQt-builder"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "plus"
include_filter: "PyQt-builder.noarch"
}
}
2022-10-26 16:27:48 +00:00
package {
name: "spirv-headers"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "plus"
include_filter: "spirv-headers-devel.noarch"
}
}
# All Excludes
2022-10-26 04:02:39 +00:00
exclude_filter {
repo_match: "plus"
arch {
key: "*"
2022-10-26 16:27:48 +00:00
glob_match: "PyQt-builder*"
glob_match: "spirv-headers*"
2022-10-26 04:02:39 +00:00
}
}