Magellan Linux

Annotation of /branches/magellan-next/core/libnotify/libnotify-0.7.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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