From e83a5e6319178810b435a5a0e7d287ee10c95eb0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 May 2014 16:34:10 +0200 Subject: [PATCH] xfce4: explicitly depend on xfce4-notifyd; notification-daemon is obsolete anyway. --- srcpkgs/xfce4/template | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/srcpkgs/xfce4/template b/srcpkgs/xfce4/template index 07c7efc11a..f8405cfb7b 100644 --- a/srcpkgs/xfce4/template +++ b/srcpkgs/xfce4/template @@ -1,16 +1,30 @@ # Template file for 'xfce4' pkgname=xfce4 version=4.10.0 -revision=3 +revision=4 build_style=meta -makedepends="xfce4-appfinder>=4.10.0 xfce4-mixer>=4.8.0_3 xfce4-panel>=4.10.0 - xfce4-session>=4.10.0 xfce4-settings>=4.10.0 xfconf>=4.10.0 xfdesktop>=4.10.0 - xfwm4>=4.10.0 xfwm4-themes>=4.10.0 xfce4-power-manager>=1.2.0 xfce4-terminal - Thunar>=1.4.0 thunar-volman>=0.8.0 exo>=0.8.0 orage>=4.8.3_1 ristretto>=0.6.0 - gtk-xfce-engine>=3.0.0 notification-daemon>=0.2.2_1 tumbler>=0.1.25 - xdg-user-dirs-gtk" +makedepends=" + xfce4-appfinder>=4.10.0 + xfce4-mixer>=4.8.0_3 + xfce4-panel>=4.10.0 + xfce4-session>=4.10.0 + xfce4-settings>=4.10.0 + xfconf>=4.10.0 + xfdesktop>=4.10.0 + xfwm4>=4.10.0 + xfwm4-themes>=4.10.0 + xfce4-power-manager>=1.2.0 + xfce4-terminal + Thunar>=1.4.0 + thunar-volman>=0.8.0 + exo>=0.8.0 + orage>=4.8.3_1 + ristretto>=0.6.0 + gtk-xfce-engine>=3.0.0 + xfce4-notifyd + tumbler>=0.1.25 + xdg-user-dirs-gtk" depends="${makedepends}" -noarch="yes" short_desc="The XFCE desktop environment meta package" maintainer="Juan RP " license="GPL-2, LGPL-2.1, BSD"