diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index ccd136c5f7b7..5664cb9e0938 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -1,35 +1,35 @@ PORTNAME= notify-osd PORTVERSION= 0.9.34 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/notify-osd/precise/0.9.34/+download/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= On-screen-display notification agent using libnotify WWW= https://launchpad.net/notify-osd LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libfreetype.so:print/freetype2 \ libnotify.so:devel/libnotify \ libfontconfig.so:x11-fonts/fontconfig \ libwnck-3.so:x11-toolkits/libwnck3 RUN_DEPENDS= dbus-daemon:devel/dbus \ gsettings-desktop-schemas>=3.28.0:devel/gsettings-desktop-schemas USES= gettext-runtime gmake gnome libtool pkgconfig xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= pixman x11 GNU_CONFIGURE= yes GLIB_SCHEMAS= com.canonical.NotifyOSD.gschema.xml CONFLICTS_INSTALL= notification-daemon # share/dbus-1/services/org.freedesktop.Notifications.service post-patch: @${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in .include diff --git a/deskutils/notify-osd/files/patch-src_bubble-window.c b/deskutils/notify-osd/files/patch-src_bubble-window.c new file mode 100644 index 000000000000..b6e277d4d8fd --- /dev/null +++ b/deskutils/notify-osd/files/patch-src_bubble-window.c @@ -0,0 +1,13 @@ +--- src/bubble-window.c.orig 2012-03-23 14:49:59 UTC ++++ src/bubble-window.c +@@ -78,8 +78,8 @@ bubble_window_get_accessible (GtkWidget *widget) + { + AtkObjectFactory *factory = NULL; + AtkRegistry *registry = NULL; +- GType derived_type = NULL; +- GType derived_atk_type = NULL; ++ GType derived_type = G_TYPE_NONE; ++ GType derived_atk_type = ATK_TYPE_OBJECT; + + /* + * Figure out whether accessibility is enabled by looking at the