Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b27a28ba0 | ||
|
|
b613543ffc | ||
|
|
f8ee4d8dd0 | ||
|
|
2701d7f223 |
2 changed files with 45 additions and 14 deletions
31
baobab.yaml
Normal file
31
baobab.yaml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
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:
|
||||
id: org.gnome.baobab
|
||||
# Derived from the project's domain name
|
||||
id: org.gnome.Baobab
|
||||
name: eol/baobab
|
||||
end-of-life-rebase: org.gnome.baobab
|
||||
branch: stable
|
||||
runtime-name: flatpak-runtime
|
||||
runtime-version: f44
|
||||
packages:
|
||||
- baobab
|
||||
# Binary to execute to run the app
|
||||
command: baobab
|
||||
finish-args: |-
|
||||
--device=dri
|
||||
--share=ipc
|
||||
--socket=fallback-x11
|
||||
--socket=wayland
|
||||
tags: []
|
||||
# Not sandboxed. See 'man flatpak-build-finish'
|
||||
finish-args: |
|
||||
--filesystem=host
|
||||
--filesystem=~/.var/app
|
||||
--metadata=X-DConf=migrate-path=/org/gnome/baobab/
|
||||
--share=ipc
|
||||
--socket=x11
|
||||
--socket=wayland
|
||||
--socket=session-bus
|
||||
--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