summaryrefslogtreecommitdiff
path: root/net/twitux
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-08-16 02:56:03 +0000
committerobache <obache@pkgsrc.org>2013-08-16 02:56:03 +0000
commit64ffbf782be59d50e91061c12dd614f6eb1f3a45 (patch)
tree0f11ddcaf168afbad62f955a205368bfec24e5e8 /net/twitux
parent8aaec339e2a890766200d8e9f24f602ff5463c13 (diff)
downloadpkgsrc-64ffbf782be59d50e91061c12dd614f6eb1f3a45.tar.gz
Switch to use libnotify07.
Bump PKGREVISION.
Diffstat (limited to 'net/twitux')
-rw-r--r--net/twitux/Makefile6
-rw-r--r--net/twitux/distinfo3
-rw-r--r--net/twitux/patches/patch-src_twitux-app.c16
3 files changed, 21 insertions, 4 deletions
diff --git a/net/twitux/Makefile b/net/twitux/Makefile
index c86de780624..93b7f2c0e32 100644
--- a/net/twitux/Makefile
+++ b/net/twitux/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2013/06/06 12:54:58 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2013/08/16 02:56:03 obache Exp $
#
DISTNAME= twitux-0.69
-PKGREVISION= 24
+PKGREVISION= 25
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twitux/}
EXTRACT_SUFX= .tar.bz2
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --enable-aspell=no
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../sysutils/libnotify07/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/net/twitux/distinfo b/net/twitux/distinfo
index ba2a8ba2c6f..5a1dbfc4450 100644
--- a/net/twitux/distinfo
+++ b/net/twitux/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2009/10/11 17:48:21 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2013/08/16 02:56:03 obache Exp $
SHA1 (twitux-0.69.tar.bz2) = 8693115c0016aec33c859fbaaf2557e6c3102160
RMD160 (twitux-0.69.tar.bz2) = 68ef7e357fa69618f80a1356f116aa3ad7cb08ea
Size (twitux-0.69.tar.bz2) = 474366 bytes
SHA1 (patch-aa) = 29fdb6fe216c4163290f9ce88a8a87b596bd56fc
+SHA1 (patch-src_twitux-app.c) = 4c56869f459277fb9866baa6e5001ce05de47a4c
diff --git a/net/twitux/patches/patch-src_twitux-app.c b/net/twitux/patches/patch-src_twitux-app.c
new file mode 100644
index 00000000000..16e7f1039bd
--- /dev/null
+++ b/net/twitux/patches/patch-src_twitux-app.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_twitux-app.c,v 1.1 2013/08/16 02:56:03 obache Exp $
+
+* for libnotify-0.7 API change
+
+--- src/twitux-app.c.orig 2009-01-25 01:24:00.000000000 +0000
++++ src/twitux-app.c
+@@ -1446,8 +1446,7 @@ twitux_app_notify (gchar *msg)
+
+ notification = notify_notification_new (PACKAGE_NAME,
+ msg,
+- "twitux",
+- NULL);
++ "twitux");
+
+ notify_notification_set_timeout (notification, 8 * 1000);
+ notify_notification_show (notification, &error);