Commit graph

27 commits

Author SHA1 Message Date
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
jmmv
7444507f65 Update to 2.4.1, based on work done by xtraeme@ and Min Sik Kim.
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-14 19:49:24 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
recht
1ff9e4f91f Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@
2003-09-23 12:18:53 +00:00
jmmv
1ab68784c9 Update to 2.2.4:
- Chain to BonoboSocket's hierarchy_changed parent handler - #118705 (Federico)
2003-08-05 23:48:30 +00:00
jmmv
d9b34bd691 Update to 2.2.3:
- 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-30 21:29:11 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
9540d79669 Depend on gnome2-dirs to handle the shared share/gnome-2.0/ui directory.
Bump PKGREVISION to 1.
2003-04-27 09:59:13 +00:00
jmmv
1d9e6d6652 Update to 2.2.0.1:
* 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-03-05 12:10:01 +00:00
jmmv
cc62897889 Update to 2.2.0. Changes since 2.0.3.3:
* 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-02-14 20:13:21 +00:00
jmmv
3fa676a8eb Do not try to remove lib/bonobo/servers (removed by bonobo-activation).
Do not try to remove lib/bonobo-2.0/sample (removed by libbonobo).
2003-01-05 10:35:09 +00:00
jmmv
14b7bb2828 Updated libbonoboui to 2.0.3.3. Changes since 2.0.3.2:
- 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.
2003-01-04 11:08:08 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
salo
937b3bf13b USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 23:21:32 +00:00
jmmv
3654d02b25 Update to 2.0.3.2; changes include:
* Bugs fixed
	+ toolbar label set efficiency win (Michael)
	+ toolbar destruction (Jaka Mocnik, Satyajit)

Approved by wiz.

This closes my own PR 18772.
2002-11-26 17:00:37 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
jlam
e576968c0f Don't symlink certain classes of files that aren't needed by buildlink2:
*.pc and binaries.  Both these things are simply found by packages in their
true installed locations.
2002-09-22 09:52:33 +00:00
rh
04dc246528 s/USE_X11BASE/USE_X11/ so this actually works on non-xpkgwedge systems
Bump PKGREVISIONs and default dependencies
2002-09-15 05:35:27 +00:00
rh
bc2b359759 Initial import of libbonoboui-2.0.3, the user interface components of the
CORBA object activtion framework for GNOME2.
Provided by Julio Merino <jmmv@hispabsd.org>.  Closes PR pkg/18198.
2002-09-11 23:57:02 +00:00