diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:39:19 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:39:19 +0000 |
commit | fe61bf1eb4f2758636a3c065686a833eb412df25 (patch) | |
tree | 1474457ea487adcafec2ab29e99ab61897a3e479 /sysutils/xfce4-power-manager | |
parent | 5732783897145621b6af3ab08fba8d9af40f338b (diff) |
Notes
Diffstat (limited to 'sysutils/xfce4-power-manager')
-rw-r--r-- | sysutils/xfce4-power-manager/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xfce4-power-manager/files/patch-src__xfpm-notify.c | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index b709e25df996..d76b5054ecc9 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-power-manager PORTVERSION= 1.0.10 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} @@ -15,7 +16,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= ports@FreeBSD.org COMMENT= XFce4 power manager -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/sysutils/xfce4-power-manager/files/patch-src__xfpm-notify.c b/sysutils/xfce4-power-manager/files/patch-src__xfpm-notify.c new file mode 100644 index 000000000000..07191d7eff4a --- /dev/null +++ b/sysutils/xfce4-power-manager/files/patch-src__xfpm-notify.c @@ -0,0 +1,12 @@ +--- src/xfpm-notify.c.orig 2011-02-15 21:52:35.000000000 +0100 ++++ src/xfpm-notify.c 2011-08-14 10:44:28.000000000 +0200 +@@ -233,9 +233,6 @@ xfpm_notify_new_notification_internal (c + #if !NOTIFY_CHECK_VERSION (0, 7, 0) + if ( icon ) + notify_notification_attach_to_status_icon (n, icon); +-#else +- if ( icon ) +- notify_notification_attach_to_status_icon (n, icon); + #endif + #endif + |