diff --git a/com.github.Roshan_R.PyDrop.json b/com.github.Roshan_R.PyDrop.json index adfbdd5..eccd657 100644 --- a/com.github.Roshan_R.PyDrop.json +++ b/com.github.Roshan_R.PyDrop.json @@ -1,7 +1,7 @@ { "app-id" : "com.github.Roshan_R.PyDrop", "runtime" : "org.gnome.Platform", - "runtime-version" : "40", + "runtime-version" : "41", "sdk" : "org.gnome.Sdk", "command" : "pydrop", "finish-args" : [ @@ -25,6 +25,60 @@ ], "modules" : [ "python3-modules.json", + { + "name": "libsass", + "cleanup": ["*"], + "sources": [ + { + "type": "archive", + "url": "https://github.com/sass/libsass/archive/3.6.4.tar.gz", + "sha256": "f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889" + }, + { + "type": "script", + "dest-filename": "autogen.sh", + "commands": [ + "autoreconf -si" + ] + } + ] + }, + { + "name": "sassc", + "cleanup": ["*"], + "sources": [ + { + "type": "archive", + "url": "https://github.com/sass/sassc/archive/3.6.1.tar.gz", + "sha256": "8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60" + }, + { + "type": "script", + "dest-filename": "autogen.sh", + "commands": [ + "autoreconf -si" + ] + } + ] + }, + { + "name": "libadwaita", + "buildsystem": "meson", + "config-opts": [ + "-Dgtk_doc=false", + "-Dtests=false", + "-Dexamples=false", + "-Dvapi=false", + "-Dglade_catalog=disabled" + ], + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/GNOME/libadwaita.git", + "branch": "main" + } + ] + }, { "name" : "pydrop", "builddir" : true, diff --git a/data/ui/window.ui b/data/ui/window.ui index fb69a9f..d82063a 100644 --- a/data/ui/window.ui +++ b/data/ui/window.ui @@ -1,29 +1,26 @@ - - - -