diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index efe44c89537..efa8dc19cc3 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -1,7 +1,6 @@ COMMENT= send desktop notifications to a notification daemon -GNOME_VERSION= 0.8.7 -REVISION= 0 +GNOME_VERSION= 0.8.8 GNOME_PROJECT= libnotify CATEGORIES= devel diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo index b8f04d5bc67..864cae8f2a3 100644 --- a/devel/libnotify/distinfo +++ b/devel/libnotify/distinfo @@ -1,2 +1,2 @@ -SHA256 (libnotify-0.8.7.tar.xz) = S+FSAuxBhPzhrBWZfs5VMNK+Mv6Vc4da6xDjtXOFh0g= -SIZE (libnotify-0.8.7.tar.xz) = 109172 +SHA256 (libnotify-0.8.8.tar.xz) = I0IO9hncLLWuutYT9II6L6QcB+Wh0FYo1A9uxLNb/d0= +SIZE (libnotify-0.8.8.tar.xz) = 115644 diff --git a/devel/libnotify/patches/patch-libnotify_notification_h b/devel/libnotify/patches/patch-libnotify_notification_h index d5a4c0aae6a..2e089420a2e 100644 --- a/devel/libnotify/patches/patch-libnotify_notification_h +++ b/devel/libnotify/patches/patch-libnotify_notification_h @@ -3,7 +3,7 @@ Comma at end of list isn't valid c++, and c++ code might use libnotify. Index: libnotify/notification.h --- libnotify/notification.h.orig +++ libnotify/notification.h -@@ -82,7 +82,7 @@ typedef enum +@@ -84,7 +84,7 @@ typedef enum { NOTIFY_URGENCY_LOW, NOTIFY_URGENCY_NORMAL, diff --git a/devel/libnotify/pkg/PLIST b/devel/libnotify/pkg/PLIST index 9c752b6f72c..f27e672d6ab 100644 --- a/devel/libnotify/pkg/PLIST +++ b/devel/libnotify/pkg/PLIST @@ -1,5 +1,6 @@ @bin bin/notify-send include/libnotify/ +include/libnotify/notification-hints.h include/libnotify/notification.h include/libnotify/notify-enum-types.h include/libnotify/notify-features.h @@ -45,6 +46,21 @@ share/doc/libnotify-0/class.Notification.html share/doc/libnotify-0/classes_hierarchy.html share/doc/libnotify-0/const.EXPIRES_DEFAULT.html share/doc/libnotify-0/const.EXPIRES_NEVER.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_ACTION_ICONS.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_CATEGORY.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_DESKTOP_ENTRY.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_IMAGE_DATA.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_IMAGE_DATA_LEGACY.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_IMAGE_PATH.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_IMAGE_PATH_LEGACY.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_RESIDENT.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_SOUND_FILE.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_SOUND_NAME.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_SUPPRESS_SOUND.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_TRANSIENT.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_URGENCY.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_X.html +share/doc/libnotify-0/const.NOTIFICATION_HINT_Y.html share/doc/libnotify-0/const.VERSION_MAJOR.html share/doc/libnotify-0/const.VERSION_MICRO.html share/doc/libnotify-0/const.VERSION_MINOR.html