diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-03-19 18:05:05 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-03-19 18:05:05 +0100 |
commit | 8ac2508eb094459c062d0c31b6367da393b4fa6e (patch) | |
tree | a3dd69ae2a2f90e59914e9ede6acdc94e3a6712d /build-aux/flatpak/org.gnome.SimpleScan.json | |
parent | 05315c3da6d3761ba95f1ae96b852768dd651c25 (diff) |
New upstream version 42.0upstream/42.0
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" } ] |