summaryrefslogtreecommitdiff
path: root/devel/glade2
AgeCommit message (Collapse)AuthorFilesLines
2006-03-11Rename glade2 to glade and glade2-gnome to glade-gnome. This way thejmmv5-140/+0
package name matches the distname and avoids confusion because there is no such thing as glade1 any more in pkgsrc (and hasn't been for a very long time already).
2006-03-11Update glade2 and glade2-gnome to 2.12.1:jmmv4-10/+12
Glade 2.12.1 (Oct 9 2005) ============ o Fixed missing include file for GnomeDB widgets. o Translation updates. Glade 2.12.0 (Sep 14 2005) ============ o Added support for new properties - "GtkWindow::urgency_hint", "GtkAboutDialog::wrap_license", "GtkIconView::reorderable", "GtkFileChooserDialog::do_overwrite_confirmation", "GtkFileChooserButton::do_overwrite_confirmation", "GtkMenuBar::pack_direction", "GtkMenuBar::child_pack_direction". o Added 12 new named icons in GTK+ and GNOME. o Fixed bug using "Named Icon" property for widgets other than GtkWindow. o Fixed code generation for "GtkAboutDialog::destroy_with_parent".
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-13update to 2.10.0drochner4-11/+11
changes: -added support for GTK-2.6 widgets and properties -bugfixes -updated translations
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-29Disable GNOME support and split the Makefile to aid in the addition of thejmmv4-41/+42
new glade2-gnome package, which provides the missing bits. Bump PKGREVISION to 1. While here, pick maintainership. This package was maintained by the same person as gnome2-terminal, who is unreachable according to ben@. Addresses PR pkg/25030.
2004-11-26Changes 2.6.5:adam3-18/+18
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
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-02Revert previous: libgail-gnome pulls in too many dependencies and itwiz2-3/+9
is not really needed. However, add a MESSAGE recommending its installation (the shared library is dynamically loaded if it exists, so it can be installed after glade2 has been installed). Bump PKGREVISION to 2. Ok'd by jmmv.
2004-08-31Depend on libgail-gnome so that accessibility options can be configured forjmmv1-1/+3
widgets. Problem found by wiz@. Bump PKGREVISION to 1.
2004-04-20Update to 2.6.0:jmmv3-11/+14
Glade 2.6.0 (Apr 14 2004) =========== o Fixed trivial compilation problem in plain GTK+ version. o Fixed bug freeing unallocated memory on Win32. o Updated links to related software in README. Glade 2.5.1 (Mar 29 2004) =========== o Fixed bug migrating old toolbar widgets which meant that widgets other than the normal/toggle/radio buttons were being lost when loading. o Use the new GtkFileChooseDialog throughout Glade. o Load the gail-gnome module as well as gail. o If there is no .gladep file check the <requires> tags to see if it is a GNOME or GTK+ project. Previously it would assume its a GNOME project. o Set up GtkFrame according to the HIG. o A few other minor fixes. Glade 2.5.0 (Mar 17 2004) =========== o Added support for new widgets in GTK+ 2.4 - GtkExpander, GtkFontButton, GtkColorButton, GtkComboBox, GtkComboBoxEntry, GtkToolItem, GtkToolButton, GtkToggleToolButton, GtkRadioToolButton, GtkSeparatorToolItem, GtkFileChooserWidget, GtkFileChooserDialog. o Added support for a number of new properties of existing widgets. o New user manual (Pat Costello). o Removed Turbo Start Guide. o Updated FAQ to use sect1/sect2 elements so it is displayed OK in yelp.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-11Bump PKGREVISION due to update of libgda/libgnomedb to 1.0.3.jmmv1-2/+2
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-2/+2
database.
2004-02-20Add explicit dependancies on everything used directly by this package.jmmv1-1/+8
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme1-6/+6
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-1/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-14Updated to 2.0.1 from Soren Jacobsen.xtraeme3-8/+12
Many bugfixes were solved, review Changelog to see a complete list of changes.
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-09-11Bump PKGREVISION to 4, due to libgda/libgnomedb updates.jmmv1-3/+4
Add explicit dependancy on pkgconfig. Sort buildlink2 includes alphabetically.
2003-09-11Drop non-working master site.jmmv1-3/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-22Add dependency on gail. Bump PKGREVISION. Closes PR 21610 by Marc Recht.wiz1-2/+3
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-25Update glade2 to 2.0.0. Notable changes include:rh3-10/+17
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.
2003-02-21Mark as BROKEN. The =<1.1.3 releases of Glade2 are incompatible with thesalo1-3/+5
latest libgnomedb. The fix is non-trivial and already included in glade cvs. Next release should work fine again.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv1-5/+3
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-2/+2
2002-11-02s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|rh1-3/+4
Include missing scrollkeeper buildlink2.mk where necessary
2002-10-30Initial import of glade2-1.1.2, a user interface builder for the GTK2+rh4-0/+104
toolkit and GNOME2.