Update for F39 Flatpaks without modules
This commit is contained in:
parent
1cab7d1261
commit
51141adda9
2 changed files with 7 additions and 71 deletions
|
|
@ -1,9 +1,11 @@
|
|||
compose:
|
||||
modules:
|
||||
- evolution:stable
|
||||
flatpak:
|
||||
id: org.gnome.Evolution
|
||||
branch: stable
|
||||
runtime-name: flatpak-runtime
|
||||
runtime-version: f39
|
||||
packages:
|
||||
- evolution
|
||||
- evolution-ews
|
||||
command: evolution
|
||||
rename-icon: evolution
|
||||
copy-icon: true
|
||||
|
|
@ -26,3 +28,5 @@ flatpak:
|
|||
--filesystem=~/.pki:rw
|
||||
--filesystem=xdg-config/pki:rw
|
||||
--filesystem=xdg-run/gvfsd:rw
|
||||
cleanup-commands: |
|
||||
/app/libexec/evolution-data-server/set-dbus-prefix org.gnome.Evolution
|
||||
|
|
|
|||
|
|
@ -1,68 +0,0 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Mail and calendar client for GNOME
|
||||
description: >-
|
||||
Evolution is the GNOME mailer, calendar, contact manager and communications tool.
|
||||
The components which make up Evolution are tightly integrated with one another
|
||||
and act as a seamless personal information-management tool.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
flatpak-common: [f38]
|
||||
flatpak-runtime: [f38]
|
||||
platform: [f38]
|
||||
requires:
|
||||
flatpak-common: [f38]
|
||||
flatpak-runtime: [f38]
|
||||
platform: [f38]
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- evolution
|
||||
- evolution-ews
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_eds_dbus_services_prefix org.gnome.Evolution
|
||||
arches: [aarch64, x86_64]
|
||||
components:
|
||||
rpms:
|
||||
cmark:
|
||||
rationale: Runtime dependency
|
||||
ref: f38
|
||||
arches: [aarch64, x86_64]
|
||||
gnome-autoar:
|
||||
rationale: Runtime dependency
|
||||
ref: f38
|
||||
arches: [aarch64, x86_64]
|
||||
buildorder: 1
|
||||
highlight:
|
||||
rationale: Runtime dependency
|
||||
ref: f38
|
||||
arches: [aarch64, x86_64]
|
||||
buildorder: 1
|
||||
ytnef:
|
||||
rationale: Runtime dependency
|
||||
ref: f38
|
||||
arches: [aarch64, x86_64]
|
||||
buildorder: 1
|
||||
evolution-data-server:
|
||||
rationale: Runtime dependency, requires _eds_dbus_services_prefix from above
|
||||
ref: f38
|
||||
arches: [aarch64, x86_64]
|
||||
buildorder: 1
|
||||
evolution:
|
||||
rationale: Application package
|
||||
ref: f38
|
||||
arches: [aarch64, x86_64]
|
||||
buildorder: 2
|
||||
evolution-ews:
|
||||
rationale: Application plugin package
|
||||
ref: f38
|
||||
arches: [aarch64, x86_64]
|
||||
buildorder: 3
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue