summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-09-15 18:40:30 +0200
committerBastien Nocera <hadess@hadess.net>2021-09-15 18:40:30 +0200
commit863b093c367495cc0e20f3d3808e2c61d3351750 (patch)
tree5fc30aea50e36b6fdf21dfdde0e8078a035865e2
parentf81eb41d6cda87a861462e4ac1d5841d974db40e (diff)
downloadgnome-control-center-wip/hadess/faster-flatpak-build.tar.gz
flatpak: Remove 11 modules that aren't needed to build udiskswip/hadess/faster-flatpak-build
udisks doesn't build the daemon anymore, so doesn't need all those daemon modules.
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json168
1 files changed, 0 insertions, 168 deletions
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index a4f93ea72..1805206a3 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -667,174 +667,6 @@
]
},
{
- "name" : "libkmod",
- "buildsystem" : "autotools",
- "sources" : [
- {
- "type" : "archive",
- "url" : "https://mirrors.edge.kernel.org/pub/linux/utils/kernel/kmod/kmod-25.tar.xz",
- "sha256" : "7165e6496656159dcb909a91ed708a0fe273a4b128b4b1dc997ccb5189eef1cd"
- }
- ]
- },
- {
- "name" : "lvm2",
- "buildsystem" : "autotools",
- "config-opts" : [
- "--prefix=/app",
- "--enable-cmdlib",
- "--enable-dmeventd",
- "--enable-pkgconfig",
- "--with-usrlibdir=/app/lib",
- "--with-usrbindir=/app/bin",
- "--with-staticdir=/app/bin"
- ],
- "sources" : [
- {
- "type" : "archive",
- "url" : "https://www.sourceware.org/pub/lvm2/LVM2.2.02.177.tgz",
- "sha256" : "4025a23ec9b15c2cb7486d151c29dc953b75efc4d452cfe9dbbc7c0fac8e80f2"
- }
- ],
- "post-install" : [
- "chmod 755 /app/sbin/dm*",
- "chmod 755 /app/sbin/lvm*",
- "chmod 755 /app/lib/libdevmapper-event-lvm2.so.2.02",
- "chmod 755 /app/lib/libdevmapper-event-lvm2mirror.so",
- "chmod 755 /app/lib/libdevmapper-event-lvm2raid.so",
- "chmod 755 /app/lib/libdevmapper-event-lvm2snapshot.so",
- "chmod 755 /app/lib/libdevmapper-event-lvm2thin.so",
- "chmod 755 /app/lib/libdevmapper-event.so.1.02",
- "chmod 755 /app/lib/libdevmapper.so.1.02",
- "chmod 755 /app/lib/liblvm2cmd.so.2.02"
- ]
- },
- {
- "name" : "parted",
- "buildsystem" : "autotools",
- "sources" : [
- {
- "type" : "archive",
- "url" : "http://ftp.gnu.org/gnu/parted/parted-3.2.tar.xz",
- "sha256" : "858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4"
- },
- {
- "type" : "patch",
- "path" : "libparted-include.patch"
- }
- ]
- },
- {
- "name" : "mpfr",
- "buildsystem" : "autotools",
- "sources" : [
- {
- "type" : "archive",
- "url" : "https://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz",
- "sha256" : "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a"
- }
- ]
- },
- {
- "name" : "bytesize",
- "buildsystem" : "autotools",
- "config-opts" : [
- "--with-gtk-doc=no"
- ],
- "sources" : [
- {
- "type" : "git",
- "url" : "https://github.com/storaged-project/libbytesize.git"
- }
- ]
- },
- {
- "name" : "popt",
- "buildsystem" : "autotools",
- "sources" : [
- {
- "type" : "git",
- "url" : "https://github.com/rpm-software-management/popt",
- "tag" : "popt-1.18-release"
- }
- ]
- },
- {
- "name" : "cryptsetup",
- "buildsystem" : "autotools",
- "sources" : [
- {
- "type" : "archive",
- "url" : "https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.5.tar.xz",
- "sha256" : "2b30cd1d0dd606a53ac77b406e1d37798d4b0762fa89de6ea546201906a251bd"
- }
- ]
- },
- {
- "name" : "swig",
- "buildsystem" : "autotools",
- "sources" : [
- {
- "type" : "git",
- "url" : "https://github.com/swig/swig.git"
- }
- ]
- },
- {
- "name" : "volume-key",
- "buildsystem" : "simple",
- "build-commands" : [
- "autoreconf -i",
- "./configure --prefix=/app",
- "make install"
- ],
- "sources" : [
- {
- "type" : "archive",
- "url" : "https://github.com/felixonmars/volume_key/archive/volume_key-0.3.11.tar.gz",
- "sha256" : "92250506756eca19a0b6f50c16d3502eb5566ea4725645d7c5d87eb5cc8f3fd8"
- }
- ]
- },
- {
- "name" : "libblockdev",
- "buildsystem" : "autotools",
- "config-opts" : [
- "--disable-tests",
- "--with-btrfs=no",
- "--with-dm=no",
- "--with-gtk-doc=no",
- "--with-kbd=no",
- "--with-lvm=no",
- "--with-lvm-dbus=no",
- "--with-mpath=no",
- "--with-nvdimm=no",
- "--with-tools=no",
- "--with-vdo=no"
- ],
- "build-options" : {
- "cflags" : "-Wno-error"
- },
- "sources" : [
- {
- "type" : "git",
- "url" : "https://github.com/storaged-project/libblockdev.git",
- "commit" : "f90a33aa03a50eff79e2dc932a8e7742f94d5927"
- }
- ]
- },
- {
- "name" : "atasmart",
- "buildsystem" : "autotools",
- "sources" : [
- {
- "type" : "archive",
- "url" : "http://0pointer.de/public/libatasmart-0.19.tar.xz",
- "sha256" : "61f0ea345f63d28ab2ff0dc352c22271661b66bf09642db3a4049ac9dbdb0f8d"
- }
- ]
- },
- {
"name" : "udisks",
"buildsystem" : "autotools",
"config-opts" : [