Commit graph

2059 commits

Author SHA1 Message Date
tsutsui
aa1999e560 jwm: update to 2.3.7.
Upstream changes:
(from http://joewing.net/projects/jwm/release-2.3.shtml#v2.3.7 )

Changes in 2.3.7 (20170721)

  * Made the modifier for dragging a window by clicking its contents
    configurable via the mask attribute of the MoveMode tag (issue #324).
  * Added group options for setting initial window position and size
    (issues #79 and #348).
  * Added the clicktitle and sloppytitle options for FocusModel, which cause
    windows to be raised only when the title or border of the window is clicked
    (issue #286).
  * Fixed scaling of icons in the task bar (issue #328).
  * Added the decorations attribute to TaskListStyle to allow setting different
    decorations on tray buttons and task list buttons (issue #330).
  * Fixed a bug with the nextstacked key binding (issue #335).
  * Improved support for 3-digit hexcode colors (issue #336).
  * Better aerosnap support on multiple monitors (issue #342).
  * Fixed a bug with multiple separators in menus (issue #343).
  * Fixed a bug with blank trays when there are full screen windows
    (issue #356).
  * Added the spacing attribute to Dock to allow adding space between icons in
    the dock (issue #357).
  * Added support for dynamic root menus via the dynamic attribute of RootMenu
    (issue #221).
  * Fixed an issue with 32-bit TrueColor visuals on some platforms.
  * Fixed an issue with menus and multiple monitors (issue #384).
  * It is (once again) possible to disable desktop switching by scrolling on
    the desktop using an empty root menu (issue #366).
2017-10-21 18:07:33 +00:00
wiz
d850273ec4 compiz: remove kde3 option from buildlink3.mk as well 2017-09-26 09:12:24 +00:00
wiz
c3349031cd compiz: remove kde3 support. 2017-09-26 07:01:55 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
wiz
e364d4fc58 Update HOMEPAGE. 2017-09-11 07:38:23 +00:00
wiz
6dbf2b6475 Follow a redirect. 2017-09-07 07:54:25 +00:00
wiz
b828db802a Update some URLs. 2017-09-06 11:30:41 +00:00
wiz
3110a02dbc Comment out dead sites. 2017-09-06 10:40:25 +00:00
wiz
1fc957a0ce Follow some redirects. 2017-09-06 09:02:59 +00:00
wiz
ff22ec594f Follow some redirects. 2017-09-04 18:08:18 +00:00
wiz
1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
wiz
9ddb7f9e9c Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
adam
931d707fe2 Revbump for boost update 2017-08-24 20:03:08 +00:00
jmcneill
d46b1c1ff5 Set HAS_SYSTEM_ASPRINTF in make env to fix build on NetBSD 8 2017-08-21 14:53:58 +00:00
nros
da1148d90d Add xmlto build dependency to i3 since it is used to build the docs.
While here sort the buildlink3 entries.
2017-08-19 10:57:54 +00:00
triaxx
b5981f5f10 Fix a wrong dependency from devel/lua-doc to textproc/LDoc.
Fix the wrong MANPATH.
2017-08-18 10:16:11 +00:00
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +00:00
wiz
a1e4174a9c Follow some http redirects. 2017-08-16 20:21:03 +00:00
triaxx
776751f814 Update wm/awesome to 4.2
Reviewed by maya@

Changes by packager:
* Add options handling
* Add DBus support through options.mk
* Add API doc generation through options.mk
* Move libexecinfo dependency to options.mk

Changes from Changelog:
https://awesomewm.org/changelogs/short/v4.2.txt
2017-08-15 10:57:35 +00:00
nros
56ce5e9ae6 Update i3 to version 4.13.
Pkgsrc changes:
Added comments and RCS tags to patches.
Make perl a runtime dependency since installed
runtime scripts uses it.

Changes and bugfixes from release notes:

Changes in 4.13:

* build: wire up version handling for non-release tarballs (as opposed to git
  checkouts)
* build: switch to the GNU build system
* i3bar: disable pango markup for plain-text input
* man/i3-msg: point out default ipc message type
* config: introduce support for specifying variables from X resources
* config: ensure variables match on longest-length, eliminating problems
  where one variable was a prefix of another
* config: do not count '\' in comment lines as line continuation
* ipc: introduce a new GET_BINDING_MODES command
* ipc: implement new window::mark event
* ipc: add ?output? to IPC events referencing a container
* make fullscreen windows open on the output which is indicated by their
  geometry (fixes LibreOffice Impress multi-monitor presentations)
* focus newly managed windows only if they don?t use the globally active
  input mode (fixes issues with RubyMine)
* remove title indentation in nested containers (rationale was unclear,
  nobody spoke up when we asked about the feature on i3-discuss)
* use the last known timestamp when calling xcb_set_input_focus (might fix
  rare race conditions in focus handling)
* introduce the "smart" option for hide_edge_borders, which will hide borders
  when there is precisely one window on the workspace
* handle _MOTIF_WM_HINTS changes (_MOTIF_WM_HINTS were previously only
  considered when managing a new window)
* don?t change border style if BS_NORMAL is requested in _MOTIF_WM_HINTS
* only add numlock fallback for keybindings where necessary (allows users to
  correctly bind keys on the numpad)
* do not match docks in config and command criteria
* get DPI from the Xft.dpi resource instead of directly looking at the screen
  resolution/size
* handle _NET_ACTIVE_WINDOW for scratchpad windows (for pagers)
* set _NET_WM_DESKTOP to sticky for scratchpad windows
* add new criteria "tiling" and "floating"
* implement special output name "current" for commands
* handle ResizeRequests for tray clients (fixes VLC tray icon)

Bugfixes in 4.13:

* i3bar: fix crash when the I3SOCK environment variable is present
* i3-dmenu-desktop: do not die on failed open
* i3-input: properly position in non-standard cases (fixes an issue where
  i3-input would launch off-screen)
* i3-save-tree: rename "mark" to "marks" to reflect our recent change to
  allow multiple marks
* mouse bindings: only grab the mouse buttons that need to be grabbed
* no_focus: correctly count the number of windows (makes no_focus work with
  tabbed/stacked workspace layouts).
* properly close disabled outputs restored during a restart (this fixes state
  handling when RandR changes happen during i3 restarts)
* don't trigger bindings on window border clicks unless --border was
  specified for the binding
* traverse numbered workspaces in correct order
  fix transition from named to numbered workspaces in "workspace next|prev"
* avoid setting urgency hint on content containers and above (fixes crashes)
* don't trigger unrelated key bindings for --release bindings
* fix colormap handling for containers (fixes taking screenshots using xwd)
* check output crossing on ENTER_NOTIFY to dockarea (fixes pointer jumping)
* fix a use-after-free bug (fixes "floating enable" on single split windows)
2017-08-09 11:13:30 +00:00
nros
fb09566162 fix typo in buildlink3 file 2017-08-09 10:27:44 +00:00
wiz
4b6cc49c90 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
wiz
4078335453 Update HOMEPAGE. 2017-08-01 16:49:18 +00:00
wiz
7b294157a3 Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
wiz
8d59bf7376 Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
joerg
211e5b067e Fix unused function to at least compile on NetBSD. Fix C99 inline use. 2017-07-14 12:52:49 +00:00
jperkin
4f48c21cf9 Fix setting of _XOPEN_SOURCE. 2017-07-07 13:08:07 +00:00
jperkin
7844c0cfa8 Restore requirement that this package build against lua51, it is incompatible
with newer releases at this time.
2017-07-07 13:04:55 +00:00
bsiegert
10b7b4313b Add -D_XOPEN_SOURCE to MAKE_FLAGS to fix a segfault at runtime. Reported
by Oleksandr on pkgsrc-users months ago.
2017-07-02 12:45:05 +00:00
jperkin
46887bed28 Set _XOPEN_SOURCE to 600 to avoid conflict with C99. 2017-06-28 15:35:11 +00:00
youri
1db57ca579 Update mate-netbook to 1.18.1. 2017-06-23 17:22:36 +00:00
youri
25907eeb37 Update marco to 1.18.1 2017-06-23 17:13:31 +00:00
youri
215ee93a2f Update xfce4-wm to 4.13.0:
4.13.0
======
 - Add support for VSYNC using either Present or OpenGL
 - Support for scaled cursor when zooming
 - Daemon mode is now deprecated (--daemon has no effect)
 - Bug fixes and I18n improvements
2017-06-18 22:56:55 +00:00
maya
eaa96c0dba bspwm: update to 0.9.2
From John Vogel
2017-05-31 05:22:09 +00:00
joerg
65941dcb4e Match PLIST with do-install. Bump revision. 2017-05-20 11:50:09 +00:00
bsiegert
155d30a4b9 Update 9wm to 1.4.0, now developed on GitHub.
There are no release notes from upstream (short of commit
logs), here is a partial list of changes:

- no more manual window placement
- color support
- support for fullscreen and shaped windows
- format string and memory fixes
- compatibility fixes for some toolkits
- window titles are UTF-8
2017-05-16 21:10:02 +00:00
jperkin
2c5b69285d SunOS requires an explicit -liconv. 2017-05-12 11:59:38 +00:00
jperkin
4191400246 SunOS requires an explicit -liconv. 2017-05-12 11:55:32 +00:00
wiz
e725b4b1d0 Updated notion to 3.2017050501.
I've just released version 3-2017050501 of Notion.

This is mostly a maintenance release, but some notable changes include:

* Add focuslist menu for workspaces (thanks to @hedning)
* Add sizepolicy support for menus (thanks to @hedning)
* Fix statusd free memory (thanks to @jsbackus)
* Improve error messages for invalid key combinations (thanks to @xmw and
  @knixeur)
* configuration options for warp cursor placement (thanks to Campbell
  Barton)
* include net_client_list in the default configuration
* add Subtle(wm)-like window management to contrib scripts (@gwash)
* add rofi menu support (thanks to @olejorgenb and @hedning)
* various cleanups (thanks to Campbell Barton, Wojtek Aniszewski,
  @jsbackus, Joe Mason, @olejorgenb)
2017-05-07 16:10:35 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
sevan
ced24a3910 libhack is also built on Darwin. 2017-04-25 12:45:02 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
jperkin
ac4dcc786d Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
adam
5099c9b829 Explicitly disable ImageMagick support 2017-04-14 17:16:50 +00:00
pho
237fa3a587 Fix PLIST for the nls option: he_IL.UTF-8 was missing 2017-04-13 04:29:05 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00