Skip to content

Commit

Permalink
Update Devel
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Dec 8, 2023
1 parent 9f4cc32 commit f19403c
Showing 1 changed file with 4 additions and 27 deletions.
31 changes: 4 additions & 27 deletions build-aux/io.github.alainm23.planify.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,19 @@
"runtime-version": "45",
"sdk" : "org.gnome.Sdk",
"command" : "io.github.alainm23.planify",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.vala"
],
"tags" : [
"devel"
],
"finish-args" : [
"finish-args": [
"--device=dri",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--talk-name=org.gnome.evolution.dataserver.Calendar8",
"--talk-name=org.gnome.evolution.dataserver.Sources5",
"--talk-name=io.github.alainm23.planify",
"--talk-name=io.github.alainm23.planify.quick-add",
"--own-name=io.github.alainm23.planify.quick-add",
"--own-name=io.github.alainm23.planify"
"--talk-name=org.gnome.evolution.dataserver.Sources5"
],
"build-options" : {
"prepend-path" : "/usr/lib/sdk/vala/bin/",
"prepend-ld-library-path" : "/usr/lib/sdk/vala/lib",
"env" : { }
},
"cleanup" : [
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
Expand All @@ -40,17 +28,6 @@
"*.a"
],
"modules" : [
{
"name": "intltool",
"cleanup": [ "*" ],
"sources": [
{
"type": "archive",
"url": "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
"sha256": "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
}
]
},
{
"name": "granite",
"buildsystem": "meson",
Expand Down Expand Up @@ -158,7 +135,7 @@
"-Dtracing=true",
"-Dprofile=development"
],
"sources" : [
"sources": [
{
"type": "dir",
"path": "../"
Expand Down

0 comments on commit f19403c

Please sign in to comment.