Package: growl-for-linux / 0.8.5-9

Metadata

Package Version Patches format
growl-for-linux 0.8.5-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable display execstack.patch | (download)

display/balloon/Makefile.am | 2 1 + 1 - 0 !
display/fog/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix executable stack lintian warnings for display plugins
enable pie for gol.patch | (download)

Makefile.am | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 enable -pie explicitly for gol because hardening=+all,-pie is specified to avoid conflicts with libgolplug (libgolplug couldn't be built without hardening=-pie flag)
disable pie for libgolplug.patch | (download)

plugins/Makefile.am | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 disable pie explicitly because it conflicts with shared libraries under display/* when hardening=+all is enabled.
use libayatana appindicator.patch | (download)

Makefile.am | 4 2 + 2 - 0 !
configure.ac | 34 17 + 17 - 0 !
gol.c | 10 5 + 5 - 0 !
3 files changed, 24 insertions(+), 24 deletions(-)

 [patch] use libayatana-appindicator instead appindicator

The Ayatana Indicator is the continuation of Application Indicators.

Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>

use gdbus instead of dbus glib.patch | (download)

configure.ac | 1 0 + 1 - 0 !
subscribe/rhythmbox/Makefile.am | 4 2 + 2 - 0 !
subscribe/rhythmbox/rhythmbox.c | 201 106 + 95 - 0 !
3 files changed, 108 insertions(+), 98 deletions(-)

 [patch] use gdbus instead of dbus-glib

dbus-glib is deprecated since Debian stretch (Debian 9) and
Ubuntu 18.04 (bionic)

This patch also change condition to notify when title, artist or album is changed

It is incompatible change but better for user experience.

BEFORE:
  Notify if title and artist and album is changed

AFTER:
  Notify if either title or artist or album is changed
Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>