Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add is-important parameters #108

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions org.freedesktop.Sdk.Extension.vala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ modules:
project-id: 1249
stable-only: true
url-template: https://gitlab.com/graphviz/graphviz/-/archive/$version/graphviz-$version.tar.gz
is-important: false
cleanup: [/share/graphviz/doc, /bin, /lib/pkgconfig]
- name: dbus-run-session
sources:
Expand All @@ -60,6 +61,7 @@ modules:
project-id: 5356
stable-only: true
url-template: https://gitlab.freedesktop.org/dbus/dbus/-/archive/dbus-$version/dbus-dbus-$version.tar.gz
is-important: false
buildsystem: autotools
cleanup: ['*']
- name: vls
Expand Down Expand Up @@ -87,6 +89,7 @@ modules:
type: gnome
name: jsonrpc-glib
stable-only: true
is-important: false
cleanup: [/lib/pkgconfig]
- name: gee
buildsystem: autotools
Expand All @@ -98,6 +101,7 @@ modules:
type: gnome
name: libgee
stable-only: true
is-important: false
cleanup: [/lib/pkgconfig]
- name: uncrustify
buildsystem: cmake-ninja
Expand All @@ -108,6 +112,12 @@ modules:
- type: archive
url: https://github.com/uncrustify/uncrustify/archive/uncrustify-0.75.1.tar.gz
sha256: fd14acc0a31ed88b33137bdc26d32964327488c835f885696473ef07caf2e182
x-checker-data:
type: anitya
project-id: 5043
stable-only: true
url-template: https://github.com/uncrustify/uncrustify/archive/uncrustify-$version.tar.gz
is-important: false
cleanup: [/lib/pkgconfig]
- name: scripts
buildsystem: simple
Expand Down