Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2986545edd | ||
|
|
624aee081c | ||
|
|
d3d3effd33 | ||
|
|
5ed5faae36 | ||
|
|
0d6b6fab38 | ||
|
|
901dde884d | ||
|
|
44891b89b4 | ||
|
|
830f02ec15 | ||
|
|
1d8f3d6af0 | ||
|
|
d86b78932f | ||
|
|
31f4909d22 | ||
|
|
d6a2658e14 | ||
|
|
da8990eb36 | ||
|
|
ebb73bbf66 | ||
|
|
1fb3646603 | ||
|
|
af203aa5ba | ||
|
|
01fa172c8e |
2 changed files with 14 additions and 45 deletions
31
baobab.yaml
31
baobab.yaml
|
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: A graphical directory tree analyzer
|
||||
description: >-
|
||||
Baobab is able to scan either specific directories or the whole filesystem, in
|
||||
order to give the user a graphical tree representation including each directory
|
||||
size or percentage in the branch. It also auto-detects in real-time any change
|
||||
made to your home folder as far as any mounted/unmounted device.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
flatpak-runtime: [f32]
|
||||
platform: [f32]
|
||||
requires:
|
||||
flatpak-runtime: [f32]
|
||||
platform: [f32]
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- baobab
|
||||
components:
|
||||
rpms:
|
||||
baobab:
|
||||
rationale: Application package
|
||||
ref: f32
|
||||
buildorder: 10
|
||||
...
|
||||
|
|
@ -1,20 +1,20 @@
|
|||
compose:
|
||||
modules:
|
||||
- baobab:f32
|
||||
flatpak:
|
||||
# Derived from the project's domain name
|
||||
id: org.gnome.Baobab
|
||||
name: eol/baobab
|
||||
end-of-life-rebase: org.gnome.baobab
|
||||
id: org.gnome.baobab
|
||||
branch: stable
|
||||
# Binary to execute to run the app
|
||||
runtime-name: flatpak-runtime
|
||||
runtime-version: f44
|
||||
packages:
|
||||
- baobab
|
||||
command: baobab
|
||||
tags: []
|
||||
# Not sandboxed. See 'man flatpak-build-finish'
|
||||
finish-args: |
|
||||
--filesystem=host
|
||||
finish-args: |-
|
||||
--device=dri
|
||||
--share=ipc
|
||||
--socket=x11
|
||||
--socket=fallback-x11
|
||||
--socket=wayland
|
||||
--socket=session-bus
|
||||
--filesystem=host
|
||||
--filesystem=~/.var/app
|
||||
--metadata=X-DConf=migrate-path=/org/gnome/baobab/
|
||||
--talk-name=org.gtk.vfs.*
|
||||
--system-talk-name=org.freedesktop.hostname1
|
||||
--filesystem=xdg-run/gvfs
|
||||
--filesystem=xdg-run/gvfsd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue