add ff and bird to plus

This commit is contained in:
Louis Abel 2024-10-07 05:56:04 -07:00
parent 9b37e97c3c
commit 27f41ba165
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -35,6 +35,7 @@ exclude_filter {
}
}
# Plus
package {
name: "openldap"
type: PACKAGE_TYPE_NORMAL_FORK
@ -47,6 +48,34 @@ package {
}
}
package {
name: "firefox"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "AppStream"
include_filter: "firefox-x11.aarch64"
include_filter: "firefox.aarch64"
include_filter: "firefox-x11.ppc64le"
include_filter: "firefox.ppc64le"
include_filter: "firefox-x11.s390x"
include_filter: "firefox.s390x"
include_filter: "firefox-x11.x86_64"
include_filter: "firefox.x86_64"
}
}
package {
name: "thunderbird"
type: PACKAGE_TYPE_NORMAL_FORK
repository {
name: "AppStream"
include_filter: "thunderbird.aarch64"
include_filter: "thunderbird.ppc64le"
include_filter: "thunderbird.s390x"
include_filter: "thunderbird.x86_64"
}
}
# End Plus
package {
name: "anaconda"
type: PACKAGE_TYPE_NORMAL_FORK