Magellan Linux

Contents of /trunk/extras/notification-daemon/notification-daemon-0.5.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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