pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/pygtk Do not unconditionally remove share/pygtk, i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a3fb6fef150
branches: trunk
changeset: 524395:3a3fb6fef150
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 24 19:43:14 2007 +0000
description:
Do not unconditionally remove share/pygtk, it is shared with py-gtk2.
However, do remove include/pygtk. Bump PKGREVISION.
diffstat:
x11/pygtk/Makefile | 4 ++--
x11/pygtk/PLIST | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r c03d292fc004 -r 3a3fb6fef150 x11/pygtk/Makefile
--- a/x11/pygtk/Makefile Wed Jan 24 19:40:39 2007 +0000
+++ b/x11/pygtk/Makefile Wed Jan 24 19:43:14 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2006/06/02 23:39:25 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2007/01/24 19:43:14 wiz Exp $
#
DISTNAME= pygtk-0.6.11
PKGNAME= ${PYPKGPREFIX}-gtk-0.6.11
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11 python
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/python/v1.2/
diff -r c03d292fc004 -r 3a3fb6fef150 x11/pygtk/PLIST
--- a/x11/pygtk/PLIST Wed Jan 24 19:40:39 2007 +0000
+++ b/x11/pygtk/PLIST Wed Jan 24 19:43:14 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:10:06 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/01/24 19:43:14 wiz Exp $
bin/pygtk-codegen-1.2
include/pygtk/pygdkimlib.h
include/pygtk/pygdkpixbuf.h
@@ -67,7 +67,7 @@
@dirrm share/pygtk/1.2/defs
@dirrm share/pygtk/1.2/codegen
@dirrm share/pygtk/1.2
-@dirrm share/pygtk
+@unexec ${RMDIR} %D/share/pygtk 2>/dev/null || ${TRUE}
@dirrm ${PYSITELIB}/gtk-1.2/pyglade
@dirrm ${PYSITELIB}/gtk-1.2
-@unexec ${RMDIR} %D/share/pygtk 2>/dev/null || ${TRUE}
+@dirrm include/pygtk
Home |
Main Index |
Thread Index |
Old Index