pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/notification-daemon Initial import of notific...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad682fc0a8e6
branches: trunk
changeset: 510475:ad682fc0a8e6
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Mar 30 21:03:51 2006 +0000
description:
Initial import of notification-daemon, version 0.3.4:
notification-daemon is an application that shows notifications sent by
other applications on your desktop in the form of popups. It is based
on the libnotify library.
diffstat:
sysutils/notification-daemon/DESCR | 3 +++
sysutils/notification-daemon/Makefile | 33 +++++++++++++++++++++++++++++++++
sysutils/notification-daemon/PLIST | 10 ++++++++++
sysutils/notification-daemon/distinfo | 5 +++++
4 files changed, 51 insertions(+), 0 deletions(-)
diffs (67 lines):
diff -r a5ca2c32e417 -r ad682fc0a8e6 sysutils/notification-daemon/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/notification-daemon/DESCR Thu Mar 30 21:03:51 2006 +0000
@@ -0,0 +1,3 @@
+notification-daemon is an application that shows notifications sent by
+other applications on your desktop in the form of popups. It is based
+on the libnotify library.
diff -r a5ca2c32e417 -r ad682fc0a8e6 sysutils/notification-daemon/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/notification-daemon/Makefile Thu Mar 30 21:03:51 2006 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/30 21:03:51 jmmv Exp $
+#
+
+DISTNAME= notification-daemon-0.3.4
+CATEGORIES= sysutils gnome
+MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/
+
+MAINTAINER= jmmv%NetBSD.org@localhost
+HOMEPAGE= http://www.galago-project.org/
+COMMENT= Shows notification messages on the desktop
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+
+.include "../../mk/bsd.prefs.mk"
+
+.if defined(PKG_SYSCONFDIR.dbus)
+CONFIGURE_ARGS+= --with-dbus-sys=${PKG_SYSCONFDIR.dbus}/system.d
+.else
+CONFIGURE_ARGS+= --with-dbus-sys=${PKG_SYSCONFDIR}/dbus-1/system.d
+.endif
+
+.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libsexy/buildlink3.mk"
+.include "../../devel/libwnck/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a5ca2c32e417 -r ad682fc0a8e6 sysutils/notification-daemon/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/notification-daemon/PLIST Thu Mar 30 21:03:51 2006 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/30 21:03:51 jmmv Exp $
+lib/notification-daemon-1.0/engines/libbubble.la
+lib/notification-daemon-1.0/engines/libstandard.la
+libexec/notification-daemon
+share/dbus-1/services/notification-daemon.service
+share/gconf/schemas/notification-daemon.schemas
+@comment in GConf2: @dirrm share/gconf/schemas
+@comment in dbus: @dirrm share/dbus-1/services
+@dirrm lib/notification-daemon-1.0/engines
+@dirrm lib/notification-daemon-1.0
diff -r a5ca2c32e417 -r ad682fc0a8e6 sysutils/notification-daemon/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/notification-daemon/distinfo Thu Mar 30 21:03:51 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/03/30 21:03:51 jmmv Exp $
+
+SHA1 (notification-daemon-0.3.4.tar.gz) = 249205579d4efedb301c47ddd9716c67af707fcc
+RMD160 (notification-daemon-0.3.4.tar.gz) = b0332dd595102037f179d86e43fd1061042a3e3e
+Size (notification-daemon-0.3.4.tar.gz) = 381647 bytes
Home |
Main Index |
Thread Index |
Old Index