From ab2c8e867a4a6c382bf804c12acfb0d705ef56c3 Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 11 Jan 2010 05:34:12 +0000 Subject: * 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. --- sysutils/py-notify/Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'sysutils') 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" -- cgit v1.2.3