diff --git a/build-aux/devel.manifest.json b/build-aux/devel.manifest.json index 3d913d5b79add63b8e70c33f8f3e49f58ee26890..8862a73d5bfebeb9b44639fd1edf2598fcaabfe7 100644 --- a/build-aux/devel.manifest.json +++ b/build-aux/devel.manifest.json @@ -109,9 +109,8 @@ ], "sources": [ { - "type": "git", - "url": "https://gitlab.gnome.org/World/pika-backup.git", - "tag": "v0.2.0-alpha" + "type": "dir", + "path": ".." }, { "type": "file", @@ -119,10 +118,7 @@ "dest": ".cargo", "dest-filename": "config" }, - { - "type": "dir", - "path": ".." - } + "generated-sources.json" ] } ] diff --git a/build-aux/generate-manifest.sh b/build-aux/generate-manifest.sh index 8c668515604ec230815cca88181dacc911451bc6..58b112f8c4dc05396fb50ca3fca4c3f0c4617f34 100755 --- a/build-aux/generate-manifest.sh +++ b/build-aux/generate-manifest.sh @@ -4,7 +4,7 @@ cd "$(dirname "$0")/.." yq ' - .modules[-1].sources[-1] = {type: "dir", path: ".."} | + .modules[-1].sources[0] = {type: "dir", path: ".."} | .modules[-1]["config-opts"] = ["-Dprofile=dev"]' \ build-aux/org.gnome.World.PikaBackup.yml > build-aux/devel.manifest.json