mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
add mingw-w64-tools
This commit is contained in:
parent
7929bfb937
commit
2f19c96917
25
hidden.cfg
25
hidden.cfg
@ -1,6 +1,19 @@
|
|||||||
# kind: resf.peridot.v1.CatalogSync
|
# kind: resf.peridot.v1.CatalogSync
|
||||||
# hidden deps idea
|
# hidden deps idea
|
||||||
# list of hidden deps
|
# list of hidden deps
|
||||||
|
|
||||||
|
# ttembed
|
||||||
|
# ttfautohint
|
||||||
|
# wordnet
|
||||||
|
# screen
|
||||||
|
# pam_wrapper
|
||||||
|
# mozjs78
|
||||||
|
# kyua
|
||||||
|
# datefudge
|
||||||
|
# atf
|
||||||
|
# PyQt-builder
|
||||||
|
# spirv-headers
|
||||||
|
# mingw-w64-tools
|
||||||
package {
|
package {
|
||||||
name: "PyQt-builder"
|
name: "PyQt-builder"
|
||||||
type: PACKAGE_TYPE_NORMAL_SRC
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
@ -19,6 +32,18 @@ package {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# All Excludes
|
# All Excludes
|
||||||
#exclude_filter {
|
#exclude_filter {
|
||||||
# repo_match: "plus"
|
# repo_match: "plus"
|
||||||
|
Loading…
Reference in New Issue
Block a user