-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcom.github.sahib.rmlint.yaml
44 lines (44 loc) · 1.25 KB
/
com.github.sahib.rmlint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# TODO: fix gui
app-id: com.github.sahib.rmlint
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: rmlint
rename-desktop-file: shredder.desktop
rename-icon: shredder
finish-args:
- --device=dri
- --filesystem=xdg-documents
- --filesystem=xdg-download
- --filesystem=xdg-pictures
- --filesystem=xdg-public-share
- --filesystem=xdg-videos
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --socket=x11
cleanup:
- /include
- /lib/pkgconfig
modules:
- name: rmlint
buildsystem: simple
build-commands:
- scons config --prefix=/app
- scons
- scons --prefix=/app install
sources:
- type: archive
url: https://github.com/sahib/rmlint/archive/v2.10.1.tar.gz
sha256: 10e72ba4dd9672d1b6519c0c94eae647c5069c7d11f1409a46e7011dd0c6b883
x-checker-data:
type: anitya
project-id: 19045
stable-only: true
url-template: https://github.com/sahib/rmlint/archive/v$version.tar.gz
modules:
- ../shared-modules/python-gobject/python-gobject.json
- ../shared-modules/scons/scons.json
# for building rmlint man page
# has an added cleanup entry
- ../shared-modules/python-sphinx/python-sphinx.json