Up to [cvs.NetBSD.org] / pkgsrc / wm / marco
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.39 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:38 2023 UTC (42 hours, 55 minutes ago) by riastradh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.38 / (download) - annotate - [select for diffs], Mon May 8 00:32:10 2023 UTC (4 weeks, 3 days ago) by gutteridge
Branch: MAIN
Changes since 1.37: +2 -3
lines
Diff to previous 1.37 (colored)
marco: update to 1.26.2 Change log: ### marco 1.26.2 * update translations * Show correct window title when owned by superuser. Issue #749 * Test if XResQueryClientIds() is available before using it. * Needed for X2Go as it does not have XRES 1.2 extension. * Test Xres 1.2 is present * test return value from XResQueryClientIds()
Revision 1.37 / (download) - annotate - [select for diffs], Sun Jan 29 21:15:02 2023 UTC (4 months, 1 week ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.36 / (download) - annotate - [select for diffs], Tue Jan 3 17:36:33 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -1
lines
Diff to previous 1.35 (colored)
*: recursive bump for tiff shlib major bump
Revision 1.35 / (download) - annotate - [select for diffs], Thu Dec 8 11:49:05 2022 UTC (5 months, 4 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.34: +3 -2
lines
Diff to previous 1.34 (colored)
marco: Requires libXres.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Nov 27 05:20:06 2022 UTC (6 months, 1 week ago) by gutteridge
Branch: MAIN
Changes since 1.33: +1 -2
lines
Diff to previous 1.33 (colored)
marco: tweak now that 1.26 is the default version (NFC)
Revision 1.33 / (download) - annotate - [select for diffs], Thu Nov 24 02:25:38 2022 UTC (6 months, 1 week ago) by gutteridge
Branch: MAIN
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
marco: update to 1.26.1 Change log: ### marco 1.26.1 * update translations * replace _NET_WM_PID with XResGetClientPid * Always bring into foreground the previous window after closing one * window: do not disable fullscreen for dialogs * theme: fix memory leak * compositor-xrender: fix memory leak * build: fix meson build * prefs: fix memory leak * fix code-formatting issue of previous commit * Safeguard against calling gdk_x11_window_get_xid with a NULL GdkWindow ### marco 1.26.0 * update translations * tabpopup: fix cairo surface leak * window: add support for _GNOME_WM_STRUT_AREA * screen: add support for _GTK_WORKAREAS_Dn ### marco 1.25.1 * update translations * window: Do not render shadows on left/right tiled windows * iconcache: Use GDesktopAppInfo to find correct application icons * window: Track window rectangle before corner tiling * window: Track window rectangle before tiling * window: Only unmaximize when the window is already maximized. * window-props: g_memdup is dreprecated from glib 2.68 * warning: declaration of a variable shadows a previous local * testasyncgetprop: Mismatching the argument type 'unsigned long' * bell: Unused static function 'bell_flash_screen' * frames: Unused static functions 'get_client_region', 'get_frame_region' * compositor-xrender.c: Make sure tooltips are visible when the source * bell: missing include guard * i18n: Use glib's gettext support macros * window: turn into a GObject * build: autoconf/meson use the same value for PACKAGE_STRING * Remove the copyright information when printing the version from the command line * build: show verbose logging and debug status in configuration summary * build: by default disable also the verbose mode for autoconf * Remove USE_MATE2_MACROS from autogen.sh (legacy) * Added VI keys (hjkl) for moving and resizing windows * window: do not unfocus on new window. * Do not call cairo paint on generate_pixmaps. * compositor-xrender: Use USHRT_MAX macro from limits.h * compositor-xrender: Remove float-conversion warning * theme: macro "ALPHA_TO_UCHAR" is not used * window: expand tile size cycling support * Remove multiple empty lines * Remove trailing spaces/tabs * common: window icon (META_DEFAULT_ICON_NAME) is no longer available ### marco 1.25.0 * update translations * Remove enum conversion warnings * workspace: Don't try to use per-workspace MRU lists as a hint for focusing * stack: make meta_window_raise() and meta_window_lower() smarter * compositor: fix possible crash closing/destroying window . Fixes to previous commit. * window: fix crash if workspace is null * In the pop-up workspace switcher, show the selected workspace * Use rounded values instead of truncate them * build: silent build warnings for distcheck * build: do not override the default value for MATE_COMPILE_WARNINGS * Remove unnecessary warnings about visible region * meson: improvements * Guard against null changes introduced by previous commit * Introduce nullpointer checks and return null if validation fails * util: meta_bug raises SIGABRT so it shouldn't return * add meson build files to EXTRA_DIST * remove warning: 'GTimeVal' is deprecated * theme: avoid deprecated g_memmove * frames: don't bother painting the background
Revision 1.32 / (download) - annotate - [select for diffs], Thu Aug 11 05:09:21 2022 UTC (9 months, 3 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
Revision 1.31 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:46 2021 UTC (17 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
revbump for icu and libffi
Revision 1.30 / (download) - annotate - [select for diffs], Sun Jul 11 03:32:48 2021 UTC (22 months, 4 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (colored)
marco: apply an upstream fix for responsiveness issues
Revision 1.29 / (download) - annotate - [select for diffs], Sun May 2 10:24:52 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.28: +1 -2
lines
Diff to previous 1.28 (colored)
*: Use the tools framework for itstool Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages
Revision 1.28 / (download) - annotate - [select for diffs], Thu Apr 29 03:06:02 2021 UTC (2 years, 1 month ago) by gutteridge
Branch: MAIN
Changes since 1.27: +2 -3
lines
Diff to previous 1.27 (colored)
marco: update to 1.24.2 (Two of the three code changes had already been applied in pkgsrc.) Change log: marco 1.24.2 * update translations * compositor-xrender.c: Make sure tooltips are visible * window: do not unfocus on new window. * Do not call cairo paint on generate_pixmaps.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Nov 21 03:48:07 2020 UTC (2 years, 6 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
marco: add two upstream bug fixes These haven't made it to a branch yet, but have been carried elsewhere, e.g., Fedora applied them two months ago.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 24 04:41:41 2020 UTC (2 years, 9 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
mate*: remove unintentional linkage against pkgsrc gettext-libs As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/ Makefile.common r. 1.10 expressed this tool dependency using USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the build environment as well, which some MATE packages then linked against, but gettext-libs didn't end up being declared as a run-time dependency, so binary package installations were broken (with the workaround of manually installing the undeclared gettext-libs dependency). Express this dependency differently, so GNU msgfmt is used as a tool without exposing pkgsrc gettext-libs. (The pkgsrc tooling infrastruture could be altered to provide a distinct "gmsgfmt" tool, same with "gxgettext", and perhaps others. Here I'm just immediately concerned with fixing this packaging issue.) Addresses PR pkg/55503 by Jay Patel.
Revision 1.25 / (download) - annotate - [select for diffs], Mon Aug 17 20:17:46 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.24 / (download) - annotate - [select for diffs], Sun Aug 16 03:54:46 2020 UTC (2 years, 9 months ago) by gutteridge
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
marco: update to 1.24.1 Change log: marco 1.24.1 * update translations * common: window icon (META_DEFAULT_ICON_NAME) is no longer available * workspace: Don't try to use per-workspace MRU lists as a hint for focusing * stack: make meta_window_raise() and meta_window_lower() smarter * compositor: fix possible crash closing/destroying window . Fixes to previous commit. * window: fix crash if workspace is null * workspace-switcher: fix colors of selected workspace when compositing is disabled. * build: silent build warnings for distcheck * Remove unnecessary warnings about visible region * meson: improvements * Guard against null changes introduced by previous commit * Introduce nullpointer checks and return null if validation fails * util: meta_bug raises SIGABRT so it shouldn't return * add meson build files to EXTRA_DIST * remove warning: 'GTimeVal' is deprecated * theme: avoid deprecated g_memmove * frames: don't bother painting the background
Revision 1.23 / (download) - annotate - [select for diffs], Sun Apr 5 16:05:41 2020 UTC (3 years, 2 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.22: +2 -3
lines
Diff to previous 1.22 (colored)
Update all MATE packages (except system-monitor) to 1.24.0. This release contains plenty of new features, bug-fixes, and general improvements. Some of the most important highlights include: * We did it again, the MATE desktop environment is easier to use than before, once the user starts the session. Do you want to hide applications startup? Now you can set which applications to show on startup. * Engrampa now has support for a handful of extra formats, as well as fixed support for passwords and unicode characters in some of them. * Eye of MATE now has support for Wayland and weãàÑ×e added support for embedded color profiles. * The thumbnail generation has been reworked and fixed in several places. * Added support for webp files. * Our window manager, marco, has gotten quite a few changes: * WeãàÑ×e brought a bunch of window decorations from the past to feed your nostalgia. * Finally added invisible resize borders. No more struggling to find a border to grab with your mouse! * All window controls (you know, the min, max, close buttons) are now rendered in HiDPI. * The Alt+Tab and Workspace Switcher popups have been entirely reworked. Now they render in beautiful OSD style, are more configurable, and can respond to keyboard arrows. * Tiling windows with the keyboard now allows you to cycle through different window sizes. You no longer need to feel constrained by only half of your screen. * The System Monitor panel applet now has support for NVMe drives. * Calculator now supports using either ãà×Ñiãàor ãàØÑ ä. * Scientific notation has been improved. * Some fixes for supporting pre-defined physical constants. * The Control Center now displays its icons correctly on HiDPI displays. * A brand new Time And Date Manager app has been added. * The Mouse app now supports acceleration profiles. * The Preferred Applications app has been improved for accessibility, as well as better support for integration with IM clients. * The Indicator Applet has slightly better interaction with oddly-sized icons. * Speaking of icons, the network manager applet icons in our own themes have been entirely redesigned and can now be enjoyed on HiDPI displays. * If youãàÑÓe the type of person that does not like to be disturbed when busy, or giving a presentation, or watching a movie, youãàÑÍl be happy to know that the notification daemon now supports a Do-Not-Disturb mode. * The MATE Panel had several bugs that caused crashes in the past when changing layouts. Those are now fixed! * Support for Wayland compatibility has improved considerably. * Status icons (a.k.a. notification area, or system tray) have support for HiDPI displays. * Wanda the Fish got a make-over and now you can enjoy her in full HiDPI glory. * The window list applet now supports window thumbnails on hover. * Various accessibility improvements throughout the panel and its core applets. * If your system doesnãàÑÕ, uh, support systemd you might be interested in knowing that weãàÑ×e added support for elogind to both the MATE Screensaver and the MATE Session. * WeãàÑ×e also added a brand new MATE Disk Image Mounter utility. * Mozo, the menu editor, now supports Undo and Redo actions. * Pluma plugins have now fully switched to Python 3. * Pluma no longer has to envy anything from other complex editors, since it can now show the formatting marks. * i18n: All applications have been migrated from intltools to gettext.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 10 22:09:03 2020 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 8 16:48:17 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
*: recursive bump for libffi
Revision 1.20 / (download) - annotate - [select for diffs], Mon Dec 16 04:09:42 2019 UTC (3 years, 5 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.19: +2 -3
lines
Diff to previous 1.19 (colored)
marco: update to 1.22.4 Change log: ### marco 1.22.4 * update translations * Revert "compositor: fix possible crash closing/destroying window" * theme.c: Fix window control hidpi rendering for all themes. * theme: Render window control buttons and icons as surfaces ### marco 1.22.3 * update translations * frames: bump priority of style providers * window: add _GTK_THEME_VARIANT to initial window properties * frames: apply modified hack from Mutter/Metacity * frames: avoid infinite loop on the variants GList * frames: use style_updated instead of style_set * Fixed moving windows to edges to work with CSD clients. * window: Update allowed action hints * build: Remove rationales.txt from EXTRA_DIST target * Fix use of RBGA visual in frame.c when compositing is not in use * drop old and obsolete rationales.txt * boxes: Actually check for rectangle containment
Revision 1.19 / (download) - annotate - [select for diffs], Sun Jul 21 22:24:13 2019 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
*: recursive bump for gdk-pixbuf2-2.38.1
Revision 1.18 / (download) - annotate - [select for diffs], Tue Jul 9 02:41:51 2019 UTC (3 years, 11 months ago) by gutteridge
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
marco: update to 1.22.2 Change log: ### marco 1.22.2 tx: sync with transifex bump LT_VERSION_INFO libmarco-private: add version information add support for invisible borders frames: avoid deprecated 'gtk_widget_set_double_buffered' window: avoid clang warning: garbage value ui: always set the frame background to None libmetacity: use cairo to render gradient gradient: sync code with mutter before it was removed
Revision 1.17 / (download) - annotate - [select for diffs], Wed May 8 01:23:19 2019 UTC (4 years, 1 month ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.16: +2 -3
lines
Diff to previous 1.16 (colored)
marco: update to 1.22.1 ### marco 1.22.1 * update translations * window: set atom__NET_WM_STATE_FOCUSED for meta_window_appears_focused * window: make docks and spashscreens appear focused * Do not judge whether the window is decorated or not * screen: Fix use of memory after it is freed * [Security] Use 'g_strlcpy' instead of 'strcpy' * compositor-xrender: Fix memory leak
Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 25 07:33:26 2019 UTC (4 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 7 21:35:05 2019 UTC (4 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
marco: update to 1.22.0
Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 16 15:01:30 2019 UTC (4 years, 4 months ago) by youri
Branch: MAIN
Changes since 1.13: +1 -2
lines
Diff to previous 1.13 (colored)
marco: Update to 1.21.1: ### marco 1.21.1 * update translations * theme: revert theme format version 3.6 * doc: add info for 3.5 and 3.6 theme format versions * Convert frame region handling to cairo regions * theme: add invisible_border to metacity theme * add support for app-menu button in theme * remove option to attach modal dialogs * theme: replace mutter/metacity with marco * theme: Replace char array element comparisons with strncmp * tabpopup.c: always show 5px outline border * tabpopup.c: improve * Don't show the ws switcher if we only have one * theme: Allow disabling fallback colors in gtk:custom() * theme: Allow using custom colors from the GTK+ theme * theme: Add tiled_left/tiled_right frame states * theme: Add background functions for single buttons * theme-parser: Use peek_required_version() for validation * Add frame type for attached modal dialogs * Optionally attach modal dialogs * Add meta_window_get_transient_for() method * Allow a theme to specify ellipsize width for a title * Add frame_x_center/frame_y_center variables for themes * metacity-theme-3.xml: Add a flexible version mechanism * theme-parser: Remove unused define ### marco 1.21.0 * update translations * Correct resize popup position on HiDPI displays * Fix frame geometry to avoid stuck resize cursor * Scale cursor size for HiDPI * tx: update config with branch specific resoures * Use frame window to determine scale
Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 29 11:21:47 2018 UTC (4 years, 6 months ago) by prlw1
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Revbump for libcanberra gstreamer change.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 14 22:22:33 2018 UTC (4 years, 6 months ago) by kleink
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Revbump after cairo 1.16.0 update.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 12 03:51:26 2018 UTC (4 years, 6 months ago) by ryoon
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Recursive revbump from hardbuzz-2.1.1
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 14 12:48:14 2018 UTC (5 years ago) by youri
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.9: +2 -3
lines
Diff to previous 1.9 (colored)
Update to 1.20.1: Marco now supports DRI3 and XPresent, if available. Frame rates in games are significantly increased when using Marco. Marco now supports drag to quadrant window tiling, cursor keys can be used to navigate the Alt + Tab switcher and keyboard shortcuts to move windows to another monitor were added. Full changelog: build: drop unneeded pangoxft requirement Small bugfix for the move_to_X keybinds Bugfix for monitors of different sizes Restructured monitor keybinds and adjust save_rect Implemented simple shourtcuts to move window to another monitor schema: fix typos compositor: donãàÑÕ try to paint window that is not viewable Fix wrong result in meta_window_titlebar_is_onscreen() for windows without a frame Add support for gtk3 _GTK_SHOW_WINDOW_MENU event More elegant solution for handling new move-to-workspace keybinds Implemented a setting to disable top tiling Implemented tabpopup when moving window to different workspace keybindings.c: Fix build warning: Reset tile_resized to false when fullscreening Fixes windows not going to save_rect when unmaximimizing Allow horizontal and vertical resizing when corner tiled Fixes window getting reset to saved_rect when untiling from corner Added keybindings for corner tiling Implemented simple corner tiling by mouse drag WidthOfScreen and HeightOfScreen implementation XFIXES regions are leaked during paint_windows Add stricter logic for running without XPresent support Make XPresent optional Add in some changes from xfwm4 Cancel present_pending flag when erroring out XPresent extension support Store a window flag when user resizes from tiled Allow tiled windows to be resized horizontally gtk 3.22: avoid deprecated gdk_screen_get_monitor functions: avoid deprecated gdk_screen_width/height avoid deprecated gdk_screen_get_width display: donãàÑÕ use deprecated GDK_DEVICE_MANAGER tools: remove marco-mag and marco-grayscaletools Fix synthetic keybinding/button-grab window Forces a window scale of 1 for the window manager, instead of using the default or user configured scale. avoid deprecated gdk_display_get_screen avoid deprecated gdk_screen_get_number Alt/tab - define arrow keycode + numpad arrows Allow use of arrows while in Alt + Tab popup ui: Fix invalid object construction in frames README: fix names of GSettings keys keybindings: remove uppercase from ãà×Äurrent workspaceãàAdded hotkey to rename current workspace fix code deprecations Translations update
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 16 14:33:57 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Recursive bump for new fribidi dependency in pango.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 12 11:15:47 2018 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Recursive bumps for fontconfig and libzip dependency changes.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 23 17:19:44 2017 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
recursive bump for libxkbcommon removal from at-spi2-core
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 23 17:13:31 2017 UTC (5 years, 11 months ago) by youri
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.5: +2 -17
lines
Diff to previous 1.5 (colored)
Update marco to 1.18.1
Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 12 06:24:51 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Recursive revbump from fonts/harfbuzz
Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 6 13:54:51 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Recursive bump for harfbuzz's new graphite2 dependency.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 3 10:22:20 2016 UTC (6 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Revbump after graphics/gd update
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 13 23:10:36 2016 UTC (6 years, 11 months ago) by youri
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
marco: Update to 1.14.2: 1.14.2 * Translations update * GTK+3: fix a typo with deprecated GtkMisc * GTK+3 fixedtip: add style class tooltip
Revision 1.1 / (download) - annotate - [select for diffs], Sat May 21 19:22:59 2016 UTC (7 years ago) by youri
Branch: MAIN
Import marco-1.14.0 as wm/marco. MATE Marco is a fork of GNOME Metacity.