Magellan Linux

Contents of /trunk/extras/notification-daemon/notification-daemon-0.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6887 - (show annotations) (download)
Thu Sep 23 19:01:24 2010 UTC (13 years, 7 months ago) by niro
File size: 908 byte(s)
auto added: ver bump to 0.4.0-r1
1 # $Id$
2
3 PNAME="notification-daemon"
4 PVER="0.4.0"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Notifications daemon."
11 HOMEPAGE="http://www.galago-project.org/"
12
13 DEPEND=">= dev-libs/glib2-2.22
14 >= x11-libs/gtk2+-2.18
15 >= gnome-base/gconf-2.28
16 >= dev-libs/dbus-glib-0.82
17 >= x11-libs/libsexy-0.1.11
18 >= x11-libs/libwnck-2.28
19 >= x11-libs/libnotify-0.4.5
20 >= gnome-base/libglade-2.6
21 >= media-libs/gstreamer-0.10.25"
22
23 SDEPEND=">= dev-util/pkgconfig-0.23
24 >= dev-util/intltool-0.40
25 >= dev-util/gettext-0.17"
26
27 sminclude gnome2
28
29 SRCFILE="${PNAME}-${PVER}.tar.bz2"
30 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
31
32 SRC_URI=(
33 http://www.galago-project.org/files/releases/source/${PNAME}/${SRCFILE}
34 mirror://${PNAME}/${SRCFILE}
35 )
36
37 UP2DATE="updatecmd ${HOMEPAGE}/files/releases/source/${PNAME}/ | lasttarball"
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 gn2_configure --enable-sound=gstreamer || die
44 mmake || die
45 }