non port: x11-wm/dwl/Makefile |
SVNWeb
|
Number of commits found: 13 |
Sat, 31 Dec 2022
|
[ 00:26 Jan Beich (jbeich) ] 09c1c12
x11-wm/dwl: set -v (version) from port if snapshot after 7c9c3e9ab546
|
[ 00:26 Jan Beich (jbeich) ] 82e46bb
x11-wm/dwl: update to 0.4
Changes: https://github.com/djpohly/dwl/releases/tag/v0.4
Reported by: GitHub (watch releases)
|
Sun, 25 Dec 2022
|
[ 00:25 Jan Beich (jbeich) ] c750a29
x11-wm/dwl: update to 0.4.r3
Changes: https://github.com/djpohly/dwl/releases/tag/v0.4-rc3
Reported by: GitHub (watch releases)
|
Tue, 6 Dec 2022
|
[ 06:56 Jan Beich (jbeich) ] 81cd1c8
x11-wm/dwl: update to 0.4.r2
Changes: https://github.com/djpohly/dwl/releases/tag/v0.4-rc2
Reported by: GitHub (watch releases)
|
Fri, 2 Dec 2022
|
[ 16:46 Jan Beich (jbeich) ] 7c9c3e9
x11-wm/dwl: update to 0.4.r1
Changes: https://github.com/djpohly/dwl/releases/tag/v0.4-rc1
Reported by: GitHub (watch releases)
|
Fri, 11 Nov 2022
|
[ 22:39 Jan Beich (jbeich) ] 1c4b6bc (Only the first 10 of 14 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.16.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.16.0
Reported by: GitLab (notify releases)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 12:48 Jan Beich (jbeich) ] 2948687 (Only the first 10 of 42 ports in this commit are shown above. )
wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7)
|
Mon, 11 Apr 2022
|
[ 15:22 Jan Beich (jbeich) ] 991551a
x11-wm/dwl: update to 0.3.1
Changes: https://github.com/djpohly/dwl/releases/tag/v0.3.1
Reported by: GitHub (watch releases)
|
Wed, 30 Mar 2022
|
[ 05:19 Jan Beich (jbeich) ] d0ada09
x11-wm/dwl: unbreak X11 runtime
|
Sun, 20 Mar 2022
|
[ 20:18 Jan Beich (jbeich) ] 21b5f72
x11-wm/dwl: update to 0.3
Changes: https://github.com/djpohly/dwl/releases/tag/v0.3
Reported by: Repology
|
Fri, 31 Dec 2021
|
[ 17:16 Jan Beich (jbeich) ] bb69675
x11-wm/dwl: unbreak on GCC architectures
In file included from dwl.c:377:
client.h: In function 'client_get_appid':
client.h:63: error: 'struct wlr_xdg_surface' has no member named 'toplevel'
client.h: In function 'client_get_title':
client.h:88: error: 'struct wlr_xdg_surface' has no member named 'toplevel'
dwl.c: In function 'createkeyboard':
dwl.c:797: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c:800: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c:803: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c:804: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c: In function 'createnotify':
dwl.c:901: error: 'struct wlr_xdg_surface' has no member named 'toplevel'
dwl.c:902: error: 'struct wlr_xdg_surface' has no member named 'toplevel'
dwl.c: In function 'keypress':
dwl.c:1242: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c:1245: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c: In function 'keypressmod':
dwl.c:1277: error: 'struct wlr_input_device' has no member named 'keyboard'
|
Thu, 30 Dec 2021
|
[ 20:58 Jan Beich (jbeich) ] 209955a
x11-wm/dwl: add new port
dwl is a compact, hackable compositor for Wayland based on wlroots. It is
intended to fill the same space in the Wayland world that dwm does in X11,
primarily in terms of philosophy, and secondarily in terms of
functionality. Like dwm, dwl is:
- Easy to understand, hack on, and extend with patches
- One C source file (or a very small number) configurable via config.h
- Limited to 2000 SLOC to promote hackability
- Tied to as few external dependencies as possible
dwl is not meant to provide every feature under the sun. Instead, like dwm,
it sticks to features which are necessary, simple, and straightforward to
implement given the base on which it is built. Implemented default features: (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 13 |