import notification-daemon 0.3.7
The Desktop Notifications framework provides a standard way of doing passive pop-up notifications on the desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. ok landry@
This commit is contained in:
parent
0e619b3734
commit
2fe413f228
45
sysutils/notification-daemon/Makefile
Normal file
45
sysutils/notification-daemon/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/23 14:06:07 jasper Exp $
|
||||
|
||||
COMMENT= send small notifications to your desktop
|
||||
|
||||
DISTNAME= notification-daemon-0.3.7
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
HOMEPAGE= http://www.galago-project.org/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= ICE ORBit-2 SM X11 XRes Xau Xcursor Xdmcp Xext Xfixes \
|
||||
Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 expat \
|
||||
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
||||
glitz gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
|
||||
m pango-1.0 pangocairo-1.0 pangoft2-1.0 png pthread \
|
||||
startup-notification-1 xml2 z
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/files/releases/source/notification-daemon/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
BUILD_DEPENDS= ::textproc/p5-XML-Parser
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-dbus-sys="${SYSCONFDIR}/dbus-1/system.d" \
|
||||
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/notification-daemon \
|
||||
--disable-schemas-install \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
LIB_DEPENDS= gconf-2::devel/gconf2 \
|
||||
wnck-1::devel/libwnck \
|
||||
dbus-glib-1::x11/dbus-glib \
|
||||
sexy::x11/libsexy
|
||||
|
||||
.include <bsd.port.mk>
|
5
sysutils/notification-daemon/distinfo
Normal file
5
sysutils/notification-daemon/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (notification-daemon-0.3.7.tar.bz2) = y+rg8poV/5Pwt2PZ4c3x3g==
|
||||
RMD160 (notification-daemon-0.3.7.tar.bz2) = 67dDfP1KOVoC+fKAMVY323K9n60=
|
||||
SHA1 (notification-daemon-0.3.7.tar.bz2) = Qh6jL58uyD+KKRhyWasr7vgK5gw=
|
||||
SHA256 (notification-daemon-0.3.7.tar.bz2) = kFI0mh1K9F42oHevHjbUG54ExGWXt4a2pe7I9cMI6SA=
|
||||
SIZE (notification-daemon-0.3.7.tar.bz2) = 294120
|
5
sysutils/notification-daemon/pkg/DESCR
Normal file
5
sysutils/notification-daemon/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
The Desktop Notifications framework provides a standard way of doing
|
||||
passive pop-up notifications on the desktop. These are designed to
|
||||
notify the user of something without interrupting their work with a
|
||||
dialog box that they must close. Passive popups can automatically
|
||||
disappear after a short period of time.
|
2
sysutils/notification-daemon/pkg/PFRAG.shared
Normal file
2
sysutils/notification-daemon/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/10/23 14:06:07 jasper Exp $
|
||||
lib/notification-daemon-1.0/engines/libstandard.so
|
19
sysutils/notification-daemon/pkg/PLIST
Normal file
19
sysutils/notification-daemon/pkg/PLIST
Normal file
@ -0,0 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/23 14:06:07 jasper Exp $
|
||||
@conflict notification-daemon-xfce-*
|
||||
%%SHARED%%
|
||||
lib/notification-daemon-1.0/
|
||||
lib/notification-daemon-1.0/engines/
|
||||
lib/notification-daemon-1.0/engines/libstandard.a
|
||||
lib/notification-daemon-1.0/engines/libstandard.la
|
||||
libexec/notification-daemon
|
||||
share/dbus-1/
|
||||
share/dbus-1/services/
|
||||
share/dbus-1/services/org.freedesktop.Notifications.service
|
||||
share/locale/de/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/nl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/sv/LC_MESSAGES/notification-daemon.mo
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/notification-daemon/*.schemas > /dev/null
|
||||
share/schemas/
|
||||
share/schemas/notification-daemon/
|
||||
share/schemas/notification-daemon/notification-daemon.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/notification-daemon/*.schemas > /dev/null
|
Loading…
Reference in New Issue
Block a user