It's the job of the desktop environment to enforce a dependency on a

notification daemon. So drop the explicit dependency here.

discussed with and ok landry@, jasper@ (maintainer of gmpc-libnotify)
This commit is contained in:
ajacoutot 2013-03-30 14:55:58 +00:00
parent 4629408c6c
commit 7cb5841950
2 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2013/03/21 08:45:12 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.19 2013/03/30 14:55:58 ajacoutot Exp $
SHARED_ONLY= Yes
@ -8,7 +8,7 @@ VERSION= 0.20.0
DISTNAME= gmpc-libnotify-${VERSION}
CATEGORIES= audio
REVISION= 3
REVISION= 4
HOMEPAGE= http://gmpc.wikia.com/wiki/Plugins
@ -29,8 +29,7 @@ WANTLIB += xcb-shm z ffi stdc++
MODULES= devel/gettext \
textproc/intltool
RUN_DEPENDS= audio/gmpc>=${VERSION} \
notification-daemon-*|notification-daemon-xfce-*:sysutils/notification-daemon
RUN_DEPENDS= audio/gmpc>=${VERSION}
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= devel/libnotify>=0.7.2 \
x11/gtk+2 \

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.30 2013/03/21 08:46:32 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.31 2013/03/30 14:55:58 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= notification plugin for Claws-mail
VERSION= 0.30
REVISION= 0
REVISION= 1
DISTNAME= notification_plugin-${VERSION}
PKGNAME= claws-mail-notification-${VERSION}
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
@ -32,8 +32,7 @@ MODULES= devel/gettext
LIB_DEPENDS= devel/libnotify>=0.7.2 \
x11/gtk+2
RUN_DEPENDS= mail/claws-mail>=3.8.1 \
notification-daemon-*|notification-daemon-xfce-*|xfce4-notifyd-*:sysutils/notification-daemon
RUN_DEPENDS= mail/claws-mail>=3.8.1
BUILD_DEPENDS= ${RUN_DEPENDS}