Skip to content

Commit 19bd77d

Browse files
committed
Update comments on Flatpak Manifest
These comments are now more reflective of the current state of the manifest, describing why there is a relative source and an ideal target state.
1 parent cd6b223 commit 19bd77d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

platforms/flatpak/io.github.drhelius.Gearsystem.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,18 @@ modules:
7070
- install -Dm644 io.github.drhelius.Gearsystem.metainfo.xml -t /app/share/metainfo
7171
subdir: platforms/flatpak
7272
sources:
73-
# A reference to a specific commit is used whilst this is in development.
74-
# Ideally this will use either a release archive or a specific tag/commit
75-
# pair.
76-
# There is also an option to use a type of "dir" and a path of "../.." to
77-
# allow for builds from the current commit. This may be useful for
78-
# "master" or "nightly" builds, but this may require further exploration.
73+
# This source allows for that Flatpak to be built from the current commit.
74+
# This is not suitable for releases, but is useful for development builds.
75+
# Ideally a tag/commit or archive would be preferred, but a stable
76+
# instance does not exist until this is merged into a main branch and
77+
# released. An example of what this would look like is shown below and is
78+
# expected to be altered after a release of Gearsystem.
7979
- type: dir
8080
path: ../..
81+
# - type: git
82+
# url: https://github.com/drhelius/Gearsystem
83+
# tag: 3.5.0 # WARNING: Does not not contain `platforms/flatpak`!
84+
# commit: 8f817df87a46938c9da9aa9a15441b897a9d5726
8185
- type: file
8286
path: io.github.drhelius.Gearsystem.desktop
8387
- type: file

0 commit comments

Comments
 (0)