[gnome-software/mwleeds/gnome-pwa-list-submodule] subprojects: Make gnome-pwa-list a submodule




commit 4dfd2d0dc8e7bab0720f626903afd4af7cf48586
Author: Phaedrus Leeds <mwleeds protonmail com>
Date:   Thu Jun 2 12:44:14 2022 -0700

    subprojects: Make gnome-pwa-list a submodule
    
    This way gnome-software can be built from a tarball or from git without
    network access at build time, as discussed here:
    https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1616#note_1470108

 .gitignore                      | 1 -
 .gitmodules                     | 3 +++
 subprojects/gnome-pwa-list      | 1 +
 subprojects/gnome-pwa-list.wrap | 5 -----
 4 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e92e010c..f103d5fea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
 subprojects/appstream/
 subprojects/gi-docgen.wrap
 subprojects/gi-docgen/
-subprojects/gnome-pwa-list/
 subprojects/graphene.wrap
 subprojects/graphene/
 subprojects/gtk/
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..634ee646d
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "subprojects/gnome-pwa-list"]
+       path = subprojects/gnome-pwa-list
+       url = https://gitlab.gnome.org/mwleeds/gnome-pwa-list.git
diff --git a/subprojects/gnome-pwa-list b/subprojects/gnome-pwa-list
new file mode 160000
index 000000000..e69fca096
--- /dev/null
+++ b/subprojects/gnome-pwa-list
@@ -0,0 +1 @@
+Subproject commit e69fca096939a983fc79f82d6e4c869bdc431e1b


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]