diff options
author | obache <obache@pkgsrc.org> | 2010-01-11 05:34:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-01-11 05:34:12 +0000 |
commit | f3982716b198ecd2dbd67bae923e2c784c9fa444 (patch) | |
tree | 2efcadedb36dd6f01ec293271eaf6ff56d232d3d /sysutils | |
parent | 4bd836afebaa54b0330fce594c6d0b7822630ade (diff) | |
download | pkgsrc-f3982716b198ecd2dbd67bae923e2c784c9fa444.tar.gz |
* Fixes missing function attach_status_icon.
src/pynotify.c should be generated, but broken one exists in tarball.
(regeneration rule require gmake)
http://trac.galago-project.org/ticket/121
* fixes path of override *.pc.in file.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-notify/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index a68bee5305f..088b6452c6f 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2009/08/26 19:57:05 sno Exp $ +# $NetBSD: Makefile,v 1.11 2010/01/11 05:34:12 obache Exp $ # DISTNAME= notify-python-0.1.1 PKGNAME= ${PYPKGPREFIX}-notify-0.1.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= \ http://www.galago-project.org/files/releases/source/notify-python/ @@ -17,12 +17,17 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config -PKGCONFIG_OVERRIDE+= notify-python-0.1.1/notify-python.pc.in +PKGCONFIG_OVERRIDE+= notify-python.pc.in PYTHON_VERSIONS_ACCEPTED= 25 PY_PATCHPLIST= yes +# Missing function attach_status_icon +# http://trac.galago-project.org/ticket/121 +post-extract: + ${RM} -f ${WRKSRC}/src/pynotify.c + .include "../../lang/python/extension.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" |