Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8465 - (show annotations) (download)
Tue Jul 19 07:15:27 2011 UTC (12 years, 9 months ago) by niro
File size: 679 byte(s)
-fixed dependencies
1 # $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 >= media-libs/libcanberra-0.28
16 >= 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 >= sys-dev/gettext-0.18"
22
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 }