diff --git a/config/lxqt-config-notificationd.desktop.in b/config/lxqt-config-notificationd.desktop.in index 9515e9d..abf3fd6 100644 --- a/config/lxqt-config-notificationd.desktop.in +++ b/config/lxqt-config-notificationd.desktop.in @@ -6,6 +6,6 @@ Comment=Configure desktop notifications Exec=lxqt-config-notificationd Icon=preferences-desktop-theme Categories=Settings;DesktopSettings;Qt;LXQt; -OnlyShowIn=LXQt;LXDE; +OnlyShowIn=LXQt; #TRANSLATIONS_DIR=translations diff --git a/debian/.gitignore b/debian/.gitignore index dd0459f..cf96ff5 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -5,5 +5,3 @@ /lxqt-notificationd/ /lxqt-notificationd-dbg/ -/lxqt-notificationd-qt5/ -/lxqt-notificationd-qt5-dbg/ diff --git a/debian/changelog b/debian/changelog index 4f23754..1d65dd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +lxqt-notificationd (0.9.0+20150903-1) experimental; urgency=medium + + * Cherry-picked upstream version 0.9.0+20150903. + * Cleaned up .gitignore + * Switched to experimental because of LXQt namespace change + * Added minimum version for liblxqt0-dev (>= 0.9.0+20150911) + + -- Alf Gaida Thu, 24 Sep 2015 23:17:03 +0200 + lxqt-notificationd (0.9.0+20150830-1) unstable; urgency=medium * Cherry-picked upstream version 0.9.0+20150830. diff --git a/debian/control b/debian/control index 9dc0292..1008f85 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Priority: optional Build-Depends: cmake (>= 3.0.2), debhelper (>= 9), libkf5windowsystem-dev, - liblxqt0-dev, + liblxqt0-dev (>= 0.9.0+20150911), libqt5x11extras5-dev, libqt5xdg-dev, libx11-dev,