Magellan Linux

Contents of /smage/trunk/core/libnotify/libnotify-0.7.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4197 - (show annotations) (download)
Fri Nov 9 09:26:12 2012 UTC (11 years, 7 months ago) by niro
File size: 637 byte(s)
-no patching, requires autoreconf requires gtk3+ and gobject introspection. running the test only needs gtk3 at build time
1 # $Id$
2
3 PNAME="libnotify"
4 PVER="0.7.5"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="Notifications library."
10 HOMEPAGE="http://developer.gnome.org/notification-spec/"
11
12 DEPEND=">= dev-libs/glib2-2.34
13 >= x11-libs/gdk-pixbuf-2.26
14 >= dev-libs/dbus-glib-0.100"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= x11-libs/gtk3+-3.6"
18
19 SRCFILE="${PNAME}-${PVER}.tar.xz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23 msetfeature "!check"
24
25 SRC_URI=(
26 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd_gnome ${PNAME}"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure --disable-introspection || die
37 mmake || die
38 }