diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-03-19 18:05:26 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-03-19 18:05:26 +0100 |
commit | 4e466fc263ef18533b1368ac7514bdf01973227b (patch) | |
tree | ed6425480e22209291077ee018858e2a7c9e26f9 /build-aux/flatpak/org.gnome.SimpleScan.json | |
parent | 14afa21f4a428f9a6a5788dc1fb8a3507a42d02f (diff) | |
parent | e2af6e905a98b8b90b0504bc8f245733196dd808 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'build-aux/flatpak/org.gnome.SimpleScan.json')
-rw-r--r-- | build-aux/flatpak/org.gnome.SimpleScan.json | 42 |
1 files changed, 1 insertions, 41 deletions
diff --git a/build-aux/flatpak/org.gnome.SimpleScan.json b/build-aux/flatpak/org.gnome.SimpleScan.json index 0b453dc..1acdaa2 100644 --- a/build-aux/flatpak/org.gnome.SimpleScan.json +++ b/build-aux/flatpak/org.gnome.SimpleScan.json @@ -114,47 +114,6 @@ ] }, { - "name" : "polkit", - "buildsystem" : "autotools", - "config-opts" : [ - "--disable-polkitd", - "--disable-man-pages", - "--disable-introspection", - "--disable-examples", - "--disable-gtk-doc", - "--disable-libelogind", - "--disable-libsystemd-login", - "--with-systemdsystemunitdir=no", - "--with-authdb=dummy", - "--with-authfw=none" - ], - "rm-configure" : true, - "cleanup" : [ - "/bin/*", - "/etc/pam.d", - "/etc/dbus-1", - "/share/dbus-1/system-services/*", - "/share/polkit-1", - "/lib/polkit-1" - ], - "sources" : [ - { - "type" : "archive", - "url" : "https://www.freedesktop.org/software/polkit/releases/polkit-0.116.tar.gz", - "sha256" : "88170c9e711e8db305a12fdb8234fac5706c61969b94e084d0f117d8ec5d34b1" - }, - { - "type" : "patch", - "path" : "polkit-build-Add-option-to-build-without-polkitd.patch" - }, - { - "type" : "file", - "path" : "polkit-autogen", - "dest-filename" : "autogen.sh" - } - ] - }, - { "name" : "sane-backends", "buildsystem" : "autotools", "sources" : [ @@ -184,6 +143,7 @@ "sources" : [ { "type" : "git", + "branch" : "main", "url" : "https://github.com/hughsie/colord.git" } ] |