diff options
author | adam <adam@pkgsrc.org> | 2004-11-26 09:49:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-26 09:49:10 +0000 |
commit | 5f4e4136623d9dd30db05e9829c7f134dfc332eb (patch) | |
tree | e55ec7872e8b43a75a4a07cad85f48a7e3ecb018 /devel | |
parent | ac7bdf94fc42091fad552e89a51d37b3275e1010 (diff) | |
download | pkgsrc-5f4e4136623d9dd30db05e9829c7f134dfc332eb.tar.gz |
Changes 2.6.5:
o Fixed another bug in drawing code that was causing warnings/crashes.
Changes 2.6.4:
o Fixed bug in drawing code that was causing crashes.
Changes 2.6.3:
o Fixed problem with missing '...' buttons in the property editor.
Changes 2.6.2:
o Build fix - mkinstalldirs wasn't in the tarball.
Changes 2.6.1:
o Save window positions between sessions.
o Rewrote selection drawing code so it works better on win32.
o Support "translatable", "context" and "comments" attributes for text
properties to help with translation.
o Bug fixes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glade2/Makefile | 26 | ||||
-rw-r--r-- | devel/glade2/PLIST | 4 | ||||
-rw-r--r-- | devel/glade2/distinfo | 6 |
3 files changed, 18 insertions, 18 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index 2a43afec50e..4d733d1d634 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -1,26 +1,24 @@ -# $NetBSD: Makefile,v 1.33 2004/10/03 00:13:27 tv Exp $ -# +# $NetBSD: Makefile,v 1.34 2004/11/26 09:49:10 adam Exp $ -DISTNAME= glade-2.6.0 -PKGNAME= ${DISTNAME:S/-/2-/} -PKGREVISION= 3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/2.6/} -EXTRACT_SUFX= .tar.bz2 +DISTNAME= glade-2.6.5 +PKGNAME= ${DISTNAME:S/-/2-/} +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/2.6/} +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= sab@posix.org.uk -HOMEPAGE= http://glade.gnome.org/ -COMMENT= User interface builder for the GTK2+ toolkit and GNOME2 +MAINTAINER= sab@posix.org.uk +HOMEPAGE= http://glade.gnome.org/ +COMMENT= User interface builder for the GTK2+ toolkit and GNOME2 BUILD_USES_MSGFMT= YES -GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_DIRS+= gnome2-1.5 -USE_PKGLOCALEDIR= YES USE_GNU_TOOLS+= make -USE_X11= YES USE_LIBTOOL= YES +USE_PKGLOCALEDIR= YES +USE_X11= YES +GNU_CONFIGURE= YES .include "../../databases/libgda/buildlink3.mk" .include "../../databases/libgnomedb/buildlink3.mk" diff --git a/devel/glade2/PLIST b/devel/glade2/PLIST index 310ba476294..306ad8d021e 100644 --- a/devel/glade2/PLIST +++ b/devel/glade2/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2004/04/20 16:40:55 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/11/26 09:49:10 adam Exp $ bin/glade-2 share/applications/glade-2.desktop share/glade-2/gtk/autogen.sh share/gnome/help/glade-2/C/figures/edit-menu.png share/gnome/help/glade-2/C/figures/file-menu.png +share/gnome/help/glade-2/C/figures/glade-windows.png share/gnome/help/glade-2/C/figures/grid-options.png share/gnome/help/glade-2/C/figures/help-menu.png share/gnome/help/glade-2/C/figures/menu.png @@ -55,6 +56,7 @@ ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/glade-2.0.mo ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/glade-2.0.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/glade-2.0.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/glade-2.0.mo +${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/glade-2.0.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/glade-2.0.mo ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/glade-2.0.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/glade-2.0.mo diff --git a/devel/glade2/distinfo b/devel/glade2/distinfo index 97e19bc042c..855c6592f5a 100644 --- a/devel/glade2/distinfo +++ b/devel/glade2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/04/20 16:40:55 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2004/11/26 09:49:10 adam Exp $ -SHA1 (glade-2.6.0.tar.bz2) = e2fad9dbca2efe6ae6a44c12d292179498400e55 -Size (glade-2.6.0.tar.bz2) = 2145674 bytes +SHA1 (glade-2.6.5.tar.bz2) = b0d40b1296f0ee12cd5f5c725cc36c0b6656ee4d +Size (glade-2.6.5.tar.bz2) = 2393158 bytes |