pkgsrc/x11/gtk3/Makefile

106 lines
3.5 KiB
Makefile
Raw Normal View History

Update gtk3 to 3.14.1 Highlights from release notes: * GtkMisc::xalign has been undeprecated for now, it is still needed * GtkIconView - Always draw cell background - Fix handling of prelight items * GtkWindow - Fix growing nautilus windows * Theming: - Use sass functions more - Theme .app-notification instead of .app-notification.frame - Lots of button fine-tuning - Avoid double background rendering in tooltips - Much faster blur implementation for shadows - Support symbolic, recolorable pngs - Many improvements in details - Style .needs-attention in GtkStackSwitcher - Adwaita is much more complete - Shadows, reliefs and frames in GtkScrolledWindow, GtkViewport, GtkButton, GtkEntry, GtkFrame, etc are now translated to style classes and themed - Use client-side shadows for menus and tooltips - Include the Adwaita theme - The default theme is now Adwaita - Icon loading now respects limits specified in the icon theme, unless GTK_ICON_LOOKUP_FORCE_SIZE is set - Don't include image content in icon caches, to avoid huge caches - GtkSwitch gained a hover state - Use outlines to render focus rings - Use icons to render spinners, expanders and arrows - GtkIconTheme can force symbolic or regular icon variants - GtkIconTheme will automatically load rtl icon variants * Inspector: - Show widget allocations - Show hidden windows - Fix initial state of dark switch - Show some widget states and buildable ids - Add GtkTreeSelection to object tree - Add an easy way to change the font - Can change hi-dpi scale on the fly - Can simulate touchscreen at runtime - Shows style properties - Ctrl-Shift-I selects the widget under the pointer - Property editors show property and settings bindings - Support saving custom CSS - Show GMenus and GActions - Show combobox menus and submenus - Lower the inspector window when picking - Misc. navigation improvements * Show widget state and other misc. info * Wayland: - Implement Drag-and-Drop - Use subsurfaces for entry completion popups - Use subsurfaces for tooltips - Support newer protocol versions - Fix repaint artifacts - Update xdg-shell - Always use CSD under Wayland - Avoid a crash on pointer-less systems - Context menus work now - Support GNOME classic mode - Update to the latest xdg-shell protocol - Updates for xdg_shell protocol changes - Touch support * To align better with css, button and menuitem subclasses now use a :checked state to indicate their checkedness, instead of :active or :selected. * Deprecations, removals: - GtkStatusIcon, GtkThemingEngine - GtkWindow no longer supports resize grips - builtin icons have been deprecated in favor of loading icons from resources - Style regions - Support for .icon files - gdk_window_flush, drawing outside of begin/end paint - GdkColor - GtkMisc - GtkArrow - focus-line-width style property - GtkNumerableIcon - GtkButton::x/yalign - gtk_widget_reparent - gtk_widget_region_intersect - gtk_container_set_reallocate_redraws * GtkFileChooser - Fix editing of bookmarks - Use symbolic icons in the path bar - received some design improvements * GtkTextView - Add a vfunc to allow subclasses to draw above/below text * GtkImage - Support scale factor when loading from resources * Windows: - Fix handling of input shapes - Support font scaling - Dialog theming fixes - Several crash fixes - Fix icon theme loading - *Many* theme improvements - Add popover theming - Enable introspection - Theme improvements * CSS: - Selectors can now match state pseudo classes on all elements - Support outline-radius in CSS - Implement 'unset' and 'all' - Support -gtk-icontheme - Support -gtk-icon-source - Add -gtk-icon-transform, supporting the 2D parts of CSS transforms - Support -gtk-icon-style * GtkListBox: - Rows now have a selectable property and will be styled accordingly - GtkListBox can now do multi-selection * GtkApplication: - gtk_application_prefers_app_menu is a new function to facility adapting UIs to platform expectations - GtkApplication now tries to load menus from resources in the resource path that is defined by GApplication - GtkApplication set up a resource path for loading icons as well * GtkScrolledWindow: - Scrolling in response to user input (scrollbar clicks, keynav) is now animated - The displacement animation has been replaced edge gradients * GtkScaleButton: - The orientation is now changed on the fly to make the popup fit into small windows * GtkEntry: - Activity mode progress is now smooth * Client-side decorations - The default button layout includes minimize and maximize again - Dialogs are no longer using client-side decorations when use-header-bar is unset * GTK+ now ships a simple icon theme browser, gtk3-icon-browser * Gestures: - Convert most widgets to use gestures internally * Widget factory: - Improve coverage of GTK+ features * Interactive debugging support. The GtkInspector window can be triggered with the Ctrl-Shift-I or Ctrl-Shift-D keyboard shortcuts, or via the GTK_DEBUG environment variable. * Gesture support has landed. New classes include GtkGestureLongPress, GtkGestureMultiPress, GtkGestureSwipe, GtkGesturePan, GtkGestureRotate, GtkGestureZoom. Many GTK+ widgets already use gestures internally. Gestures also show up in GtkInspector. The gesture-related APIs are still subject to change. * GTK+ widgets can now draw outside their allocation, by setting a clip with gtk_widget_set_clip(). The clip-related APIs are still subject to change. * GtkStack has added a few more transition types * GtkProgressBar is now narrower * GtkSwitch has a way to delay state changes * GtkMenuButton is using a popover for menu models by default * GtkPopover can have horizontal sections * GtkBuilder - Supports property binding - Supports dialog actions * Client-side decorations - The requirement for _GTK_FRAME_EXTENTS has been dropped to avoid 'double headers' with most window managers - Drawing of DND highlights around the entire window works * Broadway backend - Now builds on OpenBSD * Many bug fixes * Translation updates For full details see: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.14.1
2014-10-08 01:52:08 +02:00
# $NetBSD: Makefile,v 1.54 2014/10/07 23:52:08 prlw1 Exp $
Update gtk3 to 3.14.1 Highlights from release notes: * GtkMisc::xalign has been undeprecated for now, it is still needed * GtkIconView - Always draw cell background - Fix handling of prelight items * GtkWindow - Fix growing nautilus windows * Theming: - Use sass functions more - Theme .app-notification instead of .app-notification.frame - Lots of button fine-tuning - Avoid double background rendering in tooltips - Much faster blur implementation for shadows - Support symbolic, recolorable pngs - Many improvements in details - Style .needs-attention in GtkStackSwitcher - Adwaita is much more complete - Shadows, reliefs and frames in GtkScrolledWindow, GtkViewport, GtkButton, GtkEntry, GtkFrame, etc are now translated to style classes and themed - Use client-side shadows for menus and tooltips - Include the Adwaita theme - The default theme is now Adwaita - Icon loading now respects limits specified in the icon theme, unless GTK_ICON_LOOKUP_FORCE_SIZE is set - Don't include image content in icon caches, to avoid huge caches - GtkSwitch gained a hover state - Use outlines to render focus rings - Use icons to render spinners, expanders and arrows - GtkIconTheme can force symbolic or regular icon variants - GtkIconTheme will automatically load rtl icon variants * Inspector: - Show widget allocations - Show hidden windows - Fix initial state of dark switch - Show some widget states and buildable ids - Add GtkTreeSelection to object tree - Add an easy way to change the font - Can change hi-dpi scale on the fly - Can simulate touchscreen at runtime - Shows style properties - Ctrl-Shift-I selects the widget under the pointer - Property editors show property and settings bindings - Support saving custom CSS - Show GMenus and GActions - Show combobox menus and submenus - Lower the inspector window when picking - Misc. navigation improvements * Show widget state and other misc. info * Wayland: - Implement Drag-and-Drop - Use subsurfaces for entry completion popups - Use subsurfaces for tooltips - Support newer protocol versions - Fix repaint artifacts - Update xdg-shell - Always use CSD under Wayland - Avoid a crash on pointer-less systems - Context menus work now - Support GNOME classic mode - Update to the latest xdg-shell protocol - Updates for xdg_shell protocol changes - Touch support * To align better with css, button and menuitem subclasses now use a :checked state to indicate their checkedness, instead of :active or :selected. * Deprecations, removals: - GtkStatusIcon, GtkThemingEngine - GtkWindow no longer supports resize grips - builtin icons have been deprecated in favor of loading icons from resources - Style regions - Support for .icon files - gdk_window_flush, drawing outside of begin/end paint - GdkColor - GtkMisc - GtkArrow - focus-line-width style property - GtkNumerableIcon - GtkButton::x/yalign - gtk_widget_reparent - gtk_widget_region_intersect - gtk_container_set_reallocate_redraws * GtkFileChooser - Fix editing of bookmarks - Use symbolic icons in the path bar - received some design improvements * GtkTextView - Add a vfunc to allow subclasses to draw above/below text * GtkImage - Support scale factor when loading from resources * Windows: - Fix handling of input shapes - Support font scaling - Dialog theming fixes - Several crash fixes - Fix icon theme loading - *Many* theme improvements - Add popover theming - Enable introspection - Theme improvements * CSS: - Selectors can now match state pseudo classes on all elements - Support outline-radius in CSS - Implement 'unset' and 'all' - Support -gtk-icontheme - Support -gtk-icon-source - Add -gtk-icon-transform, supporting the 2D parts of CSS transforms - Support -gtk-icon-style * GtkListBox: - Rows now have a selectable property and will be styled accordingly - GtkListBox can now do multi-selection * GtkApplication: - gtk_application_prefers_app_menu is a new function to facility adapting UIs to platform expectations - GtkApplication now tries to load menus from resources in the resource path that is defined by GApplication - GtkApplication set up a resource path for loading icons as well * GtkScrolledWindow: - Scrolling in response to user input (scrollbar clicks, keynav) is now animated - The displacement animation has been replaced edge gradients * GtkScaleButton: - The orientation is now changed on the fly to make the popup fit into small windows * GtkEntry: - Activity mode progress is now smooth * Client-side decorations - The default button layout includes minimize and maximize again - Dialogs are no longer using client-side decorations when use-header-bar is unset * GTK+ now ships a simple icon theme browser, gtk3-icon-browser * Gestures: - Convert most widgets to use gestures internally * Widget factory: - Improve coverage of GTK+ features * Interactive debugging support. The GtkInspector window can be triggered with the Ctrl-Shift-I or Ctrl-Shift-D keyboard shortcuts, or via the GTK_DEBUG environment variable. * Gesture support has landed. New classes include GtkGestureLongPress, GtkGestureMultiPress, GtkGestureSwipe, GtkGesturePan, GtkGestureRotate, GtkGestureZoom. Many GTK+ widgets already use gestures internally. Gestures also show up in GtkInspector. The gesture-related APIs are still subject to change. * GTK+ widgets can now draw outside their allocation, by setting a clip with gtk_widget_set_clip(). The clip-related APIs are still subject to change. * GtkStack has added a few more transition types * GtkProgressBar is now narrower * GtkSwitch has a way to delay state changes * GtkMenuButton is using a popover for menu models by default * GtkPopover can have horizontal sections * GtkBuilder - Supports property binding - Supports dialog actions * Client-side decorations - The requirement for _GTK_FRAME_EXTENTS has been dropped to avoid 'double headers' with most window managers - Drawing of DND highlights around the entire window works * Broadway backend - Now builds on OpenBSD * Many bug fixes * Translation updates For full details see: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.14.1
2014-10-08 01:52:08 +02:00
DISTNAME= gtk+-3.14.1
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
Update gtk3 to version 3.8.2 Rename patch-gtk_a11y_gail.c to patch-gtk_a11y_gtkaccessibility.c Many improvements, bug fixes and translation updates: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.8.2 Highlights: * Deprecations and removals: - Custom CSS properties have been deprecated - Support for color schemes has been removed - gtk_style_provider_get_style, gtk_style_provider_get_icon_factory - GtkGradient and GtkSymbolicColor - All the padding style properties in menus * CSS improvements: - Add cycle detection to color resolving * A lot of filechooser button fixes * The print dialog now shows printers that are discovered using avahi, if configured with --enable-avahi-browsing * We now support the Window Manager frame synchronization protocol draft (when running under a WM that supports it). This means applications will throttle their drawing cycle to what the compositor is drawing, and the compositor will never render half-updated windows, for seamless resizing and improved smoothness in drawing. See https://mail.gnome.org/archives/wm-spec-list/2013-January/msg00000.html and the articles at http://blog.fishsoup.net/ for more details. * We now support setting an opacity to any GtkWidget, not just toplevels: gtk_window_set_opacity has been deprecated in favor of gtk_widget_set_opacity. * GtkIconTheme gained asynchronous loaders for GtkIconInfo objects * GtkIconInfo has changed from being a boxed type to a GObject. This is technically an ABI change, but basically all existing code will keep working if its used as a boxed type, and its not possible to instantiate GtkIconInfos outside Gtk, so this is not expected to be a big problem. * GtkTreeView and GtkIconView allow single-click activation * GtkImage can be set from a resource * GdkWaylandDisplay is now public * gdk_window_set_fullscreen_mode: new function to let windows be fullscreened across multiple monitors * We now use state flags for text direction: GTK_STATE_FLAG_LTR/RTL. gtk_style_context_set_direction() has been deprecated. * We install headers for accessible implementations of GTK+ widgets. This makes it possible to implement accessibility for third-party widgets by subclassing the proper GTK+ implementation. To do this, include gtk/gtk-a11y.h. * Invisible widgets now return a size of 0x0. This is an experimental change that makes GtkWidget::visible essentially behave the same way that "display: none" does in CSS. If you want the effect of CSS's "visibility: hidden", you can use a GtkNotebook with an empty page. * GtkFrame now draws a background. * The Broadway backend now installs a separate server: broadwayd. * GtkBuilder now lets you refer to external objects from a ui file if the objects have been exported with the new function gtk_builder_expose_object() * Font handling has been improved: - The default font is no longer handled like a custom style sheet that overrides everything, but as the initial value. This is the same behavior as in web browsers. - It is now possible to set font-family and font-size like other CSS properties, and relative font sizes are supported. Font sizes in CSS can be specified as numbers or with keywords like xx-small, medium, smaller, larger,... * GTK+ now uses proper Unicode ellipses in strings.
2013-05-19 00:44:43 +02:00
CATEGORIES= x11 gnome
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/${PKGVERSION_NOREV:R}/ \
${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gtk.org/
COMMENT= GIMP Toolkit v3 - libraries for building X11 user interfaces
LICENSE= gnu-lgpl-v2.1
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt perl pkg-config bash
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PTHREAD_AUTO_VARS= yes
BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
2011-07-17 05:34:35 +02:00
GNU_CONFIGURE= yes
# XXX there is a subtle bashism in "configure" or a bug in NetBSD's sh
CONFIG_SHELL= ${TOOLS_PATH.bash}
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata
# Work around build problems, disable unstable PAPI, PR #41608:
CONFIGURE_ARGS+= --disable-papi
# XXX for now, to avoid conflict
CONFIGURE_ARGS+= --enable-gtk2-dependency
Update gtk3 to version 3.8.2 Rename patch-gtk_a11y_gail.c to patch-gtk_a11y_gtkaccessibility.c Many improvements, bug fixes and translation updates: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.8.2 Highlights: * Deprecations and removals: - Custom CSS properties have been deprecated - Support for color schemes has been removed - gtk_style_provider_get_style, gtk_style_provider_get_icon_factory - GtkGradient and GtkSymbolicColor - All the padding style properties in menus * CSS improvements: - Add cycle detection to color resolving * A lot of filechooser button fixes * The print dialog now shows printers that are discovered using avahi, if configured with --enable-avahi-browsing * We now support the Window Manager frame synchronization protocol draft (when running under a WM that supports it). This means applications will throttle their drawing cycle to what the compositor is drawing, and the compositor will never render half-updated windows, for seamless resizing and improved smoothness in drawing. See https://mail.gnome.org/archives/wm-spec-list/2013-January/msg00000.html and the articles at http://blog.fishsoup.net/ for more details. * We now support setting an opacity to any GtkWidget, not just toplevels: gtk_window_set_opacity has been deprecated in favor of gtk_widget_set_opacity. * GtkIconTheme gained asynchronous loaders for GtkIconInfo objects * GtkIconInfo has changed from being a boxed type to a GObject. This is technically an ABI change, but basically all existing code will keep working if its used as a boxed type, and its not possible to instantiate GtkIconInfos outside Gtk, so this is not expected to be a big problem. * GtkTreeView and GtkIconView allow single-click activation * GtkImage can be set from a resource * GdkWaylandDisplay is now public * gdk_window_set_fullscreen_mode: new function to let windows be fullscreened across multiple monitors * We now use state flags for text direction: GTK_STATE_FLAG_LTR/RTL. gtk_style_context_set_direction() has been deprecated. * We install headers for accessible implementations of GTK+ widgets. This makes it possible to implement accessibility for third-party widgets by subclassing the proper GTK+ implementation. To do this, include gtk/gtk-a11y.h. * Invisible widgets now return a size of 0x0. This is an experimental change that makes GtkWidget::visible essentially behave the same way that "display: none" does in CSS. If you want the effect of CSS's "visibility: hidden", you can use a GtkNotebook with an empty page. * GtkFrame now draws a background. * The Broadway backend now installs a separate server: broadwayd. * GtkBuilder now lets you refer to external objects from a ui file if the objects have been exported with the new function gtk_builder_expose_object() * Font handling has been improved: - The default font is no longer handled like a custom style sheet that overrides everything, but as the initial value. This is the same behavior as in web browsers. - It is now possible to set font-family and font-size like other CSS properties, and relative font sizes are supported. Font sizes in CSS can be specified as numbers or with keywords like xx-small, medium, smaller, larger,... * GTK+ now uses proper Unicode ellipses in strings.
2013-05-19 00:44:43 +02:00
# Avoid regeneration of Makefile.in after configure.ac patch
CONFIGURE_ARGS+= --disable-maintainer-mode
DEPENDS+= gtk2+-[0-9]*:../../x11/gtk2
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
TEST_TARGET= check
PKGCONFIG_OVERRIDE+= gdk-3.0.pc.in
PKGCONFIG_OVERRIDE+= gtk+-3.0.pc.in
PKGCONFIG_OVERRIDE+= gtk+-unix-print-3.0.pc.in
PKGCONFIG_OVERRIDE+= gail-3.0.pc.in
INSTALLATION_DIRS+= lib/gtk-3.0/immodules
INSTALLATION_DIRS+= lib/gtk-3.0/modules
INSTALLATION_DIRS+= lib/gtk-3.0/3.0.0/filesystems
#REQD_DIRS+= ${PREFIX}/libdata/gtk-2.0
BUILD_DIRS= . demos/gtk-demo
.include "../../mk/bsd.prefs.mk"
# gtk/Makefile.am hardcodes 'grep -o' so require GNU grep on platforms
# which do not have it.
.if ${OPSYS} == "SunOS"
BUILD_DEPENDS+= grep-[0-9]*:../../textproc/grep
TOOLS_PATH.grep= ${LOCALBASE}/bin/ggrep
.endif
# isnan and isinf are part of libc, not libm on DragonFly
# conf tests fail detection due to conflicting definitions, just skip them
.if ${OPSYS} == "DragonFly"
CONFIGURE_ENV+= ac_cv_func_isnan=yes
CONFIGURE_ENV+= ac_cv_func_isinf=yes
.endif
CFLAGS.SunOS+= -std=gnu99
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
# We remove the module databases during post-install since we create them
# anew in the +INSTALL script as part of the POST-INSTALL action.
#
post-install:
${RM} -f ${DESTDIR}${GTK3_IMMODULES_DB}
_BUILDING_GTK3= yes
.include "modules.mk"
.include "../../databases/shared-mime-info/buildlink3.mk"
Update gtk3 to version 3.8.2 Rename patch-gtk_a11y_gail.c to patch-gtk_a11y_gtkaccessibility.c Many improvements, bug fixes and translation updates: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.8.2 Highlights: * Deprecations and removals: - Custom CSS properties have been deprecated - Support for color schemes has been removed - gtk_style_provider_get_style, gtk_style_provider_get_icon_factory - GtkGradient and GtkSymbolicColor - All the padding style properties in menus * CSS improvements: - Add cycle detection to color resolving * A lot of filechooser button fixes * The print dialog now shows printers that are discovered using avahi, if configured with --enable-avahi-browsing * We now support the Window Manager frame synchronization protocol draft (when running under a WM that supports it). This means applications will throttle their drawing cycle to what the compositor is drawing, and the compositor will never render half-updated windows, for seamless resizing and improved smoothness in drawing. See https://mail.gnome.org/archives/wm-spec-list/2013-January/msg00000.html and the articles at http://blog.fishsoup.net/ for more details. * We now support setting an opacity to any GtkWidget, not just toplevels: gtk_window_set_opacity has been deprecated in favor of gtk_widget_set_opacity. * GtkIconTheme gained asynchronous loaders for GtkIconInfo objects * GtkIconInfo has changed from being a boxed type to a GObject. This is technically an ABI change, but basically all existing code will keep working if its used as a boxed type, and its not possible to instantiate GtkIconInfos outside Gtk, so this is not expected to be a big problem. * GtkTreeView and GtkIconView allow single-click activation * GtkImage can be set from a resource * GdkWaylandDisplay is now public * gdk_window_set_fullscreen_mode: new function to let windows be fullscreened across multiple monitors * We now use state flags for text direction: GTK_STATE_FLAG_LTR/RTL. gtk_style_context_set_direction() has been deprecated. * We install headers for accessible implementations of GTK+ widgets. This makes it possible to implement accessibility for third-party widgets by subclassing the proper GTK+ implementation. To do this, include gtk/gtk-a11y.h. * Invisible widgets now return a size of 0x0. This is an experimental change that makes GtkWidget::visible essentially behave the same way that "display: none" does in CSS. If you want the effect of CSS's "visibility: hidden", you can use a GtkNotebook with an empty page. * GtkFrame now draws a background. * The Broadway backend now installs a separate server: broadwayd. * GtkBuilder now lets you refer to external objects from a ui file if the objects have been exported with the new function gtk_builder_expose_object() * Font handling has been improved: - The default font is no longer handled like a custom style sheet that overrides everything, but as the initial value. This is the same behavior as in web browsers. - It is now possible to set font-family and font-size like other CSS properties, and relative font sizes are supported. Font sizes in CSS can be specified as numbers or with keywords like xx-small, medium, smaller, larger,... * GTK+ now uses proper Unicode ellipses in strings.
2013-05-19 00:44:43 +02:00
BUILDLINK_API_DEPENDS.atk+= atk>=2.7.5
.include "../../devel/atk/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
Update gtk3 to 3.10.6 This is causing problems (3.9.6 to 3.9.8): * We've started deprecating GtkStock apis. These apis will continue working until GTK+ 4, so there is no need to rush to replace them. For more information, see https://mail.gnome.org/archives/gtk-devel-list/2013-July/msg00000.html Wholly deprecated as part of this effort: GtkIconFactory, GtkIconSet, GtkIconSource, GtkImageMenuItem, GtkAction, GtkUIManager Other highlights: * Theme support - Always fall back to 'gnome' icon theme in addition to 'hicolor' - Respect deprecated gtk-button-images setting - Respect deprecated gtk-menu-images setting * Accessibility improvements - Add accessible names to csd window buttons - Mark GtkLinkButton as visited when appropriate - Add a GtkListBoxRow accessible * GtkLabel can now ellipsize just the last line, ellipsized in multi-line labels. * GtkInfoBar now uses a GtkRevealer internally to slide in place. It is no longer necessary to do that manually. * GtkHeaderBar can now add a window close button * The fine adjustment mode for scrolling has been revamped to be easier discoverable, and visual feedback and autoscrolling has been added. * GtkIconTheme now supports 2x scaled icons for hi-dpi displays. * The Wayland and X11 clipboard implementations can now coexist * GtkInfoBar updates - Turn action area horizontal - Fix spacing - Add an easy way to add a close button * Documentation - Modernize many screenshots - Redo the widget gallery - Improve 'Getting Started' tutorial - Add new application examples to tutorial * Deprecations: tear-off menuitems, gtk-button-images, gtk-show-unicode-menu, gtk-show-input-method-menu, gtk-enable-mnemonics, gtk-auto-mnemonics, gtk-color-palette, gtk-can-change-accels, cursor blink settings, gtk-fallback-icon-theme, gtk-scrolled-window-placement, menu popup delay settings, gtk-menu-bar-accel, keynav tweaks, gtk-touchscreen-mode, gtk-icon-sizes, im style tweaks, gtk-file-chooser-backend, gtk-enable-tooltips, gtk-visible-focus, tooltip timeout tweaks, toolbar style tweaks * Initial support for scaled output (on high-dpi screens) has been added. While this can be built with cairo 1.12, it needs a cairo branch to work. Support for this has been added to the Wayland, OS X and Windows backends. * GtkListBox: - handle double-clicks properly - add an example in gtk3-demo * GtkSearchBar: a toolbar that will popup automatically when searches should be started, and dismissed when they are finished * GtkListBox a vertical container that can sort and filter its children * GtkStack has gained position dependent transitions (left-right and up-down) * The Broadway GDK backend can be built on Windows now * The GDK initialization code has been refactored. GdkDisplayManager is no longer backend-specific. * The symbol exporting functionality has been refactored. We no longer use .symbols files, and instead rely on explicit header annotations for every exported symbol. the abicheck scripts are no longer used. * The GDK drawing and scrolling has been simplified. We no longer use XCopyArea for scrolling, instead an offscreen cache is used. There is a new debug flag, GTK_DEBUG=pixel-cache for this. * Window sizing issues have been addressed. * Implement height-for-width for GtkEventBox and GtkCheckButton * Custom titlebars can now be set from GtkBuilder files * Optionally install tests, when configured with --enable-installed-tests. To run these tests, gnome-desktop-testing-runner can be used. * Native input methods are supported on OS X now. Many bug fixes and translation updates. For full details see: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.10.6
2013-12-08 15:21:37 +01:00
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.5
.include "../../devel/glib2/buildlink3.mk"
Update gtk3 to version 3.8.2 Rename patch-gtk_a11y_gail.c to patch-gtk_a11y_gtkaccessibility.c Many improvements, bug fixes and translation updates: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.8.2 Highlights: * Deprecations and removals: - Custom CSS properties have been deprecated - Support for color schemes has been removed - gtk_style_provider_get_style, gtk_style_provider_get_icon_factory - GtkGradient and GtkSymbolicColor - All the padding style properties in menus * CSS improvements: - Add cycle detection to color resolving * A lot of filechooser button fixes * The print dialog now shows printers that are discovered using avahi, if configured with --enable-avahi-browsing * We now support the Window Manager frame synchronization protocol draft (when running under a WM that supports it). This means applications will throttle their drawing cycle to what the compositor is drawing, and the compositor will never render half-updated windows, for seamless resizing and improved smoothness in drawing. See https://mail.gnome.org/archives/wm-spec-list/2013-January/msg00000.html and the articles at http://blog.fishsoup.net/ for more details. * We now support setting an opacity to any GtkWidget, not just toplevels: gtk_window_set_opacity has been deprecated in favor of gtk_widget_set_opacity. * GtkIconTheme gained asynchronous loaders for GtkIconInfo objects * GtkIconInfo has changed from being a boxed type to a GObject. This is technically an ABI change, but basically all existing code will keep working if its used as a boxed type, and its not possible to instantiate GtkIconInfos outside Gtk, so this is not expected to be a big problem. * GtkTreeView and GtkIconView allow single-click activation * GtkImage can be set from a resource * GdkWaylandDisplay is now public * gdk_window_set_fullscreen_mode: new function to let windows be fullscreened across multiple monitors * We now use state flags for text direction: GTK_STATE_FLAG_LTR/RTL. gtk_style_context_set_direction() has been deprecated. * We install headers for accessible implementations of GTK+ widgets. This makes it possible to implement accessibility for third-party widgets by subclassing the proper GTK+ implementation. To do this, include gtk/gtk-a11y.h. * Invisible widgets now return a size of 0x0. This is an experimental change that makes GtkWidget::visible essentially behave the same way that "display: none" does in CSS. If you want the effect of CSS's "visibility: hidden", you can use a GtkNotebook with an empty page. * GtkFrame now draws a background. * The Broadway backend now installs a separate server: broadwayd. * GtkBuilder now lets you refer to external objects from a ui file if the objects have been exported with the new function gtk_builder_expose_object() * Font handling has been improved: - The default font is no longer handled like a custom style sheet that overrides everything, but as the initial value. This is the same behavior as in web browsers. - It is now possible to set font-family and font-size like other CSS properties, and relative font sizes are supported. Font sizes in CSS can be specified as numbers or with keywords like xx-small, medium, smaller, larger,... * GTK+ now uses proper Unicode ellipses in strings.
2013-05-19 00:44:43 +02:00
BUILDLINK_API_DEPENDS.gdk-pixbuf2+= gdk-pixbuf2>=2.27.1
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
BUILDLINK_DEPMETHOD.gobject-introspection:= build
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.32
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "options.mk"
.include "../../devel/glib2/schemas.mk"
Update gtk3 to version 3.8.2 Rename patch-gtk_a11y_gail.c to patch-gtk_a11y_gtkaccessibility.c Many improvements, bug fixes and translation updates: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.8.2 Highlights: * Deprecations and removals: - Custom CSS properties have been deprecated - Support for color schemes has been removed - gtk_style_provider_get_style, gtk_style_provider_get_icon_factory - GtkGradient and GtkSymbolicColor - All the padding style properties in menus * CSS improvements: - Add cycle detection to color resolving * A lot of filechooser button fixes * The print dialog now shows printers that are discovered using avahi, if configured with --enable-avahi-browsing * We now support the Window Manager frame synchronization protocol draft (when running under a WM that supports it). This means applications will throttle their drawing cycle to what the compositor is drawing, and the compositor will never render half-updated windows, for seamless resizing and improved smoothness in drawing. See https://mail.gnome.org/archives/wm-spec-list/2013-January/msg00000.html and the articles at http://blog.fishsoup.net/ for more details. * We now support setting an opacity to any GtkWidget, not just toplevels: gtk_window_set_opacity has been deprecated in favor of gtk_widget_set_opacity. * GtkIconTheme gained asynchronous loaders for GtkIconInfo objects * GtkIconInfo has changed from being a boxed type to a GObject. This is technically an ABI change, but basically all existing code will keep working if its used as a boxed type, and its not possible to instantiate GtkIconInfos outside Gtk, so this is not expected to be a big problem. * GtkTreeView and GtkIconView allow single-click activation * GtkImage can be set from a resource * GdkWaylandDisplay is now public * gdk_window_set_fullscreen_mode: new function to let windows be fullscreened across multiple monitors * We now use state flags for text direction: GTK_STATE_FLAG_LTR/RTL. gtk_style_context_set_direction() has been deprecated. * We install headers for accessible implementations of GTK+ widgets. This makes it possible to implement accessibility for third-party widgets by subclassing the proper GTK+ implementation. To do this, include gtk/gtk-a11y.h. * Invisible widgets now return a size of 0x0. This is an experimental change that makes GtkWidget::visible essentially behave the same way that "display: none" does in CSS. If you want the effect of CSS's "visibility: hidden", you can use a GtkNotebook with an empty page. * GtkFrame now draws a background. * The Broadway backend now installs a separate server: broadwayd. * GtkBuilder now lets you refer to external objects from a ui file if the objects have been exported with the new function gtk_builder_expose_object() * Font handling has been improved: - The default font is no longer handled like a custom style sheet that overrides everything, but as the initial value. This is the same behavior as in web browsers. - It is now possible to set font-family and font-size like other CSS properties, and relative font sizes are supported. Font sizes in CSS can be specified as numbers or with keywords like xx-small, medium, smaller, larger,... * GTK+ now uses proper Unicode ellipses in strings.
2013-05-19 00:44:43 +02:00
BUILDLINK_API_DEPENDS.pango+= pango>=1.32.4
.include "../../devel/pango/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
Update gtk3 to 3.10.6 This is causing problems (3.9.6 to 3.9.8): * We've started deprecating GtkStock apis. These apis will continue working until GTK+ 4, so there is no need to rush to replace them. For more information, see https://mail.gnome.org/archives/gtk-devel-list/2013-July/msg00000.html Wholly deprecated as part of this effort: GtkIconFactory, GtkIconSet, GtkIconSource, GtkImageMenuItem, GtkAction, GtkUIManager Other highlights: * Theme support - Always fall back to 'gnome' icon theme in addition to 'hicolor' - Respect deprecated gtk-button-images setting - Respect deprecated gtk-menu-images setting * Accessibility improvements - Add accessible names to csd window buttons - Mark GtkLinkButton as visited when appropriate - Add a GtkListBoxRow accessible * GtkLabel can now ellipsize just the last line, ellipsized in multi-line labels. * GtkInfoBar now uses a GtkRevealer internally to slide in place. It is no longer necessary to do that manually. * GtkHeaderBar can now add a window close button * The fine adjustment mode for scrolling has been revamped to be easier discoverable, and visual feedback and autoscrolling has been added. * GtkIconTheme now supports 2x scaled icons for hi-dpi displays. * The Wayland and X11 clipboard implementations can now coexist * GtkInfoBar updates - Turn action area horizontal - Fix spacing - Add an easy way to add a close button * Documentation - Modernize many screenshots - Redo the widget gallery - Improve 'Getting Started' tutorial - Add new application examples to tutorial * Deprecations: tear-off menuitems, gtk-button-images, gtk-show-unicode-menu, gtk-show-input-method-menu, gtk-enable-mnemonics, gtk-auto-mnemonics, gtk-color-palette, gtk-can-change-accels, cursor blink settings, gtk-fallback-icon-theme, gtk-scrolled-window-placement, menu popup delay settings, gtk-menu-bar-accel, keynav tweaks, gtk-touchscreen-mode, gtk-icon-sizes, im style tweaks, gtk-file-chooser-backend, gtk-enable-tooltips, gtk-visible-focus, tooltip timeout tweaks, toolbar style tweaks * Initial support for scaled output (on high-dpi screens) has been added. While this can be built with cairo 1.12, it needs a cairo branch to work. Support for this has been added to the Wayland, OS X and Windows backends. * GtkListBox: - handle double-clicks properly - add an example in gtk3-demo * GtkSearchBar: a toolbar that will popup automatically when searches should be started, and dismissed when they are finished * GtkListBox a vertical container that can sort and filter its children * GtkStack has gained position dependent transitions (left-right and up-down) * The Broadway GDK backend can be built on Windows now * The GDK initialization code has been refactored. GdkDisplayManager is no longer backend-specific. * The symbol exporting functionality has been refactored. We no longer use .symbols files, and instead rely on explicit header annotations for every exported symbol. the abicheck scripts are no longer used. * The GDK drawing and scrolling has been simplified. We no longer use XCopyArea for scrolling, instead an offscreen cache is used. There is a new debug flag, GTK_DEBUG=pixel-cache for this. * Window sizing issues have been addressed. * Implement height-for-width for GtkEventBox and GtkCheckButton * Custom titlebars can now be set from GtkBuilder files * Optionally install tests, when configured with --enable-installed-tests. To run these tests, gnome-desktop-testing-runner can be used. * Native input methods are supported on OS X now. Many bug fixes and translation updates. For full details see: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.10.6
2013-12-08 15:21:37 +01:00
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.12.0
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/cairo-gobject/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
Update gtk3 to 3.12.2 Highlights from changes: * GtkPopover: A new widget that is can be used for transient views, as an alternative to menus or dialogs. - GtkMenuButton can use popovers instead of menus * Client-side decorations: - Make F10 move focus to the header bar - Make header bars draggable on touch systems - Make shadows unclickable * Printing: Google cloud print support * GtkActionBar is a new widget that is meant to be used for actions at the bottom of a window. * GtkAppChooserDialog has been redesigned * GtkBox can now place a widget centered, regardless of the sizes of children on either side, similar to GtkHeaderBar. * Dialogs: - Dialogs have been modernized, can use a header bar now - Built-in dialogs react to a setting, gtk-dialogs-use-header for this, dialogs derived from GtkDialog: default to no headerbar - GtkAssistant also respects the setting * OS X: - Better menu integration. Items such as 'Hide', 'Hide Others' and 'Show All' are now handled specially - GTK+ provides a default application menu now * Theming: - GTK+ now uses RGBA visuals by default - Notebook tabs now support a prelight state - Reorderable notebook tabs can be themed differently * GtkActionBar: A new container, which has a centered child like GtkHeaderBar. It can be used in places where header bar theming is not suitable * GtkAppChooser: The online support has been simplified and modernized * GtkHeaderBar button theming has been changed to be more flexible. There is now a gtk-decoraton-layout setting and a decoration-layout property. * Accessibility: - Links in labels are now accessible - Model-based menus are accessible - Accessible roles of several widgets have been fixed - GtkColorChooser accessibility is improved * Theming: The Raleigh theme has been updated for several new features, including client-side decorations * Model-based menus now support a hidden-when attribute on items that allows them to be hidden on various conditions * New notebook tab styling: GtkNotebook now offers a way for themes to opt out of the tab rendering, with the 'has-tab-gap' style property. The Adwaita theme is using this to achieve a more modern tab appearance. * GtkFlowBox: A container that its children in a reflowing grid, which can be oriented horizontally or vertically. It is similar to GtkListBox in that the children can be sorted and filtered, and by requiring a dedicated child widget type, GtkFlowBoxChild. It is similar to GtkTreeView in that is supports a full set of selection modes, including rubberband selection. * GtkStack: children can now indicate that they require attention by setting the needs-attention child property. * Broadway now requires binary array buffers and modern WebSocket protocol support * Autoscrolling in range widgets has been improved to work more reliably in maximized windows. * GtkSpinner has been changed to render in in a limited set of sizes. * GtkApplication now stores and handles accelerators for GActions itself. * GtkIconTheme now falls back to the gnome icontheme to fix problems with the availability of symbolic icons in other icon themes. * GTK+ respects the deprecated gtk-button-images and gtk-menu-images settings again. For full details see: https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.12.2
2014-09-08 13:19:47 +02:00
# gtk-update-icon-cache --source is called during build
NOOP_GTK_UPDATE_ICON_CACHE=
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"