[gnome-maps] Revert "Add libhandy-1 to dependencies"
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] Revert "Add libhandy-1 to dependencies"
- Date: Fri, 4 Sep 2020 20:43:31 +0000 (UTC)
commit 02c80c1280d9be8cad25027f6a69fa849735f210
Author: Marcus Lundblad <ml update uu se>
Date: Fri Sep 4 22:36:26 2020 +0200
Revert "Add libhandy-1 to dependencies"
This reverts commit 79eeb26a94398d356dd8b7a11031116310d48dad.
meson.build | 1 -
org.gnome.Maps.json | 19 +------------------
src/application.js | 2 --
src/main.js | 1 -
4 files changed, 1 insertion(+), 22 deletions(-)
---
diff --git a/meson.build b/meson.build
index 4b309fe3..dfb911e5 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,6 @@ gjs = dependency('gjs-1.0', version: '>= 1.50.0')
girepository = dependency('gobject-introspection-1.0', version: '>= 0.10.1')
gtk3 = dependency('gtk+-3.0', version: '>= 3.22.0')
geoclue2 = dependency('geoclue-2.0', version: '>= 0.12.99')
-handy = dependency('libhandy-1', version: '>= 0.84.0')
libmaps_deps = [
dependency('gee-0.8', version: '>= 0.16.0'),
diff --git a/org.gnome.Maps.json b/org.gnome.Maps.json
index 4202a2ed..8c58292d 100644
--- a/org.gnome.Maps.json
+++ b/org.gnome.Maps.json
@@ -207,23 +207,6 @@
}
]
},
- {
- "name" : "libhandy",
- "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/libhandy.git"
- }
- ]
- },
{
"name" : "gnome-maps",
"buildsystem" : "meson",
@@ -236,4 +219,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/src/application.js b/src/application.js
index e71a0c52..c51fc421 100644
--- a/src/application.js
+++ b/src/application.js
@@ -25,7 +25,6 @@ const GObject = imports.gi.GObject;
const Gio = imports.gi.Gio;
const Gtk = imports.gi.Gtk;
const GtkClutter = imports.gi.GtkClutter;
-const Hdy = imports.gi.Handy;
const WebKit2 = imports.gi.WebKit2;
const CheckIn = imports.checkIn;
@@ -225,7 +224,6 @@ var Application = GObject.registerClass({
super.vfunc_startup();
GtkClutter.init(null);
- Hdy.init();
Utils.loadStyleSheet(Gio.file_new_for_uri('resource:///org/gnome/Maps/application.css'));
diff --git a/src/main.js b/src/main.js
index eac48f59..d93f0408 100644
--- a/src/main.js
+++ b/src/main.js
@@ -37,7 +37,6 @@ pkg.require({ 'cairo': '1.0',
'Gtk': '3.0',
'GtkChamplain': '0.12',
'GtkClutter': '1.0',
- 'Handy': '1',
'Rest': '0.7',
'Soup': '2.4' });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]