Magellan Linux

Annotation of /trunk/core/libnotify/libnotify-0.7.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10190 - (hide annotations) (download)
Thu Jan 19 14:52:23 2012 UTC (12 years, 5 months ago) by niro
File size: 716 byte(s)
-import from magellan-next
1 niro 9821 # $Id$
2    
3     PNAME="libnotify"
4     PVER="0.7.3"
5     PBUILD="r2"
6    
7 niro 10190 PCAT="x11-libs"
8 niro 9821
9     DESCRIPTION="Notifications library."
10     HOMEPAGE="http://developer.gnome.org/notification-spec/"
11    
12     DEPEND=">= dev-libs/glib2-2.28
13     >= x11-libs/gdk-pixbuf-2.22
14     >= dev-libs/dbus-glib-0.92"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.25"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude mbuild
22    
23     SRC_URI=(
24     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${PNAME}-${PVER}-gtk3-tests.patch
27     )
28    
29     UP2DATE="updatecmd_gnome ${PNAME}"
30    
31     src_prepare()
32     {
33     munpack ${SRCFILE} || die
34     cd ${SRCDIR}
35    
36     # make gtk3 tests conditional
37     mpatch ${PNAME}-${PVER}-gtk3-tests.patch || die
38     mautoreconf || die
39     }