summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2010-01-11 05:34:12 +0000
committerobache <obache>2010-01-11 05:34:12 +0000
commitab2c8e867a4a6c382bf804c12acfb0d705ef56c3 (patch)
tree2efcadedb36dd6f01ec293271eaf6ff56d232d3d /sysutils
parent2b1d63fee035e4b1d80d9c77c54000f8df0047e7 (diff)
downloadpkgsrc-ab2c8e867a4a6c382bf804c12acfb0d705ef56c3.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/Makefile13
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"