From f9a39b44803e6347c72c1edd8ba46f633e99dd57 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 8 Nov 2020 13:50:13 +0100 Subject: Rewrite to indicator-ng, simplify, drop all GTK references, move to CMake fixes #9, fixes #12 --- debian/control | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f5db253..b35a063 100644 --- a/debian/control +++ b/debian/control @@ -4,17 +4,19 @@ Priority: optional Maintainer: Jason Conti Uploaders: Mike Gabriel -Build-Depends: debhelper (>= 9), - dh-autoreconf | debhelper (>= 9.20160403~), - dh-systemd | debhelper (>= 10.2~), +Build-Depends: cmake, + cmake-extras (>= 0.10), + gcovr, + lcov, + libnotify-dev (>= 0.7.6), + libglib2.0-dev (>= 2.36), + liburl-dispatcher1-dev | hello, +# for packaging + debhelper (>= 9), + dpkg-dev (>= 1.16.1.1), intltool, - libayatana-indicator-dev (>= 0.3.93), - libayatana-indicator3-dev (>= 0.3.93), - libglib2.0-dev (>= 2.29), - libgdk-pixbuf2.0-dev (>= 2.22), - libgtk-3-dev (>= 3.1), - mate-common, - pkg-config, + +# for systemd unit systemd [linux-any], Standards-Version: 4.1.3 Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-notifications @@ -25,7 +27,7 @@ Package: ayatana-indicator-notifications Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libglib2.0-bin, + ayatana-indicator-common, Description: Ayatana Indicator for viewing recent notifications An Ayatana Indicator applet to display recent notifications sent to a notification daemon such as notify-osd. -- cgit v1.2.3