Update glade2 to 2.0.0. Notable changes include:
Glade 2.0.0 (Apr 11 2003) =========== o Hide GNOME widgets and stock items in GTK+ projects. o Made stock icon code more robust, hopefully fixing bug #105694. o Updated for newer GnomeDB. o Updated example text editor application for GTK+ 2. o Bug fixes, including a few crashers. Glade 1.1.3 (Nov 2 2002) =========== o The widget tree now has icons & popup menus again. o Removed dependancy on gnome-common for generated apps. o Stopped generating any deprecated code. o Updated GnomeDB support. o Updated the generated signal callback argument names. o A few keynav improvements, including global accelerators like Ctrl+S. o Disabled support for typing in labels while hovering over widgets, as it is a bit too error-prone. o Added 'New' button back to toolbar in GNOME version! o A few bug fixes.
This commit is contained in:
parent
42bd16c589
commit
3c976aea1b
3 changed files with 17 additions and 10 deletions
|
@ -1,12 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.6 2003/02/21 11:34:45 salo Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2003/04/25 06:00:26 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= glade-1.1.2
|
||||
DISTNAME= glade-2.0.0
|
||||
PKGNAME= ${DISTNAME:S/-/2-/}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= http://glade.pn.org/ \
|
||||
${MASTER_SITE_GNOME:=sources/glade/1.1/}
|
||||
${MASTER_SITE_GNOME:=sources/glade/2.0/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= sab@posix.org.uk
|
||||
|
@ -23,8 +22,6 @@ USE_X11= YES
|
|||
USE_LIBTOOL= YES
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
|
||||
BROKEN= Incompatible with the new libgnomedb. Will be fixed in next release.
|
||||
|
||||
.include "../../textproc/scrollkeeper/omf.mk"
|
||||
.include "../../databases/libgnomedb/buildlink2.mk"
|
||||
.include "../../print/libgnomeprintui/buildlink2.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/30 09:14:27 rh Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2003/04/25 06:00:26 rh Exp $
|
||||
bin/glade-2
|
||||
share/applications/glade-2.desktop
|
||||
share/glade-2/gtk/autogen.sh
|
||||
|
@ -22,6 +22,10 @@ share/gnome/help/glade-2/C/glade-faq.xml
|
|||
share/gnome/help/glade-2/C/glade-turbo-start.xml
|
||||
share/gnome/help/glade-2/C/glade-user-guide.xml
|
||||
share/gnome/help/glade-2/C/legal.xml
|
||||
share/gnome/help/glade-2/ro/glade-faq.xml
|
||||
share/gnome/help/glade-2/ro/legal.xml
|
||||
${PKGLOCALEDIR}/locale/am/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/glade-2.0.mo
|
||||
|
@ -38,6 +42,7 @@ ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/glade-2.0.mo
|
|||
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/glade-2.0.mo
|
||||
|
@ -50,14 +55,19 @@ ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/glade-2.0.mo
|
|||
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/yi/LC_MESSAGES/glade-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/glade-2.0.mo
|
||||
share/omf/glade-2/glade-faq-C.omf
|
||||
share/omf/glade-2/glade-faq-ro.omf
|
||||
share/omf/glade-2/glade-turbo-start-C.omf
|
||||
share/omf/glade-2/glade-user-guide-C.omf
|
||||
share/pixmaps/glade-2.png
|
||||
share/pixmaps/glade-2/glade_logo.png
|
||||
@dirrm share/pixmaps/glade-2
|
||||
@dirrm share/omf/glade-2
|
||||
@exec ${MKDIR} %D/share/gnome/help/glade-2/ro/figures
|
||||
@dirrm share/gnome/help/glade-2/ro/figures
|
||||
@dirrm share/gnome/help/glade-2/ro
|
||||
@dirrm share/gnome/help/glade-2/C/figures
|
||||
@dirrm share/gnome/help/glade-2/C
|
||||
@dirrm share/gnome/help/glade-2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/10/30 09:14:27 rh Exp $
|
||||
$NetBSD: distinfo,v 1.2 2003/04/25 06:00:26 rh Exp $
|
||||
|
||||
SHA1 (glade-1.1.2.tar.bz2) = 8d8d8b0b7350767c78780e8d39646c5dff9ed8d1
|
||||
Size (glade-1.1.2.tar.bz2) = 1602184 bytes
|
||||
SHA1 (glade-2.0.0.tar.bz2) = ac81c6b196537ec88ec24798cb922d10bc31216f
|
||||
Size (glade-2.0.0.tar.bz2) = 1723210 bytes
|
||||
|
|
Loading…
Reference in a new issue