diff options
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" } ] |