Magellan Linux

Contents of /branches/R11-unstable/extras/notify-python/notify-python-0.1.1-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25675 - (show annotations) (download)
Tue Nov 25 04:09:00 2014 UTC (9 years, 5 months ago) by niro
File size: 749 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="notify-python"
4 PVER="0.1.1"
5 PBUILD="r5"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="Python bindings for libnotify."
10 HOMEPAGE="http://www.galago-project.org/"
11
12 DEPEND=">= dev-python/pygtk-2.24
13 >= x11-libs/libnotify-0.7"
14
15 SDEPEND=">= dev-util/pkgconfig-0.25"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude python
21
22 SRC_URI=(
23 http://www.galago-project.org/files/releases/source/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${PNAME}-${PVER}-libnotify07.patch
26 )
27
28 UP2DATE="updatecmd ${HOMEPAGE}/files/releases/source/${PNAME}/ | lasttarball"
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 # fix build against libnotify-0.7
36 mpatch ${PNAME}-${PVER}-libnotify07.patch || die
37 }