[simple-scan] flatpak: Drop packagekit dependency
- From: Bartosz <bkosiorek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan] flatpak: Drop packagekit dependency
- Date: Fri, 26 Feb 2021 07:16:06 +0000 (UTC)
commit 804822bcfc614175af539bbfc253f5bfff881042
Author: vanadiae <vanadiae35 gmail com>
Date: Thu Feb 25 21:25:14 2021 +0100
flatpak: Drop packagekit dependency
Simple-scan depends on it to provide a feature to request missing
printer drivers from the package manager.
But since it's running in a flatpak, there's really no point in allowing
this feature, so it's better to remove it and spare the long build times
it has.
build-aux/flatpak/org.gnome.SimpleScan.json | 19 -------------------
1 file changed, 19 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.SimpleScan.json b/build-aux/flatpak/org.gnome.SimpleScan.json
index 0aa350a1..faf3917f 100644
--- a/build-aux/flatpak/org.gnome.SimpleScan.json
+++ b/build-aux/flatpak/org.gnome.SimpleScan.json
@@ -174,25 +174,6 @@
}
]
},
- {
- "name" : "packagekit-glib2",
- "buildsystem" : "meson",
- "config-opts" : [
- "-Dpackaging_backend=dummy",
- "-Dman_pages=false",
- "-Dgstreamer_plugin=false",
- "-Doffline_update=false",
- "-Dbash_completion=false",
- "-Dbash_command_not_found=false",
- "-Dsystemd=false"
- ],
- "sources" : [
- {
- "type" : "git",
- "url" : "https://github.com/hughsie/PackageKit.git"
- }
- ]
- },
{
"name" : "gphoto2",
"buildsystem" : "autotools",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]