Skip to content

Commit

Permalink
v1.2.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp authored Nov 14, 2021
1 parent f48f522 commit 530d35f
Showing 1 changed file with 39 additions and 5 deletions.
44 changes: 39 additions & 5 deletions re.sonny.Junction.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,41 @@
"--filesystem=/var/lib/flatpak:ro"
],
"modules": [
{
"name": "libsass",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/lazka/libsass.git",
"commit": "302397c0c8ae2d7ab02f45ea461c2c3d768f248e"
}
]
},
{
"name": "sassc",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/lazka/sassc.git",
"commit": "82803377c33247265d779af034eceb5949e78354"
}
]
},
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": ["-Dtests=false", "-Dexamples=false", "-Dvapi=false"],
"cleanup": ["/include", "/lib/pkgconfig"],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"tag": "1.0.0.alpha.4"
}
]
},
{
"name": "glib",
"buildsystem": "meson",
Expand Down Expand Up @@ -45,8 +80,6 @@
"type": "script",
"dest-filename": "junction-wrapper",
"commands": [
"gio mime x-scheme-handler/https re.sonny.Junction.desktop",
"gio mime x-scheme-handler/http re.sonny.Junction.desktop",
"export XDG_DATA_DIRS=$XDG_DATA_DIRS:/run/host/usr/share:/var/lib/flatpak/exports/share:~/.local/share/flatpak/exports/share",
"re.sonny.Junction \"$@\""
]
Expand All @@ -61,12 +94,13 @@
{
"type": "git",
"url": "https://github.com/sonnyp/Junction.git",
"tag": "v1.1.0",
"commit": "e3414a6a96a97fe98f27987f9bb4f23d46e6d761"
"tag": "v1.2.0",
"commit": "bb9d043ee3f44cdbd90921a877ea76d0f65e8c4d"
}
],
"post-install": [
"desktop-file-edit --set-key=Exec --set-value='/app/bin/junction-wrapper %u' /app/share/applications/re.sonny.Junction.desktop"
"desktop-file-edit --set-key=Exec --set-value='/app/bin/junction-wrapper %u' /app/share/applications/re.sonny.Junction.desktop",
"sed -i 's/re.sonny.Junction --gapplication-service/junction-wrapper --gapplication-service/g' /app/share/dbus-1/services/re.sonny.Junction.service"
]
}
],
Expand Down

0 comments on commit 530d35f

Please sign in to comment.