Skip to content

Commit 85bc996

Browse files
authored
Add cleanup (and a comment) (#92)
Reduce slightly space usage for the app Comment about the one permission that isnt standard
1 parent 5e1d56a commit 85bc996

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

com.github.elfenware.badger.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,21 @@ finish-args:
1111
- '--device=dri'
1212
- '--socket=fallback-x11'
1313
- '--socket=wayland'
14+
# Allow Badger to send reminders
1415
- '--socket=session-bus'
1516

17+
cleanup:
18+
- '/include'
19+
- '/lib/pkgconfig'
20+
- '/man'
21+
- '/share/doc'
22+
- '/share/gtk-doc'
23+
- '/share/man'
24+
- '/share/pkgconfig'
25+
- '/share/installed-tests'
26+
- '*.la'
27+
- '*.a'
28+
1629
modules:
1730
- name: badger
1831
buildsystem: meson

0 commit comments

Comments
 (0)