From 944fcc307242fa493b8c67cfd31ce9ba591e9ab0 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 3 Nov 2022 12:24:32 +0100 Subject: [PATCH] moved shit around, builds will fail --- lw-linux-base/{assets => }/appimage/artifacts.mk | 0 lw-linux-base/assets/{linux-base => from-linux-repo}/KEY | 0 .../content/io.gitlab.librewolf-community.appdata.xml.in | 0 .../{linux-base => from-linux-repo}/content/launch_librewolf.sh | 0 .../{linux-base => from-linux-repo}/content/toggle-settings.sh | 0 .../deb_patches/armhf-reduce-linker-memory-use.patch | 0 .../deb_patches/fix-ftbfs-newer-cbindgen.patch | 0 .../deb_patches/fix-wayland-build.patch | 0 .../deb_patches/reduce-rust-debuginfo.patch | 0 .../deb_patches/use-system-icupkg.patch | 0 lw-linux-base/{assets => }/flatpak/artifacts.mk | 0 .../{assets => }/flatpak/io.gitlab.librewolf-community.json | 0 lw-linux-base/{assets => }/flatpak/setup-debian.sh | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename lw-linux-base/{assets => }/appimage/artifacts.mk (100%) rename lw-linux-base/assets/{linux-base => from-linux-repo}/KEY (100%) rename lw-linux-base/assets/{linux-base => from-linux-repo}/content/io.gitlab.librewolf-community.appdata.xml.in (100%) rename lw-linux-base/assets/{linux-base => from-linux-repo}/content/launch_librewolf.sh (100%) rename lw-linux-base/assets/{linux-base => from-linux-repo}/content/toggle-settings.sh (100%) rename lw-linux-base/assets/{linux-base => from-linux-repo}/deb_patches/armhf-reduce-linker-memory-use.patch (100%) rename lw-linux-base/assets/{linux-base => from-linux-repo}/deb_patches/fix-ftbfs-newer-cbindgen.patch (100%) rename lw-linux-base/assets/{linux-base => from-linux-repo}/deb_patches/fix-wayland-build.patch (100%) rename lw-linux-base/assets/{linux-base => from-linux-repo}/deb_patches/reduce-rust-debuginfo.patch (100%) rename lw-linux-base/assets/{linux-base => from-linux-repo}/deb_patches/use-system-icupkg.patch (100%) rename lw-linux-base/{assets => }/flatpak/artifacts.mk (100%) rename lw-linux-base/{assets => }/flatpak/io.gitlab.librewolf-community.json (100%) rename lw-linux-base/{assets => }/flatpak/setup-debian.sh (100%) diff --git a/lw-linux-base/assets/appimage/artifacts.mk b/lw-linux-base/appimage/artifacts.mk similarity index 100% rename from lw-linux-base/assets/appimage/artifacts.mk rename to lw-linux-base/appimage/artifacts.mk diff --git a/lw-linux-base/assets/linux-base/KEY b/lw-linux-base/assets/from-linux-repo/KEY similarity index 100% rename from lw-linux-base/assets/linux-base/KEY rename to lw-linux-base/assets/from-linux-repo/KEY diff --git a/lw-linux-base/assets/linux-base/content/io.gitlab.librewolf-community.appdata.xml.in b/lw-linux-base/assets/from-linux-repo/content/io.gitlab.librewolf-community.appdata.xml.in similarity index 100% rename from lw-linux-base/assets/linux-base/content/io.gitlab.librewolf-community.appdata.xml.in rename to lw-linux-base/assets/from-linux-repo/content/io.gitlab.librewolf-community.appdata.xml.in diff --git a/lw-linux-base/assets/linux-base/content/launch_librewolf.sh b/lw-linux-base/assets/from-linux-repo/content/launch_librewolf.sh similarity index 100% rename from lw-linux-base/assets/linux-base/content/launch_librewolf.sh rename to lw-linux-base/assets/from-linux-repo/content/launch_librewolf.sh diff --git a/lw-linux-base/assets/linux-base/content/toggle-settings.sh b/lw-linux-base/assets/from-linux-repo/content/toggle-settings.sh similarity index 100% rename from lw-linux-base/assets/linux-base/content/toggle-settings.sh rename to lw-linux-base/assets/from-linux-repo/content/toggle-settings.sh diff --git a/lw-linux-base/assets/linux-base/deb_patches/armhf-reduce-linker-memory-use.patch b/lw-linux-base/assets/from-linux-repo/deb_patches/armhf-reduce-linker-memory-use.patch similarity index 100% rename from lw-linux-base/assets/linux-base/deb_patches/armhf-reduce-linker-memory-use.patch rename to lw-linux-base/assets/from-linux-repo/deb_patches/armhf-reduce-linker-memory-use.patch diff --git a/lw-linux-base/assets/linux-base/deb_patches/fix-ftbfs-newer-cbindgen.patch b/lw-linux-base/assets/from-linux-repo/deb_patches/fix-ftbfs-newer-cbindgen.patch similarity index 100% rename from lw-linux-base/assets/linux-base/deb_patches/fix-ftbfs-newer-cbindgen.patch rename to lw-linux-base/assets/from-linux-repo/deb_patches/fix-ftbfs-newer-cbindgen.patch diff --git a/lw-linux-base/assets/linux-base/deb_patches/fix-wayland-build.patch b/lw-linux-base/assets/from-linux-repo/deb_patches/fix-wayland-build.patch similarity index 100% rename from lw-linux-base/assets/linux-base/deb_patches/fix-wayland-build.patch rename to lw-linux-base/assets/from-linux-repo/deb_patches/fix-wayland-build.patch diff --git a/lw-linux-base/assets/linux-base/deb_patches/reduce-rust-debuginfo.patch b/lw-linux-base/assets/from-linux-repo/deb_patches/reduce-rust-debuginfo.patch similarity index 100% rename from lw-linux-base/assets/linux-base/deb_patches/reduce-rust-debuginfo.patch rename to lw-linux-base/assets/from-linux-repo/deb_patches/reduce-rust-debuginfo.patch diff --git a/lw-linux-base/assets/linux-base/deb_patches/use-system-icupkg.patch b/lw-linux-base/assets/from-linux-repo/deb_patches/use-system-icupkg.patch similarity index 100% rename from lw-linux-base/assets/linux-base/deb_patches/use-system-icupkg.patch rename to lw-linux-base/assets/from-linux-repo/deb_patches/use-system-icupkg.patch diff --git a/lw-linux-base/assets/flatpak/artifacts.mk b/lw-linux-base/flatpak/artifacts.mk similarity index 100% rename from lw-linux-base/assets/flatpak/artifacts.mk rename to lw-linux-base/flatpak/artifacts.mk diff --git a/lw-linux-base/assets/flatpak/io.gitlab.librewolf-community.json b/lw-linux-base/flatpak/io.gitlab.librewolf-community.json similarity index 100% rename from lw-linux-base/assets/flatpak/io.gitlab.librewolf-community.json rename to lw-linux-base/flatpak/io.gitlab.librewolf-community.json diff --git a/lw-linux-base/assets/flatpak/setup-debian.sh b/lw-linux-base/flatpak/setup-debian.sh similarity index 100% rename from lw-linux-base/assets/flatpak/setup-debian.sh rename to lw-linux-base/flatpak/setup-debian.sh