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-30 07:50:42 +00:00
|
|
|
|
|
|
|
# ttembed
|
|
|
|
# ttfautohint
|
|
|
|
# wordnet
|
|
|
|
# screen
|
|
|
|
# pam_wrapper
|
|
|
|
# mozjs78
|
|
|
|
# kyua
|
|
|
|
# datefudge
|
|
|
|
# atf
|
|
|
|
# PyQt-builder
|
|
|
|
# spirv-headers
|
|
|
|
# mingw-w64-tools
|
2022-10-26 04:02:39 +00:00
|
|
|
package {
|
|
|
|
name: "PyQt-builder"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
2022-10-26 16:29:24 +00:00
|
|
|
name: "hidden"
|
2022-10-26 04:02:39 +00:00
|
|
|
include_filter: "PyQt-builder.noarch"
|
|
|
|
}
|
|
|
|
}
|
2022-10-26 16:27:48 +00:00
|
|
|
|
|
|
|
package {
|
|
|
|
name: "spirv-headers"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
2022-10-26 16:29:24 +00:00
|
|
|
name: "hidden"
|
2022-10-26 16:27:48 +00:00
|
|
|
include_filter: "spirv-headers-devel.noarch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-10-30 07:50:42 +00:00
|
|
|
package {
|
|
|
|
name: "mingw-w64-tools"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "hidden"
|
|
|
|
include_filter: "mingw-w64-tools.x86_64"
|
|
|
|
include_filter: "mingw-w64-tools.aarch64"
|
|
|
|
include_filter: "mingw-w64-tools.s390x"
|
|
|
|
include_filter: "mingw-w64-tools.ppc64le"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-16 05:29:00 +00:00
|
|
|
package {
|
|
|
|
name: "glibc32"
|
|
|
|
type: PACKAGE_TYPE_NORMAL_SRC
|
|
|
|
repository {
|
|
|
|
name: "hidden"
|
|
|
|
include_filter: "glibc32.x86_64"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-10-26 16:27:48 +00:00
|
|
|
# All Excludes
|
2022-10-26 16:29:24 +00:00
|
|
|
#exclude_filter {
|
|
|
|
# repo_match: "plus"
|
|
|
|
# arch {
|
|
|
|
# key: "*"
|
|
|
|
# glob_match: "PyQt-builder*"
|
|
|
|
# glob_match: "spirv-headers*"
|
|
|
|
# }
|
|
|
|
#}
|