Update dependencies, code cleanup

main
Zwarf 2023-04-20 13:39:25 +02:00
rodzic 4962fe6786
commit b0b9c6f751
4 zmienionych plików z 4 dodań i 14 usunięć

1
.gitignore vendored 100644
Wyświetl plik

@ -0,0 +1 @@
.flatpak-builder/

Wyświetl plik

@ -1,7 +1,7 @@
{
"app-id" : "de.zwarf.picplanner",
"runtime" : "org.gnome.Platform",
"runtime-version" : "43",
"runtime-version" : "44",
"sdk" : "org.gnome.Sdk",
"command" : "picplanner",
"finish-args" : [
@ -97,7 +97,7 @@
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libshumate.git",
"commit" : "062c61815d2875beee19a1c704c473be8fabb3a7"
"commit" : "a79548ba6e0a6043b3dcfdd44d61abe1869ddde9"
}
]
},
@ -114,7 +114,7 @@
{
"type" : "git",
"url": "https://gitlab.freedesktop.org/geoclue/geoclue.git",
"commit": "10998ca3215fb6d21b5a32fdf78bb5feffaf4c0f"
"commit": "bbfb6289dedb88cb8155d9f6868787d5432e1f90"
}
]
},

Wyświetl plik

@ -16,11 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* TODO:
* Visibility feature
*/
#include "milky-way-view.h"
#include <glib/gi18n.h>

Wyświetl plik

@ -17,12 +17,6 @@
*/
/*
* TODO:
* TimeZone manual mode?
*/
#include "preferences-dialog.h"