Update to rep-gtk-0.13a. (Minor bugfixes). Also make the package depend
on graphics/gdk-pixbuf as well since it will build bindings for that if you have it installed. Based on patches from Jerry Alexandratos <alexandr@eecis.udel.edu>.
This commit is contained in:
parent
569e607093
commit
0398449e90
3 changed files with 13 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2000/07/31 04:14:11 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2000/08/07 15:51:37 danw Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rep-gtk-0.11
|
||||
DISTNAME= rep-gtk-0.13a
|
||||
CATEGORIES= x11 lang
|
||||
MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/
|
||||
|
||||
|
@ -9,10 +9,11 @@ MAINTAINER= danw@netbsd.org
|
|||
HOMEPAGE= http://rep-gtk.sourceforge.net/
|
||||
|
||||
DEPENDS+= gtk+-1.2.*:../../x11/gtk
|
||||
DEPENDS+= librep>=0.11:../../lang/librep
|
||||
DEPENDS+= librep>=0.12:../../lang/librep
|
||||
DEPENDS+= libglade-*:../../devel/libglade
|
||||
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
|
||||
DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
|
||||
DEPENDS+= gdk-pixbuf-*:../../graphics/gdk-pixbuf
|
||||
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.2 2000/07/01 03:40:20 danw Exp $
|
||||
$NetBSD: md5,v 1.3 2000/08/07 15:51:38 danw Exp $
|
||||
|
||||
MD5 (rep-gtk-0.11.tar.gz) = d5fb8e3b2981daf82859939d8af649f7
|
||||
MD5 (rep-gtk-0.13a.tar.gz) = 5c1c22b4cbfa932dbf669be8d6cdff24
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2000/07/01 03:40:20 danw Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2000/08/07 15:51:38 danw Exp $
|
||||
@comment rep/ and rep/xxx--netbsd/ are required by librep.
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/gdk-pixbuf.la
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/gnome-canvas.la
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/gnome-canvas-pixbuf.la
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/gnomelib.la
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/gnomeui.la
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/gtk.la
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgdk-pixbuf.a
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgdk-pixbuf.so.0.0
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libglade-gnome.a
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libglade-gnome.la
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libglade-gnome.so.0.0
|
||||
|
@ -12,6 +16,8 @@ libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libglade.la
|
|||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libglade.so.0.0
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgnome-canvas.a
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgnome-canvas.so.0.0
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgnome-canvas-pixbuf.a
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgnome-canvas-pixbuf.so.0.0
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgnomelib.a
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgnomelib.so.0.0
|
||||
libexec/rep/${MACHINE_GNU_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/libgnomeui.a
|
||||
|
|
Loading…
Reference in a new issue