Magellan Linux

Annotation of /branches/magellan-next/extras/notification-daemon/notification-daemon-0.5.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8470 - (hide annotations) (download)
Tue Jul 19 16:23:01 2011 UTC (12 years, 10 months ago) by niro
File size: 683 byte(s)
-fixed libcanberra dep -> libcanberra-gtk
1 niro 8312 # $Id$
2    
3     PNAME="notification-daemon"
4     PVER="0.5.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="x11-misc"
8    
9     DESCRIPTION="Notifications daemon."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= dev-libs/glib2-2.28
13     >= x11-libs/gtk2+-2.24
14     >= sys-apps/dbus-1.4
15 niro 8470 >= media-libs/libcanberra-gtk-0.28
16 niro 8312 >= x11-libs/libnotify-0.7
17     >= x11-libs/libX11-1.4"
18    
19     SDEPEND=">= dev-util/pkgconfig-0.25
20     >= dev-util/intltool-0.41
21 niro 8465 >= sys-dev/gettext-0.18"
22 niro 8312
23     sminclude gnome2
24    
25     SRC_URI=( ${SRC_URI[*]}
26     mirror://${PNAME}/${PNAME}-${PVER}-libnotify07.patch
27     )
28    
29     UP2DATE="updatecmd_gnome ${PNAME}"
30    
31     src_prepare()
32     {
33     munpack ${SRCFILE}
34     cd ${SRCDIR}
35    
36     #fix build against libnotify-0.7
37     mpatch ${PNAME}-${PVER}-libnotify07.patch || die
38     }