summaryrefslogtreecommitdiff
path: root/x11/xfce4-exo
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-08-16 06:45:12 +0000
committerobache <obache@pkgsrc.org>2013-08-16 06:45:12 +0000
commit4c45efce60b8b80ee047130674e388c3e322dd88 (patch)
tree2ff459316f9410be2e113216f0b68a8714003f7a /x11/xfce4-exo
parent5fee41ce128bc59977000db718740e75c662a1cd (diff)
downloadpkgsrc-4c45efce60b8b80ee047130674e388c3e322dd88.tar.gz
Switch to use libnotify07.
Bump PKGREVISION.
Diffstat (limited to 'x11/xfce4-exo')
-rw-r--r--x11/xfce4-exo/Makefile8
-rw-r--r--x11/xfce4-exo/distinfo3
-rw-r--r--x11/xfce4-exo/patches/patch-exo-mount-notify_main.c15
3 files changed, 20 insertions, 6 deletions
diff --git a/x11/xfce4-exo/Makefile b/x11/xfce4-exo/Makefile
index 44edc651254..6b7ea46f06e 100644
--- a/x11/xfce4-exo/Makefile
+++ b/x11/xfce4-exo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2013/06/06 12:53:55 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2013/08/16 06:45:12 obache Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -6,7 +6,7 @@ XFCE4_VERSION= 0.3.101
DISTNAME= exo-${XFCE4_VERSION}
PKGNAME= xfce4-exo-${XFCE4_VERSION}
-PKGREVISION= 20
+PKGREVISION= 21
CATEGORIES= x11
COMMENT= Xfce extension library
@@ -34,11 +34,9 @@ OWN_DIRS+= ${EGDIR}
.include "options.mk"
-BUILDLINK_API_DEPENDS.libnotify+= libnotify>=0.4.0
-
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../sysutils/libnotify07/buildlink3.mk"
.include "../../x11/libxfce4util/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xfce4-exo/distinfo b/x11/xfce4-exo/distinfo
index dc6bb8ab69f..8edf04f6de1 100644
--- a/x11/xfce4-exo/distinfo
+++ b/x11/xfce4-exo/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2009/09/16 01:15:35 reed Exp $
+$NetBSD: distinfo,v 1.8 2013/08/16 06:45:12 obache Exp $
SHA1 (exo-0.3.101.tar.bz2) = 74194f58278a2b9d963264806f142e5d6d05336c
RMD160 (exo-0.3.101.tar.bz2) = 92dfc1e8f0bfa8ca74f151a2283f6988ce703649
@@ -6,3 +6,4 @@ Size (exo-0.3.101.tar.bz2) = 1793815 bytes
SHA1 (patch-ad) = af08127aad06a5e9d8e8055dff1f55982666d8d9
SHA1 (patch-ae) = 18a95737a6eaef8697224d4c099625c18be7ddfb
SHA1 (patch-af) = 86aee9fdf075c2de36deeebbb7594193e92cde95
+SHA1 (patch-exo-mount-notify_main.c) = 99892d72b240e90faa75bc91ae32308aceeb0b17
diff --git a/x11/xfce4-exo/patches/patch-exo-mount-notify_main.c b/x11/xfce4-exo/patches/patch-exo-mount-notify_main.c
new file mode 100644
index 00000000000..e55517a1153
--- /dev/null
+++ b/x11/xfce4-exo/patches/patch-exo-mount-notify_main.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-exo-mount-notify_main.c,v 1.1 2013/08/16 06:45:13 obache Exp $
+
+* for libnotify-0.7 API change
+
+--- exo-mount-notify/main.c.orig 2009-01-12 20:33:40.000000000 +0000
++++ exo-mount-notify/main.c
+@@ -243,7 +243,7 @@ main (int argc, char **argv)
+ }
+
+ /* setup the notification */
+- notification = notify_notification_new (summary, message, opt_icon, NULL);
++ notification = notify_notification_new (summary, message, opt_icon);
+ g_signal_connect (G_OBJECT (notification), "closed", G_CALLBACK (gtk_main_quit), NULL);
+ g_object_add_weak_pointer (G_OBJECT (notification), (gpointer) &notification);
+ notify_notification_set_urgency (notification, NOTIFY_URGENCY_CRITICAL);