From 9064176c5c7f18d9995ad407e3f67816dd5a0ecc Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 3 May 2017 10:13:11 +0300 Subject: [PATCH 1/3] build: fix dependencies for GTK+3 --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3397d28..5956a66 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.4), python (<< 3), - python-gtk2, python-glade2, mint-common, python-mate-menu, python-xdg, xdg-utils, python-setproctitle, @@ -19,7 +18,7 @@ Depends: mate-menus, gvfs-bin, python-xlib, - gir1.2-mate-panel, gir1.2-gtk-2.0, gir1.2-mate-desktop, + gir1.2-mate-panel, gir1.2-gtk-3.0, gir1.2-mate-desktop, mozo Description: Advanced MATE menu One of the most advanced menus under Linux. MintMenu supports filtering, From 403d493375485cde89752f2bedec12aa10a1cb84 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 3 May 2017 10:43:57 +0300 Subject: [PATCH 2/3] build: depend on GI packages of MATE >= 1.18.0 to avoid accidental usage with old GTK+2 build of MATE --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 5956a66..c8238e0 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Depends: mate-menus, gvfs-bin, python-xlib, - gir1.2-mate-panel, gir1.2-gtk-3.0, gir1.2-mate-desktop, + gir1.2-mate-panel (>= 1.18.0), gir1.2-gtk-3.0, gir1.2-mate-desktop (>= 1.18.0), mozo Description: Advanced MATE menu One of the most advanced menus under Linux. MintMenu supports filtering, From fe5b4403a82bcab86e71f1605e40ee51f457ec5b Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 3 May 2017 10:44:52 +0300 Subject: [PATCH 3/3] build: remove dependencies on C libs of MATE they're not used directly, we only need GI packages, and these already depend on the corresponding C libs --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index c8238e0..fcf0133 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,6 @@ Depends: mint-common, python-mate-menu, python-xdg, xdg-utils, python-setproctitle, - libmatepanelapplet, libmatedesktop, mate-menus, gvfs-bin, python-xlib,