Magellan Linux

Contents of /branches/R11-unstable/extras/libnotify/libnotify-0.7.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25548 - (show annotations) (download)
Tue Nov 25 03:54:58 2014 UTC (9 years, 5 months ago) by niro
File size: 721 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libnotify"
4 PVER="0.7.6"
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.36
13 >= x11-libs/gdk-pixbuf-2.28
14 >= dev-libs/dbus-glib-0.100"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25"
17
18 SRCFILE="${PNAME}-${PVER}.tar.xz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude multilib
22 msetfeature "!check"
23
24 SRC_URI=(
25 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${PNAME}-0.7.5-gtk3-tests.patch
28 )
29
30 UP2DATE="updatecmd_gnome ${PNAME}"
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35
36 # make gtk3 tests conditional
37 mpatch ${PNAME}-0.7.5-gtk3-tests.patch || die
38 mautoreconf || die
39 }