Commit graph

2371 commits

Author SHA1 Message Date
gutteridge
f712558021 blackbox: tweak a comment 2020-08-24 04:52:24 +00:00
gutteridge
4221beb477 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.
2020-08-24 04:41:39 +00:00
leot
b13a568190 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
leot
953ab724e1 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
leot
0e49372c4e *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gutteridge
8f98c604d7 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
2020-08-16 03:54:46 +00:00
nia
e1efc64dd2 i3: Update to 4.18.2
┌──────────────────────────────┐
 │ Release notes for i3 v4.18.2 │
 └──────────────────────────────┘

This is i3 v4.18.2. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.

This is a bugfix release for v4.18.

 ┌────────────────────────────┐
 │ Bugfixes                   │
 └────────────────────────────┘

  • floating_maybe_reassign_ws: only re-focus if previously focused
    (fixes a focus issue with KDE notifications)
  • get_output_by_name: guard output->primary with require_active
  • i3bar: fix Xorg memory leak

 ┌────────────────────────────┐
 │ Thanks!                    │
 └────────────────────────────┘

Thanks for testing, bugfixes, discussions and everything I forgot go out to:

  Orestis Floros

-- Michael Stapelberg, 2020-07-26
2020-08-08 22:02:37 +00:00
pin
33e7f4a77c wm/frankenwm: simplify Makefile 2020-07-28 14:23:37 +00:00
bsiegert
1cfadd92ea icewm: update homepage
The previous homepage is now about hotels in Copenhagen!?
2020-07-28 09:09:20 +00:00
pin
137d376983 Add wm/frankenwm 2020-07-23 19:55:19 +00:00
pin
fe13ffb994 wm/frankenwm: import package
FrankenWM
)."monsterwm's bastard child" or "not the wm your desktop needs, but the one
it deserves".
FrankenWM is a dynamic tiling WM (comparable to dwm or Awesome), featuring the
v-stack, b-stack, grid, fibonacci, dualstack, equal and monocle layouts out of
the box. If you want to, you can add gaps between the windows as well.

It was once based on monsterwm but has undergone many greater changes including
adding pieces from other WMs (hence the name) and porting all sorts of stuff
from Xlib to XCB. Many of the original monsterwm patches have been ported as
well.

All settings must be set at compile time by editing `config.h` and it does not
feature a status bar (but supports leaving preconfigured space for one
2020-07-23 19:53:51 +00:00
nia
3de86cac91 awesome: gets lua category 2020-07-02 10:27:21 +00:00
pin
15c849e3f7 wm/2bwm: update to 0.3
v0.3
* The latest stable version of 2bwm
	- Leave the setting of commands to the user
	- Fix bug related to the ewmh and a fake and useless window
	- Fix hardcoded values
	- Add the button action on root window only feature
	- Add centerpoint to prototype declarations
	- Fix different pixmap depth issues
	- Implement _NET_WM_STATE_FULLSCREEN support
	- Do not account offset when window ask to be maximized
	- Change in configuration file for maximize
	- Memory leak fixes
	- Remove unused name from monitor structure
	- Remove redundant checks within movelim function
	- Depracate the use of monitor name

v0.2
* removed z3bra's patch, which isn't maintained anymore
* added the mention to the 3bwm branch
* mentioning new bugs that need to be fixed

with ok from youri
2020-07-01 18:29:48 +00:00
nia
56c5144320 notion: Use LUA_VERSIONS_ACCEPTED 2020-06-30 14:56:36 +00:00
nia
362605f9df awesome: Add LUA_VERSIONS_ACCEPTED 2020-06-30 14:55:51 +00:00
nia
35fe6f56ce wmii: needs -lm for frexp
(presumably not on architectures where this is a compiler intrinsic, or
something)

bump PKGREVISION
2020-06-28 14:05:58 +00:00
pin
96fda1a56a wm/spectrwm: update to 3.4.1
spectrwm 3.4.1

Release on Jun 25, 2020

    Fix always_raise mapping issue.
    Fix _NET_CURRENT_DESKTOP should be updated on ws_next_move/ws_prev_move.
    Fix focus redirect for transient windows that are about to map.
    Fix manual focus should not be affected by pointer on (un)grab.
    Add java detection for JetBrains windows.
    Remove _NET_WM_STATE on withdrawn windows as advised by EWMH spec.
    Add information to man page about program call execution.
2020-06-25 11:29:20 +00:00
pin
866c594aa9 wm/spectrwm: update to 3.4.0
spectrwm 3.4.0
Release on Jun 17, 2020
   Add optional startup parameters:
     -c file - Specify a configuration file to load instead of scanning for one.
     -v - Print version and exit.
   Add new restart_of_day action. (Unbound by default.) (Same as restart but
 configuration file is loaded in full.)
   Improve startup error handling.
   Fix input focus issues.
   Fix max layout 'flickering' issue when focus_mode = follow.
   Fix ws_next_move and ws_prev_move.
   Fix withdrawn window handling.
   Fix focus issue when moving transient (and related) windows between workspaces.
   Fix maximized windows sometimes unmaximize on workspace switch.
   Fix SIGHUP restart.
   Fix transient window crossing issue on focus/swap next/prev actions.
   Fix border color issue when clicking to focus a window on an unfocused region.
   Fix keyboard_mapping fallback issue.
   Fix width calculation of Xft glyphs. (Fixes the (dis)appearing space when
 switching workspaces.)
   Increase bar hard limits to better accomodate complex markup sequences.
   Add workaround to man page for OSs ignoring LD_PRELOAD.
   Add some notes to man page and fix a warning.
   Add missing options to example spectrwm.conf.
   Update spectrwm_fr.conf
   linux: Add example baraction.sh script.
   linux: Accept user-provided pkg-config command.
   linux: Install examples.
2020-06-18 18:45:25 +00:00
gutteridge
b3c691cfe5 blackbox70: update to 0.76
This is a minor maintenance release. The only significant changes for
non-developers are bug fixes that correct interactions with the pop-up
windows of particular applications, and also fix startup notifications.
While updating this package, I've fixed SunOS builds as well.

Upstream change log:
      post-release update
      better cscope and MDOCDATE handling
      fixups for -Wextra compile
      unset DESKTOP_STARTUP_ID in environment
      update po files
      update release files
2020-06-16 23:47:07 +00:00
wiz
59e2ba11fd twm: update to 1.0.11.
Alan Coopersmith (5):
      When replacing a colormap, free old map, not new one
      If we can't find a colormap to replace, insert new one instead of leaking it
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Make some char pointers const as necessary to clear some gcc warnings

Bryan Kadzban (1):
      Read system.twmrc from where it got installed

Matt Turner (2):
      Build xz tarballs instead of bzip2
      twm 1.0.11

Maya Rashish (1):
      Correct system.twmrc location.

Thomas E. Dickey (22):
      issue 7: check if there are no fonts found for the fontset, and fallback to fixed in that case.
      fix gcc-normal compiler warnings, no object change
      cleanup manual page, using check-manpage (xterm)
      ignore LOGS generated in test-builds
      gcc-stricter warnings, no object change
      constify deftwmrc[], to fix gcc-stricter warnings
      fix const-warnings in grammar using a non-const initializer
      fix const-warnings by making a copy of the data
      gcc-stricter warnings, no object change
      constify deftwmrc[], to fix gcc-stricter warnings
      fix const-warnings in grammar using a non-const initializer
      fix const-warnings by making a copy of the data
      issue 4: twm makes windows too wide
      caddr_t used to be used in X code before XPointer was established; it's obsolete and less portable
      bump minor version to reflect issues #4 and #7
      issue 2: twm doesn't handle RandR screen size changes
      bump minor version for issue #2
      Formatted most of the C files using "twm-indent", part of cindent at
      Formatted most of the C files using "twm-indent", part of cindent at
      whitespace-fixes
      strict gcc-warning fixes, no object-change
      an error in the action for warp-to-ring would produce two error messages
2020-06-15 07:22:10 +00:00
nia
36008de938 trayer: needs bash tool 2020-06-14 16:20:15 +00:00
nia
4c94f8b40d trayer: Update to 1.1.8
1.1.8
* Replace depricated gdk functions
* Fix position update on screen configuration change

1.1.7
* Library cleanup
* Icon Spacing
2020-06-13 17:42:01 +00:00
nia
ad379d041f herbstluftwm: Update to 0.8.3
Release 0.8.3 on 2020-06-06
---------------------------

  * Bug fixes:
    - Fix race condition in focus_follows_mouse handling
2020-06-09 10:59:31 +00:00
jperkin
38fe454b9c *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
leot
30581c42b9 wmii: Assign MAINTAINERship to Rares Aioanei
Patch provided by Rares via PR pkg/55345, thanks for the patch and for stepping
up to maintain it!
2020-06-04 17:56:27 +00:00
pin
d6cf31cacb wm/obconf-qt: Follow github hosted package nomenclature
as suggested by @leot
2020-06-02 08:54:52 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
pin
21e6518747 wm/obconf-qt: update to 0.15.0
obconf-qt-0.15.0 / 2020-04-24
=============================

  * Bumped version to 0.15.0.
  * Avoid char raw strings literals memory allocations.
  * Don't use automatic string conversions.
  * Removed (duplicated) string casts definitions.
  * Fixed the instllation message in archive_install().
2020-06-01 11:20:07 +00:00
rillig
1ca30701c2 wm/fvwm: remove unknown configure option 2020-05-23 12:50:33 +00:00
ryoon
02a5ef8cc3 *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
nia
d19e25c320 wm: Remove amaterus
PR pkg/55275
2020-05-20 17:35:17 +00:00
nia
5a8af2dc46 herbstluftwm: Update to 0.8.2
Release 0.8.2 on 2020-05-04
---------------------------

  * Selection of empty frames by the mouse (by click or by hover if
    focus_follows_mouse is enabled)
  * The commands 'close_and_remove' / 'close_or_remove' act like 'close' for
    floating clients
  * The decoration window allows focusing, moving, and resizing the client
    via the mouse (as known from standard floating window managers)
  * Improved herbstclient tab completion for the fish shell
  * Bug fixes:
    - Fix a crash in the error handler when a invalid monitor name is
      passed. (Affects list_padding move_monitor rename_monitor lock_tag
      unlock_tag)
    - Fix the type of WM_STATE
    - The client attributes sizehints_tiling and sizehints_floating are now
      writable
    - Fix EWMH urgency change for clients without WM hints set
    - Fix the exit code of the 'focus' command

Release 0.8.1 on 2020-04-21
---------------------------

  * the frame index 'e' refers to the first empty frame (e.g. 'rule index=e' places
    new windows in empty frames, if possible)
  * new setting 'hide_covered_windows' to improve the appearance when used with
    a compositor.
  * resize floating windows with the same command ('resize') as in tiling mode
    and thus the same keybindings as in tiling mode. Therefore, the
    'fractiondelta' parameter to the 'resize' command is now optional.
  * keybind now checks that the bound command exists.
  * cycle_all (Alt-Tab) now also traverses floating clients
  * new setting 'auto_detect_panels' controlling the panel detection algorithm.
  * improved herbstclient tab completion for the fish shell
  * Bug fixes:
    - Handle the regular expression "" correctly, since the grammar of extended
      regular expressions does not allow "".
    - Error handling for the lack of xrandr
    - Fixes to make it compile on other systems and architecture

Release 0.8.0 on 2020-04-09
---------------------------

  * single window floating (every client has an attribute 'floating' which can
    be set at run time and via the rule consequence 'floating=on')
  * monitor detection via xrandr
  * detection of external panels
  * new command: apply_rules
  * new command: export (convenience wrapper around setenv)
  * new client attribute: keys_inactive (negation of keymask)
  * new command: drag (initiates moving/resizing a window by mouse)
  * if tags have been configured through EWMH before herbstluftwm starts (from
    a previous running window manager), then herbstluftwm re-uses these tags
    (start with --no-tag-import to disable this)
  * The build system is now cmake. See the INSTALL file if you need to
    compile herbstluftwm yourself.
  * the 'remove' command now tries to preserve the focus and the client
    arrangement. Intuitively speaking, 'remove' is undoing a frame split.
  * Many boolean style settings were formerly of type int. Now, these are
    boolean settings.
  * The 'toggle' command only works for boolean settings. For the former
    behavior for int-typed settings, use 'cycle_value'.
  * Writing '%%' in the 'sprintf' format string now gives a literate '%', just
    as printf. Formerly it stayed '%%'.
  * The 'keybind' command now accepts all valid key symbols, even if they are
    not present on the current keyboard layout at the time of setup.
  * the rules are also applied to those clients that change their WM_CLASS
    after being shown already.
  * 'detect_monitors' has an additional '--list-all' parameter
  * do not change the focus (for focus_follows_mouse=1) when an unmanaged
    dialog (e.g. a rofi menu or a notification) closes.
  * list_rules now prints regex-based rule conditions with '~' instead of '='
  * new attributes on every monitor for pad_up pad_down pad_left pad_right
  * new flag --exit-on-xerror (to be used in automated testing only)
  * Formerly, double dots in object paths were allowed (similar to double
    slashes in file paths in unix). Right now, they are only allowed at the end
    (which is necessary for the tab-completion of attr):
    - +monitors+ is valid
    - +monitors.+ is valid
    - +monitors..+ is valid
    - +monitors.by-name.+ is valid
    - +monitors..by-name.+ is *invalid*
2020-05-17 14:56:42 +00:00
joerg
e9fd10e1f5 Explicitly narrow initializers. 2020-05-14 18:57:58 +00:00
joerg
5d4d4b1e25 Needs libXcomposite 2020-05-14 18:56:23 +00:00
gutteridge
103c468bfb xfce4-wm: update to 4.14.2
Change log:

4.14.2
======

- Prefer GLX on AMD (Bug #16716)
- Fix compositor without required X11 extensions (Bug #16713)
- Fix window decorations without XRender extension (Bug #16713)
- Avoid grabbing the keyboard with Alt-Tab to work around a bug in
  Qt with XInput2 valuators (Bug #16708)
- Automatically update window title fonts on scale change
- Fix a regression with title font size at scale 2 (Bug #16711)
- Fix an X error with XShape (Bug #16383)
- I18n:
  Update translations: ar, be, be@tarask, bg, bn, ca, cs, da, de, el,
  en_AU, en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hy_AM, id, ie, is,
  it, ka, ko, lt, lv, nb, nl, nn, oc, pl, pt, pt_BR, ro, sk, sl, sq,
  sv, th, ug, ur, ur_PK, zh_CN, zh_HK
2020-05-13 01:56:42 +00:00
nikita
60f2b175f0 wm/sawfish: fix pkglint warning about categories 2020-05-12 19:32:14 +00:00
rillig
05b3764956 wm/sawfish: fix location of main.jl.in 2020-05-10 14:07:07 +00:00
adam
7d4b705c63 revbump after boost update 2020-05-06 14:04:05 +00:00
rillig
93efd36bc5 wm/windowmaker: remove WindowMaker.in from SUBST_FILES
That file does not contain the paths that are fixed.
2020-05-02 14:33:20 +00:00
wiz
69b7e2ee33 wmx: Remove editor backup file. 2020-04-30 08:03:43 +00:00
gutteridge
81c20ff7b8 fvwm: g/c unused variable 2020-04-29 00:18:36 +00:00
wiz
7200a755fa i3: update to 4.18.1.
• Move parent nodes in scratchpad correctly
  • i3bar: Call cont_child() more liberally
  • Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parent
  • Fix SEGFAULT when i3bar receives invalid input
  • Revert "floating_reposition: avoid extra tree_render"
  • Call tree_render if floating move changes workspace
  • Update EWMH properties on workspace move
  • cmd_focus_sibling: Fix crash on workspace level
2020-04-28 17:33:42 +00:00
nikita
17d9a3c9aa wm/wmx-gnome: Update to Version 8. 2020-04-28 15:29:45 +00:00
nikita
e64be4b777 wm/wmx: Update to Version 8 2020-04-28 15:28:57 +00:00
nikita
906f88a35e wm/fvwm: change docbook-xsl and libxslt to TOOL_DEPENDS 2020-04-25 20:04:23 +00:00
gutteridge
d9f7337871 xfce4-wm: update MASTER_SITES 2020-04-25 19:53:13 +00:00
nikita
6708b5d158 wm/fvwm: Add doc keyword for optionally not generating the fvwm.1 page 2020-04-25 19:40:55 +00:00
nikita
602f6d5827 wm/fvwm: enable xft2, xcursor and xrender support by default 2020-04-25 19:22:15 +00:00
nikita
9338b2d060 wm/fvwm: Add todo notes after feedback from user 2020-04-25 19:06:59 +00:00
pin
7020286afc wm/sowm
Update maintainer e-mail
2020-04-22 08:21:06 +00:00
adam
24a847deee windowmaker: fix pkg-config files 2020-04-20 17:04:18 +00:00
gutteridge
b0b1c8d88e xfce4-wm: update to 4.14.1
Change log:

4.14.1
======

- Restore "Always below" menu options (bug #15884)
- Fix a crash with GL or high CPU usage without any monitor (bug #15852)
- Fix raise delay (bug #15974)
- Fix translucent wireframe repaint (bug #15966)
- Fix hostname not showing initially when running apps remotely
  (bug 15984)
- Avoid drawing server-side shadows on maximized windows (Simon
  Steinbeiss, bug #16381)
- Add keywords to settings dialogs desktop definitions (Yousuf Philips,
  bug #16621)
- Fix Dnd of decoration buttons with embedded settings dialog (Stefan
  Berzl, bug #13861)
- Blacklist SVGA3D GL renderer (bug #16274)
- Fix window title alignment (bug #16067)
- Restore window state when moving a maximized window (bug #16348)
- Fix pointer interactions with clients grabbing the pointer (bug #16347)
- Fix GTimeVal deprecation (Andre Miranda, bug #16644)
- Fix window selection vs. hovering in tabwin (Simon Steinbeiss,
  bug ##16382)
- Improve vblank mode auto-selection (GL/XPresent)
- Fix transients pulling their parents from lower layers (bug #15891)
- I18n:
  Update translations: ar, ast, be, bg, bn, ca, cs, da, de, el, en_AU,
  en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hu, hy_AM, id, ie, is, it,
  ja, ka, kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt, pt_BR, ro, ru, sk,
  sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK, vi, zh_CN, zh_HK, zh_TW
  New translations: fa_IR, ka
2020-04-17 23:52:55 +00:00
joerg
ac772b64d2 Fix build against newer windowmaker. 2020-04-13 19:09:32 +00:00
pin
bff2ef95b6 import wm/sowm
sowm (Simple Opinionated Window Manager)
An itsy bitsy floating window manager.

- Floating only.
- Fullscreen toggle.
- Window centering.
- Mix of mouse and keyboard workflow.
- Focus with cursor.
- Rounded corners (through patch(https://github.com/dylanaraps/sowm/pull/58))
- Titlebars (through patch(https://github.com/dylanaraps/sowm/pull/57))
2020-04-12 17:32:45 +00:00
adam
24daafa112 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
adam
7fcc87651f windowmaker: updated to 0.95.9
Window Maker 0.95.9:

SwitchPanel is now more configurable: you can configure the switch panel icon size by setting the “SwitchPanelIconSize” option to your preferred value in ~/GNUstep/Defaults/WindowMaker. The font size used in this panel now is also sensible to changes in the system font.
New user configuration directory environment variable. In previous versions, the GNUstep directory used to store a user’s Window Maker configuration files was specified by the GNUSTEP_USER_ROOT environment variable, which defaulted to ~/GNUstep. However, this environment variable was deprecated in gnustep-make v2. Therefore, it has been replaced by the WMAKER_USER_ROOT environment variable.
libXmu is now an optional dependency.If the library is not found, compilation work, the only limitation will arise when trying to install the standard colormap on displays which are not TrueColor. Please note that if you have the library but not the headers, configure will still stop; there is no user option to explicitly disable the library use.
2020-04-11 07:02:34 +00:00
bsiegert
7da33feba7 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’ve 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’ve 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 “pi” 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’re the type of person that does not like to be disturbed when busy,
    or giving a presentation, or watching a movie, you’ll 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’t, uh, support systemd you might be interested in
    knowing that we’ve added support for elogind to both the MATE Screensaver
    and the MATE Session.
  * We’ve 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.
2020-04-05 16:05:39 +00:00
gutteridge
788b6a59d8 obconf-qt: add new package, version 0.14.1
A Qt port of ObConf, a configurator of the OpenBox window manager.
(Packaged in wip by pin@, final review by myself.)
2020-03-31 22:36:37 +00:00
nia
25692ca2d9 lwm: Update to 1.2.4
2016-02-12	jfc	York
	Patches from Greg Kenneky and other fixes for fullscreen windows.

	Released lvm-1.2.4.

2013-07-09	jfc	York
	Applied a couple of minor patches suggested by Jari Aalto, the
	Debian package maintainer.

	Released lwm-1.2.3.


2009-11-24	jfc	York
	Released lwm-1.2.2.

2009-11-20	jfc	York
	Improved performance by only checking for pending X events when the
	socket it ready for reading.

	Fixed applyGravity() bug that caused frameless windows to be
	mis-positioned.

	Applied a workaround in destroy() to avoid error reports when closing
	windows.

2005-01-28	jfc	York

	Applied a patch from Chris Reece that ensures that the popup
	menu does not disappear off the bottom of the screen.
2020-03-24 17:54:27 +00:00
rillig
cd356a03b3 wm/icewm: remove unknown configure option 2020-03-22 10:08:38 +00:00
rillig
8e0d89dcd9 wm/fluxbox: remove unknown configure options 2020-03-21 15:58:49 +00:00
nia
4b51d9715f *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
joerg
773906e31f Adjust iconv use 2020-03-18 18:02:41 +00:00
joerg
22ee98de78 Fix shell code portability 2020-03-18 18:02:11 +00:00
nia
7a0c5c857f swc: Update to 0.0.0.20200228
Fixes the server-side decoration protocol implementation, and upstreams
a fix for Qt5.

Applications supporting the protocol (e.g. Qt apps) will no longer display
client-side decorations.
2020-03-15 16:15:23 +00:00
wiz
7c02f56b2e cwm: update HOMEPAGE 2020-03-13 08:37:59 +00:00
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
nia
58073cd924 fvwm: Remove rplay support, previously disabled by default
This is another dead sound server, the website for it disappeared in 2005
and this is the last (optional) user in pkgsrc.
2020-02-26 18:09:40 +00:00
nia
3775b16f76 vtwm: Update to 5.5.0
Unknown changes. Switch to GNU build system from imake.
2020-02-26 17:23:42 +00:00
nia
ff3fb59f6f i3: Update to 4.18
┌────────────────────────────┐
 │ Release notes for i3 v4.18 │
 └────────────────────────────┘

This is i3 v4.18. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.

 ┌────────────────────────────┐
 │ Changes in i3 v4.18        │
 └────────────────────────────┘

  • docs/ipc: document fullscreen_mode in GET_TREE reply
  • docs/ipc: document marks field in GET_TREE reply
  • docs/ipc: document window_type in GET_TREE reply
  • docs/ipc: improve documentation for window_properties
  • docs/userguide: clarify commands/config directive wording
  • layout saving: remanage window after property updates (e.g. titles)
  • get_first_output: prefer primary output (e.g. when moving disabled outputs)
  • ipc: add window_type to nodes
  • ipc: add container id to nodes
  • allow dragging active titles for all container types (e.g. floating+tabbed)
  • allow dragging inactive titles after a 10px threshold
  • make tray icon order deterministic (sorted by class/instance)
  • implement focus next|prev
  • implement focus next|prev sibling
  • implement focus_wrapping workspace
  • exit with exit code 0 on --help
  • exec command: respect command criteria

 ┌────────────────────────────┐
 │ Bugfixes                   │
 └────────────────────────────┘

  • build: fix lcov support
  • build: use AC_REPLACE_FUNCS, drop bundled memmem
  • build: fix building with -fno-common (for gcc 10)
  • build: configure: deal with git worktree checkouts, where .git is a file
  • docs/userguide: fix link to pango markup
  • docs/userguide: add missing manipulating_layout anchor
  • docs/userguide: fix IPC socket location
  • i3-nagbar: make debug log visible
  • i3-nagbar: fix small memory leaks
  • i3bar: fix small memory leaks
  • move workspace to output: don’t create duplicate numbered workspace
  • correctly select output when pointer query fails
  • fix moving windows to scratchpad when using marks
  • fix startup workspace selection when workspace command uses options
  • do not try to center floating window on itself (fixes xterm placement)
  • fix “move window to <mark>” when target is a workspace
  • correctly activate windows behind a fullscreen window
  • fix back-and-forth after renaming workspaces
  • keep focus when moving container to marked workspace
  • do not show scratchpad windows upon move to position command
  • reparent windows to their current position when unmanaging
    (fixes dock clients unexpectedly moving to different output)
  • fix crash when moving containers
  • scratchpad_move: un-fullscreen correct container
  • avoid crash when nc->window is NULL

 ┌────────────────────────────┐
 │ Thanks!                    │
 └────────────────────────────┘

Thanks for testing, bugfixes, discussions and everything I forgot go out to:

  acheronfail, Albert Safin, Antoine, Benjamin Dopplinger, Brian Ashworth,
  Damien Cassou, Daniele Varrazzo, David Shen, Erwin J. van Eijk, Ingo Bürk,
  Iskustvo, izzel, Konst Mayer, Orestis Floros, Yury Ignatev

-- Michael Stapelberg, 2020-02-17
2020-02-26 15:15:44 +00:00
nia
76b06256a1 swc: Link to upstream issues/PRs 2020-02-24 14:23:53 +00:00
nia
7d0988b908 swc: No longer a fork 2020-02-24 14:15:40 +00:00
nia
7f3f4d5986 swc: Disable decoration managers until these are stable.
Currently causing problems when exiting applications.
2020-02-24 14:11:17 +00:00
nia
b1de761bd3 velox: Note correct runtime-dir perms for Qt 2020-02-24 14:07:28 +00:00
nia
0317094824 swc: Allow qt5 applications to run again.
The compositor was throwing an unsupported transformation type error when
qt5 tried to set a transformation type of "normal" on surfaces, even though
this is asking for the default behaviour.

Bump PKGREVISION
2020-02-24 12:31:20 +00:00
nia
c8a45fa9af swc: Update to 0.0.0.20200222
NetBSD support was upstreamed. Switch to the upstream repos.
2020-02-24 11:58:57 +00:00
nia
668659a9c9 swc: Update to 20200219
- Support for KDE server-side decorations protocol
- Support for xdg-decoration protocol
- Some xdg-shell bug fixes
2020-02-19 14:27:09 +00:00
gutteridge
7b7d808a43 fluxconf: remove package
The wm/fluxconf package has been dead upstream for over a decade, fails
to build with default pkgsrc settings in most environments (it has of
course continually bit-rotted), and is also actively harmful for users
in some contexts. It doesn't support the current config format that
Fluxbox 1.3 uses, so it will actually corrupt config files.

As discussed on pkgsrc-users:
http://mail-index.netbsd.org/pkgsrc-users/2020/01/14/msg030221.html
2020-01-27 22:58:05 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
nia
3e162c3b3e *: Remove esound support from pkgsrc
Enlightened Sound Daemon was one of the earlier solutions to the old
"multiple programs can't open /dev/audio at once" problem that was once
a thing we had to worry about.

Eventually, it was adopted as part of GNOME. GNOME lost interest in it
about a decade ago and dropped it in favour of PulseAudio, newer
applications are generally uninterested in supporting it. Last release
was in 2008 and support for newer OS APIs is pretty nonexistent.

Several years ago the original website disappeared.

https://en.wikipedia.org/wiki/Enlightened_Sound_Daemon
https://tracker.debian.org/news/999428/removed-0241-11-from-unstable/
2020-01-20 21:54:00 +00:00
nia
9c02b7779c golem: Remove esound support 2020-01-20 21:17:51 +00:00
maya
6772a5953e fvwm: make librsvg (rust dependency) optional, but enabled.
Requested by Henrik Johansson in PR pkg/54862.
2020-01-19 22:16:18 +00:00
nia
3979fc9188 velox: Update to 0.0.3.20200119
Changes:
- Build fix.
2020-01-19 13:53:27 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
nia
b5cad59987 bspwm: Update to 0.9.9
# From 0.9.8 to 0.9.9

- Fix a memory allocation bug in the implementation of `wm --restart`.
- Honor `single_monocle` when the `hidden` flag is toggled.

# From 0.9.7 to 0.9.8

- Fix a potential infinite loop.
- Fix two bugs having to do with `single_monocle`.
- Honor `removal_adjustment` for the spiral automatic insertion scheme.

# From 0.9.6 to 0.9.7

This release fixes a bug in the behavior of `single_monocle`.

# From 0.9.4 to 0.9.6

## Additions

- New *wm* command: `--restart`. It was already possible to restart `bspwm` without loosing the current state through `--{dump,load}-state`, but this command will also keep the existing subscribers intact.
- New settings: `automatic_scheme`, `removal_adjustment`. The automatic insertion mode now provides three ways of inserting a new node: `spiral`, `longest_side` (the default) and `alternate`. Those schemes are described in the README.
- New settings: `ignore_ewmh_struts`, `presel_feedback`, `{top,right,bottom,left}_monocle_padding`.
- New node descriptor: `smallest`.
- New desktop modifier: `active`.

## Changes

- The `focused` and `active` modifiers now mean the same thing across every object.
- Fullscreen windows are no longer sent to the `above` layer. Within the same layer, fullscreen windows are now above floating windows. If you want a floating window to be above a fullscreen window, you'll need to rely on layers.
- Pseudo-tiled windows now shrink automatically.

## Removals

- The `paddingless_monocle` setting was removed (and subsumed). The effect of `paddingless_monocle` can now be achieved with:
```shell
for side in top right bottom left; do
	bspc config ${side}_monocle_padding -$(bspc config ${side}_padding)
done
```

# From 0.9.3 to 0.9.4

## Changes

- The following events: `node_{manage,unmanage}` are now `node_{add,remove}`.

## Additions

- New monitor/desktop/node descriptors: `any`, `newest`.
- New node flag: `marked`.
- New monitor descriptor: `pointed`.
- New *wm* command: `--reorder-monitors`.
- Receptacles are now described in the manual.
- New `--follow` option added to `node -{m,d,n,s}` and `desktop -{m,s}`.
- The *subscribe* command now has the following options: `--fifo`, `--count`.
- New settings: `ignore_ewmh_fullscreen`, `mapping_events_count`.

# From 0.9.2 to 0.9.3

## Changes

- *click_to_focus* is now a button name. Specifying a boolean is deprecated but will still work (`true` is equivalent to `button1`).

## Additions

- `node -r` now accepts a relative fraction argument.
- An option was added to `query -{M,D,N}` in order to output names instead of IDs: `--names`.
- New rule consequence: `rectangle=WxH+X+Y`.
- New settings: `swallow_first_click` and `directional_focus_tightness`.
2020-01-18 21:45:34 +00:00
nia
af70434b6b 9wm: Update to 1.4.1
Changes:
- We got a patch upstreamed, but have to add another.
2020-01-18 21:40:24 +00:00
ryoon
eedd1e806f *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
nia
f9091bab22 swc: Update to 0.0.0.20200111
Changes:

- Restore keycode translation on exit on NetBSD to avoid input problems
  when returning to a tty. Temporary hack until we can do this all
  with wscons (hopefully?)
- Merged in some cleanups and fixes from upstream.
2020-01-11 23:58:50 +00:00
nia
70ed1c6295 velox: Update to 0.0.3.20191211
Changes: added support for kqueue in status_bar, resolving issues with
CPU usage and the clock not appearing.
2020-01-11 17:31:50 +00:00
nia
3186177c89 sysutils: Add dmenu-wld
dmenu is an efficient dynamic menu for Wayland.

Note: this is a fork of the X11 version, which lives in x11/dmenu.
2020-01-11 16:18:15 +00:00
pho
83def79b37 Remove HASKELL_ENABLE_SHARED_LIBRARY=no 2020-01-11 14:37:18 +00:00
pho
69fe60a077 Update to xmonad-contrib-0.16
The list of changes is too long to paste here. See
http://hackage.haskell.org/package/xmonad-contrib-0.16/changelog
2020-01-11 14:29:29 +00:00
pho
58d4eb1cf1 Update to xmonad-0.15
* Reimplement sendMessage to deal properly with windowset changes made
  during handling.
* Add new library functions windowBracket and modifyWindowSet to
  XMonad.Operations.
2020-01-11 14:01:07 +00:00
gutteridge
2130e76af5 e16themes: amend another comment 2020-01-10 07:08:55 +00:00
gutteridge
3f392b31f3 e16themes: update a comment 2020-01-10 07:00:20 +00:00
nia
a251778583 wm: Remove GNOME 2 metacity, successor wm/marco 2020-01-08 12:52:13 +00:00
nia
59e838c261 herbstluftwm: Needs asciidoc 2020-01-05 12:16:59 +00:00
ng0
aef5edd729 wm/cwm: Update to version 6.6
Changelog:

2020-01-04: Sixth public release 6.6 of portable cwm.

Changes made between OpenBSD 6.4 and 6.5
* Added a configtest flag (-n) to cwm(1).
* Introduced 'group-close-[n]' action to cwm(1) to close all windows
  within a specified group.
2020-01-04 20:58:23 +00:00