update to pygtk-2.2.0; ok mjc@
This commit is contained in:
parent
9f3da32ffb
commit
08412ce65d
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/02/16 21:12:50 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2004/07/02 01:27:45 djm Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
COMMENT= "gtk+2 Python bindings"
|
||||
|
||||
V= 2.0.0
|
||||
V= 2.2.0
|
||||
DISTNAME= pygtk-${V}
|
||||
PKGNAME= py-gtk2-${V}
|
||||
CATEGORIES= x11
|
||||
@ -19,7 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.0/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygtk/2.2/}
|
||||
|
||||
MODULES= iconv python
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pygtk-2.0.0.tar.gz) = 48524cd6bdb52af89a495b0dc3d13f64
|
||||
RMD160 (pygtk-2.0.0.tar.gz) = 3f81bc48f64e48b4a57dce124b8546d12f22eede
|
||||
SHA1 (pygtk-2.0.0.tar.gz) = 9b6f1441d20a614d8f32d7cc23ec7e4d93dacadd
|
||||
MD5 (pygtk-2.2.0.tar.gz) = 395bb4d8a39347b2fe67db35e83ea8cb
|
||||
RMD160 (pygtk-2.2.0.tar.gz) = 26889592fca3afb118c847a28685c5d427e2bc8b
|
||||
SHA1 (pygtk-2.2.0.tar.gz) = ff9427b4f171cd851e182da3182ab0034014d8ab
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/02/16 21:12:50 xsa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/07/02 01:27:45 djm Exp $
|
||||
bin/pygtk-codegen-2.0
|
||||
include/pygtk-2.0/pygobject.h
|
||||
include/pygtk-2.0/pygtk/pygtk.h
|
||||
@ -20,10 +20,6 @@ lib/python${MODPY_VERSION}/site-packages/pygtk.pth
|
||||
lib/python${MODPY_VERSION}/site-packages/pygtk.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygtk.pyc
|
||||
share/examples/py-gtk2/atk/atk-demo.py
|
||||
share/examples/py-gtk2/gl/README
|
||||
share/examples/py-gtk2/gl/cone.py
|
||||
share/examples/py-gtk2/gl/dots.py
|
||||
share/examples/py-gtk2/gl/gears.py
|
||||
share/examples/py-gtk2/glade/README
|
||||
share/examples/py-gtk2/glade/glade-demo.py
|
||||
share/examples/py-gtk2/glade/test.glade
|
||||
@ -72,6 +68,7 @@ share/examples/py-gtk2/pygtk-demo/demos/sizegroup.py
|
||||
share/examples/py-gtk2/pygtk-demo/demos/stock_browser.py
|
||||
share/examples/py-gtk2/pygtk-demo/demos/toolbar.py
|
||||
share/examples/py-gtk2/pygtk-demo/demos/treemodel.py
|
||||
share/examples/py-gtk2/pygtk-demo/gtk-logo-rgb.gif
|
||||
share/examples/py-gtk2/pygtk-demo/pygtk-demo.py
|
||||
share/examples/py-gtk2/simple/README
|
||||
share/examples/py-gtk2/simple/dnd.py
|
||||
@ -114,7 +111,6 @@ share/pygtk/2.0/defs/pango.defs
|
||||
@dirrm share/examples/py-gtk2/ide
|
||||
@dirrm share/examples/py-gtk2/gobject
|
||||
@dirrm share/examples/py-gtk2/glade
|
||||
@dirrm share/examples/py-gtk2/gl
|
||||
@dirrm share/examples/py-gtk2/atk
|
||||
@dirrm share/examples/py-gtk2
|
||||
@dirrm lib/python${MODPY_VERSION}/site-packages/gtk-2.0/gtk
|
||||
|
Loading…
Reference in New Issue
Block a user