summaryrefslogtreecommitdiff
path: root/devel/libbonoboui
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-4/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-3/+4
Bump BUILDLINK_RECOMMENDED.
2005-08-21Update to 2.10.1 (re-release of 2.10.0). Fixes the distribution tar.bz2jmmv2-7/+7
file (this package was broken before), and might be other things.
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-27update to 2.10.0drochner3-8/+10
changes: -minor bugfix -translation updates
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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-13Explicitly depend on glib2, pango and libxml2; they are used directly.jmmv1-1/+4
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-06Update to 2.8.1:jmmv3-7/+15
* bugs fixed + Merged the fixes from the toolbar-rework branch (Federico Mena Quintero) + Fix warnings when toolbars are destroyed (Federico) + Fix GDK interaction problem when running a control in same process as the container (Gustavo) + Fix include of wrong i18n header files (Jonathan Blandford) + Don't install files from examples (Gustavo) + Dock item a11y fix (Kjartan Maraas) + More toolbar fixes (Arvind Samptur) + Toolbar theme rendering fixes (Benjamin Berg, JP Rosevear) * misc. + Remove redundant AC_SUBST's in configure.in (Tomasz Kłoczko) + Add Bonobo component browser tool (Rodrigo Moya) + Deprecate pack-end behavior and add a space type for separators. (Marco Pesenti Gritti)
2004-12-15patch-aa was removed on Sep. 21 when it was updated to 2.8.0.reed1-2/+1
This will close PR # pkg/28670 -- thank you David Price for the PR.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-7/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv5-58/+49
While here, move documentation to share/doc, out of share/doc/html. 2004-09-13 Mark McLoughlin <mark@skynet.ie> * configure.in: Version 2.8.0. 2004-09-08 Gora Mohanty <gmohanty@cvs.gnome.org> * configure.in: Added 'or' to ALL_LINGUAS. 2004-08-16 Christian Rose <menthos@menthos.com> * configure.in: Added "bs" to ALL_LINGUAS. 2004-08-11 Kjartan Maraas <kmaraas@gnome.org> * bonobo/bonobo-control.c: (bonobo_control_get_ambient_properties), (bonobo_control_set_transient_for): NULL vs 0 stuff. * bonobo/bonobo-dock-layout.c: (bonobo_dock_layout_create_string): Same. * bonobo/bonobo-selector.c: (bonobo_selector_instance_init), (bonobo_selector_set_property): Same here too. * bonobo/bonobo-socket.c: Use correct type for the bitfield. * bonobo/bonobo-ui-preferences.c: (keys_changed_fn): gtk_idle_add() is deprecated. Use g_idle_add instead. * bonobo/bonobo-ui-sync-status.c: (impl_bonobo_ui_sync_status_state): Cast to avoid a warning. * bonobo/bonobo-ui-sync-toolbar.c: (get_dock_item): Fix warning. * bonobo/bonobo-window.c: (bonobo_window_instance_init): NULL vs 0 again * samples/compound-doc/container/document.c: (sample_doc_new): Ansi argument list again. * samples/container/bonobo-sample-container.c: NULL vs 0 again. * tests/test-moniker.c: Same here. 2004-08-11 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added nb to ALL_LINGUAS. 2004-06-25 Muktha <muktha.narayan@wipro.com> * bonobo/bonobo-ui-engine.c (check_excess_widgets): Add a check for NULL in g_message.
2004-05-15Update to 2.6.1:jmmv3-6/+10
2004-05-14 Michael Meeks <michael@ximian.com> * Version 2.6.1 2004-05-14 Takao Fujiwara <Takao.Fujiwara@Sun.COM> * bonobo/bonobo-ui-util.c (bonobo_ui_util_translate_ui): use direct gettext call to cover all domains. * bonobo/bonobo-ui-main.c (do_low_level_init) (bonobo_ui_init_full): initialize i18n bits / gettext package / code-set. * bonobo/Makefile.am: define BONOBO_EXPLICIT_TRANSLATION_DOMAIN. 2004-05-12 Michael Meeks <michael@ximian.com> * bonobo/bonobo-ui-util.c (bonobo_ui_util_set_ui): don't add a broken file to the cache. * bonobo/bonobo-ui-node.c (bonobo_ui_node_to_string): add pre-condition. 2004-04-27 Michael Meeks <michael@ximian.com> * bonobo/bonobo-dock-band.c (check_guint_arg): add pre-condition. 2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: Added "eu" (Basque) to ALL_LINGUAS. 2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. 2004-03-31 Christian Rose <menthos@menthos.com> * configure.in: Added "af" to ALL_LINGUAS. 2004-03-30 Adam Weinberger <adamw@gnome.org> * configure.in: Added en_CA to ALL_LINGUAS.
2004-05-02Fix multiple perl problem (like on Darwin/MacOSX)adam2-1/+15
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-01Update to 2.6.0. The list of changes since the previous stable version mayjmmv4-13/+16
be incomplete, but couldn't find anything better: libbonoboui 2.5.3 * bugs fixed + toolbar/dock destruction crasher (Michael) + unused arg cleanup (Fernando Herrera) * featurelets + BonoboWindow cleanup (Arvind Samptur) libbonoboui 2.5.2 * bugs fixed + require the right gtk+ (Jason Leach) + AIX portability (The Written Word) + svg icon image size (Sergey V. Udaltsov) + status bar grip problem (Michael) + control 'activate' signal (Federico, JP) + memove not strcpy for overlap (JP) + dock size allocation problem (Michael) * featurelets + status bar packing improvement (Alexander Larsson)
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-07No longer used.minskim1-30/+0
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-15libbonoboui is installed into LOCALBASE, not X11BASE.minskim1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-13s/independant/independent/; s/implemenatation/implementation/snj1-2/+2
2004-02-13Use pkgsrc intltool.jmmv1-1/+2
2004-02-11bl3ifyxtraeme2-12/+44
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-1/+2
2004-02-06Update to 2.4.3:jmmv2-6/+5
* control activation signal emission (Federico)
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.reed2-4/+4
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-14Update to 2.4.1, based on work done by xtraeme@ and Min Sik Kim.jmmv4-14/+20
Change log lists changes for the development branch (2.3); since then, there have been several bugfixes. libbonoboui 2.3.6 * bugs fixed + F1 help menu shortcut (Yuedong Du) + vicious K/B focus fixage (Federico) + dock grip fix (Padraig O'Briain) + doc. fix (Michael) libbonoboui 2.3.3 * bugs fixed + multi-head issues (Morten Welinder, Michael) + nasty focus hacks binned (Michael) + UI preferences fixes (Anders Carlsson) + toolbar layout fix (Gustavo Giraldez) + UI re-enterancy fix (Radek Doulik) + Tooltip fixes (Dave Camp) + build fixage (Hidetoshi Tajima, Masahiro Sakai, Malcolm Tredinnick, Padraig O'Briain, Alex Duggan) * featurelets + new sample container (Sergey Oudaltsov) + nicer toolbar rendering (Rodney Dawes) + cygwin port (Masahiro Sakai) + toolbar widget direction (Jody Goldberg) + working canvas components (Bob Gibbs) + more documentation (Gustavo Carneiro) * translations + kn, id, mn, yi (Christian Rose) + ro (Marius Andreiana) + fa (Roozbeh Pournader) + ml (Guntupalli Karunakar) + sr (Danilo Šegan) + cy (Telsa Gwynne et. al)
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-4/+4
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-09-23Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-08-05Update to 2.2.4:jmmv2-5/+5
- Chain to BonoboSocket's hierarchy_changed parent handler - #118705 (Federico)
2003-07-30Update to 2.2.3:jmmv3-8/+45
- Fixed BonoboSocket so that it will autoactivate controls appropriately; this did not work for in-process controls. - Merged changes from the HEAD branch so that toolbar buttons are not focusable.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-04-27Depend on gnome2-dirs to handle the shared share/gnome-2.0/ui directory.jmmv2-4/+6
Bump PKGREVISION to 1.
2003-03-05Update to 2.2.0.1:jmmv3-6/+16
* Bugs fixed + invisible event box replacement (Dave Camp) + async / gtk+ state sync loop (Radek Doulik) + UI image related segv (Michael, Ettore) + build fixes (Alex Duggan) * Featurelets + very major docs improvements (Gustavo Carneiro) * Translations + updated (mn, ro, id, kn, fa): (Christian Rose, Marius Andreiana, Roozbeh Purnader)
2003-02-14Update to 2.2.0. Changes since 2.0.3.3:jmmv4-11/+17
* bonobo/bonobo-ui-toolbar.c (accumulate_item_size): split from (update_sizes): here and account for the popup's item's size itself if items moved there. * bonobo/bonobo-ui-toolbar.c (show_popup_window): fix #76310, popup going off the side of the screen unhelpfully. * configure.in: Added Amharic (am) and Dutch (nl) to ALL_LINGUAS * configure.in: add a check for people with stale / non-parallel installable gdk-pixbuf's - it seems there are a number of such people. * Fix Makefile.am's for libtool's non-understanding of -pthread. * bonobo/bonobo-ui-util.c (bonobo_help_display_cb): re-hash so we can still allow components to register their own custom prefix intead of using the main program's always. * bonobo/bonobo-ui-util.c (bonobo_help_display_cb): fix search datadir to use existing GnomeProgram if available.
2003-01-05Do not try to remove lib/bonobo/servers (removed by bonobo-activation).jmmv1-3/+3
Do not try to remove lib/bonobo-2.0/sample (removed by libbonobo).
2003-01-04Updated libbonoboui to 2.0.3.3. Changes since 2.0.3.2:jmmv3-8/+8
- bonobo/bonobo-file-selector-util.c (create_bonobo_selector): fix acute brokenness. - bonobo/bonobo-ui-component.c (ui_event), (impl_Bonobo_UIComponent_execVerb): 64bit safe va-list termination. - tests/test-ui.c (cb_do_popup): don't destroy popup immediately after popup. - bonobo/bonobo-ui-component.c (bonobo_ui_component_set_translate): don't segv later if we have a NULL / bogus xml string coming in. - Added am and be translations. - samples/controls/Makefile.am, samples/compound-doc/bonobo-hello/Makefile.am: Fix $(prefix)/lib -> $(libdir). - bonobo/bonobo-ui-init-gtk.c: Change POPT_ARG_STRING to POPT_ARG_INT for the screen argument - configure.in: require libxml - fixes breakage from removing it from bonobo-activation's pkg-config requirements.