NOTICE: This package has been removed from pkgsrc

./wip/gtkmm3, C++ Interfaces for GTK+ and GNOME

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.8.0, Package name: gtkmm3-3.8.0, Maintainer: pkgsrc-users

gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights
include typesafe callbacks, and a comprehensive set of widgets that are easily
extensible via inheritance. You can create user interfaces either in code or
with the Glade User Interface designer, using Gtk::Builder. There's extensive
documentation, including API reference and a tutorial.


Required to run:
[textproc/libxslt] [graphics/cairomm] [devel/glibmm] [devel/pangomm] [devel/atkmm] [x11/gtk3]

Required to build:
[pkgtools/x11-links] [x11/compositeproto] [x11/renderproto] [x11/xproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/xcb-proto] [x11/fixesproto4]

Master sites: (Expand)

SHA1: e0da5ce735480aadfb52150997d8644078df72f8
RMD160: d2c3a8acb88324d9fcc1a9b09c818dc85d5a66f0
Filesize: 4210.68 KB

Version history: (Expand)


CVS history: (Expand)


   2013-07-07 13:48:12 by Thomas Klausner | Files touched by this commit (5) | Package removed
Log message:
Remove gtkmm3, imported to pkgsrc.
   2013-05-21 15:51:48 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 3.8.0:

3.8.0 (stable):

Changes since 3.7.12:

Gtk:
* AccelLabel: Add set_accel().
  (Murray Cumming)
* ActionGroup: Add get/set_accel_group()
  and the accel-group property.
  (Murray Cumming)
* Entry: Add the populate_all property.
  (Murray Cumming)
* Image: Add the resource property.
  (Murray Cumming)
* IconInfo: Add load_icon_async(),
  load_symbolic_async(), load_symbolic_for_context().
  (Murray Cumming)
* IconView:
  - Add get/set_activate_on_single_click().
  and the activate-on-single-click property.
  - Add get_cell_rect().
  (Murray Cumming)  
* LevelBar: Add get/set_inverted().
  (Murray Cumming)
* MenuShell: Add bind_model().
  (Murray Cumming)
* Settings: Add the  gtk-recent-files-enabled
  and gtk-primary-button-warps-slider
  properties.
  (Murray Cumming)
* TextView: Add the populate_all property.
  (Murray Cumming)
* TreeView: Add get/set_activate_on_single_click()
  and the activate-on-single-click property.
  (Murray Cumming
* Widget: Add is_visible(), register_window() and
  unregister_window().
  (Murray Cumming)
* Window: Add set_titlebar().
  (Murray Cumming)

Gdk:
* Window: Add get/set_fullscreen_mode().
  (Murray Cumming)

Build:
* Fix and Update the Visual Studio Solution Files
  for MSVC.Net 2005, 2008 and 2010.
  (Chun-wei Fan)
   2012-12-27 06:25:31 by othyro | Files touched by this commit (4) | Package updated
Log message:
Website lied - 3.0.1 was not the latest stable. This version (3.4.2) isn't
either, but it's the latest stable that pkgsrc-2012Q3 can support. Q4 will
have updated glibmm and gtk3, and then we can update this package to 3.6.0.
   2012-12-27 05:35:34 by othyro | Files touched by this commit (5)
Log message:
Import gtkmm3-3.0.1 as wip/gtkmm3.

gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights
include typesafe callbacks, and a comprehensive set of widgets that are easily
extensible via inheritance. You can create user interfaces either in code or
with the Glade User Interface designer, using Gtk::Builder. There's extensive
documentation, including API reference and a tutorial.