From ba80753bb0a79f052f007c6e614732afac88e3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 2 Apr 2013 17:54:12 +0200 Subject: PlayerActivator: Use BAMF to find the windows to activate with timestamp Improved the"old" GtkApplicationPlayer, using BAMF as a fallback method to activate an application's windows. Basically we try to get the windows of the selected application and when found we focus them using the activation timestamp. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 320f8b7..abd1f75 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9.0), gnome-common, autotools-dev, valac-0.18, + libbamf3-dev, libglib2.0-dev (>= 2.22.3), libgtk-3-dev, libdbusmenu-glib-dev (>= 0.5.90), -- cgit v1.2.3 From 4a55b57ef400e85fa81de2d16d462e5fee39c239 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Thu, 30 May 2013 22:11:33 -0400 Subject: * debian/control: - Build with valac (>= 0.18) instead of vala-0.18 for easier transitions --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index abd1f75..4ef0c56 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.0), quilt, gnome-common, autotools-dev, - valac-0.18, + valac (>= 0.18), libbamf3-dev, libglib2.0-dev (>= 2.22.3), libgtk-3-dev, -- cgit v1.2.3