Update to notification-daemon-0.5.0.
This update brings ~3 years worth of changes and actually fixes several lock up issues people have been seeing. ok jasper@
This commit is contained in:
parent
9c47f61431
commit
c7d59dddc2
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2010/10/24 21:36:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2010/11/04 09:50:44 ajacoutot Exp $
|
||||
|
||||
COMMENT= send small notifications to your desktop
|
||||
|
||||
DISTNAME= notification-daemon-0.4.0
|
||||
REVISION= 9
|
||||
GNOME_VERSION= 0.5.0
|
||||
GNOME_PROJECT= notification-daemon
|
||||
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
HOMEPAGE= http://www.galago-project.org/
|
||||
@ -14,38 +15,31 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= ICE ORBit-2 SM X11 XRes Xau Xcomposite Xcursor Xdamage \
|
||||
Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c \
|
||||
cairo dbus-1 dbus-glib-1 execinfo expat fontconfig freetype \
|
||||
gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
|
||||
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
||||
png pthread pthread-stubs startup-notification-1 xcb \
|
||||
xcb-atom xcb-aux xcb-event xml2 z
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/files/releases/source/notification-daemon/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
WANTLIB += GL ICE ORBit-2 SM X11 XRes Xau Xcomposite Xcursor Xdamage
|
||||
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
|
||||
WANTLIB += atk-1.0 c cairo dbus-1 dbus-glib-1 drm execinfo expat
|
||||
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
||||
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
|
||||
WANTLIB += m ogg pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += png pthread pthread-stubs startup-notification-1 vorbis
|
||||
WANTLIB += vorbisfile xcb xcb-atom xcb-aux xcb-event xcb-render
|
||||
WANTLIB += xcb-shm z canberra-gtk canberra ltdl notify wnck-1
|
||||
|
||||
MODULES= devel/gettext \
|
||||
textproc/intltool \
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
LIB_DEPENDS= notify.>=2::devel/libnotify \
|
||||
glade-2.0.>=1::devel/libglade2 \
|
||||
gstreamer-0.10::multimedia/gstreamer-0.10/core \
|
||||
wnck-1::devel/libwnck \
|
||||
sexy::x11/libsexy
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
|
||||
::multimedia/gstreamer-0.10/plugins-good
|
||||
LIB_DEPENDS= ::devel/libnotify \
|
||||
::devel/libtool,-ltdl \
|
||||
::devel/libwnck \
|
||||
::audio/libcanberra
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
MODGCONF2_SCHEMAS_DIR= notification-daemon
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--with-dbus-sys="${SYSCONFDIR}/dbus-1/system.d" \
|
||||
--enable-sound=gstreamer
|
||||
--with-dbus-sys="${SYSCONFDIR}/dbus-1/system.d"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (notification-daemon-0.4.0.tar.bz2) = 5h7/l4JVHYEEW7U+ioAdWA==
|
||||
RMD160 (notification-daemon-0.4.0.tar.bz2) = aH+anAVO00KsErthKeuLE886akM=
|
||||
SHA1 (notification-daemon-0.4.0.tar.bz2) = 1xUtjhZ6oKFT68QEDOHFTevLGpw=
|
||||
SHA256 (notification-daemon-0.4.0.tar.bz2) = Kar07QkFieacpdu7kSWifJoZTlNcs7ltJulb2A/+pTA=
|
||||
SIZE (notification-daemon-0.4.0.tar.bz2) = 325840
|
||||
MD5 (notification-daemon-0.5.0.tar.bz2) = GJGbKqKoi3GkD1k5Pt9w0A==
|
||||
RMD160 (notification-daemon-0.5.0.tar.bz2) = g1vRcEeXhS2BDxgS9FZOONTe9iE=
|
||||
SHA1 (notification-daemon-0.5.0.tar.bz2) = Hf6pxjdxf5kwmc/KVk5wB3YIOFQ=
|
||||
SHA256 (notification-daemon-0.5.0.tar.bz2) = qh01Rv0dXFEIcxf0khxBmSe2RMEsObVXyVnJtF3rFHU=
|
||||
SIZE (notification-daemon-0.5.0.tar.bz2) = 330034
|
||||
|
@ -1,2 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/10/23 14:06:07 jasper Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2010/11/04 09:50:44 ajacoutot Exp $
|
||||
lib/notification-daemon-1.0/engines/libslider.so
|
||||
lib/notification-daemon-1.0/engines/libstandard.so
|
||||
|
@ -1,16 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2009/12/22 12:51:52 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2010/11/04 09:50:44 ajacoutot Exp $
|
||||
@conflict notification-daemon-xfce-*
|
||||
@conflict xfce4-notifyd-*
|
||||
%%SHARED%%
|
||||
@bin bin/notification-properties
|
||||
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
|
||||
@comment lib/notification-daemon-1.0/engines/libslider.a
|
||||
@comment lib/notification-daemon-1.0/engines/libslider.la
|
||||
@comment lib/notification-daemon-1.0/engines/libstandard.a
|
||||
@comment lib/notification-daemon-1.0/engines/libstandard.la
|
||||
@bin libexec/notification-daemon
|
||||
share/applications/notification-properties.desktop
|
||||
share/dbus-1/
|
||||
share/dbus-1/services/
|
||||
share/dbus-1/services/org.freedesktop.Notifications.service
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
@ -32,16 +32,30 @@ share/icons/hicolor/48x48/apps/notification-properties.png
|
||||
share/icons/hicolor/scalable/
|
||||
share/icons/hicolor/scalable/apps/
|
||||
share/icons/hicolor/scalable/apps/notification-properties.svg
|
||||
share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/cs/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/da/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/de/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/el/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/es/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/et/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/fr/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/gl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/hu/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/it/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/ja/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/lt/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/nb/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/nl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/pa/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/pl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/ru/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/sl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/sv/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/notification-daemon.mo
|
||||
share/notification-daemon/
|
||||
share/notification-daemon/notification-properties.glade
|
||||
share/notification-daemon/notification-properties.ui
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||
${SCHEMAS_INSTDIR}/
|
||||
${SCHEMAS_INSTDIR}/notification-daemon.schemas
|
||||
|
Loading…
Reference in New Issue
Block a user