mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
wayland/labwc: update to 0.20.0.
see https://github.com/labwc/labwc/releases/tag/0.20.0 from yaydn / protomail
This commit is contained in:
@@ -2,8 +2,7 @@ COMMENT = window-stacking Wayland compositor
|
||||
|
||||
GH_ACCOUNT = labwc
|
||||
GH_PROJECT = labwc
|
||||
GH_TAGNAME = 0.9.7
|
||||
REVISION = 0
|
||||
GH_TAGNAME = 0.20.0
|
||||
|
||||
CATEGORIES = wayland
|
||||
|
||||
@@ -16,7 +15,8 @@ PERMIT_PACKAGE = Yes
|
||||
COMPILER = base-clang ports-gcc
|
||||
COMPILER_LANGS = c
|
||||
|
||||
MODULES = devel/meson wayland/wlroots
|
||||
MODULES = devel/meson wayland/wlroots
|
||||
MODWLROOTS_VERSION = 0.20
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
|
||||
@@ -40,4 +40,6 @@ WANTLIB += pangocairo-1.0 pixman-1 png rsvg-2 sfdo-basedir sfdo-desktop
|
||||
WANTLIB += sfdo-icon wayland-server xcb xcb-ewmh xkbcommon
|
||||
WANTLIB += xml2 epoll-shim wayland-client wayland-cursor
|
||||
|
||||
CONFIGURE_ARGS = -Dsystemd-session=disabled
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (labwc-0.9.7.tar.gz) = StTl5/KeDQcE+ttKByA3Fz2FC0bxISK3kWiHm5IuD0M=
|
||||
SIZE (labwc-0.9.7.tar.gz) = 548483
|
||||
SHA256 (labwc-0.20.0.tar.gz) = Pgt8/Y43HtSCby1UZ3Se3H+dbAZJHdlDpV7RwLSaNpo=
|
||||
SIZE (labwc-0.20.0.tar.gz) = 548211
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
Index: docs/autostart
|
||||
--- docs/autostart.orig
|
||||
+++ docs/autostart
|
||||
@@ -2,6 +2,7 @@
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
# Set background color.
|
||||
swaybg -c '#113344' >/dev/null 2>&1 &
|
||||
+havoc &
|
||||
|
||||
# Configure output directives such as mode, position, scale and transform.
|
||||
# Use wlr-randr to get your output names
|
||||
@@ -10,10 +11,10 @@ swaybg -c '#113344' >/dev/null 2>&1 &
|
||||
# Use wlr-randr to get your output names.
|
||||
@@ -18,10 +19,10 @@ swaybg -c '#113344' >/dev/null 2>&1 &
|
||||
# output HDMI-A-1 position 1366,0
|
||||
# output eDP-1 position 0,0
|
||||
# }
|
||||
@@ -22,7 +22,7 @@ Index: docs/autostart
|
||||
|
||||
# To delay the launch of a particular client it is suggested that the following
|
||||
# syntax is used: ( sleep X ; foo ) &
|
||||
@@ -23,7 +24,7 @@ waybar >/dev/null 2>&1 &
|
||||
@@ -31,7 +32,7 @@ waybar >/dev/null 2>&1 &
|
||||
# Enable notifications. Typically GNOME/KDE application notifications go
|
||||
# through the org.freedesktop.Notifications D-Bus API and require a client such
|
||||
# as mako to function correctly. Thunderbird is an example of this.
|
||||
@@ -31,7 +31,7 @@ Index: docs/autostart
|
||||
|
||||
# Lock screen after 5 minutes; turn off display after another 5 minutes.
|
||||
#
|
||||
@@ -33,8 +34,5 @@ mako >/dev/null 2>&1 &
|
||||
@@ -41,8 +42,5 @@ mako >/dev/null 2>&1 &
|
||||
# (since a837fef). Instead use a wlr-output-power-management client such as
|
||||
# https://git.sr.ht/~leon_plickat/wlopm
|
||||
swayidle -w \
|
||||
|
||||
@@ -46,6 +46,7 @@ share/locale/id/LC_MESSAGES/labwc.mo
|
||||
share/locale/it/LC_MESSAGES/labwc.mo
|
||||
share/locale/ja/LC_MESSAGES/labwc.mo
|
||||
share/locale/ka/LC_MESSAGES/labwc.mo
|
||||
share/locale/kab/LC_MESSAGES/labwc.mo
|
||||
share/locale/kk/LC_MESSAGES/labwc.mo
|
||||
share/locale/ko/LC_MESSAGES/labwc.mo
|
||||
share/locale/lt/LC_MESSAGES/labwc.mo
|
||||
@@ -57,6 +58,9 @@ share/locale/pt/LC_MESSAGES/labwc.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/labwc.mo
|
||||
share/locale/ru/LC_MESSAGES/labwc.mo
|
||||
share/locale/sk/LC_MESSAGES/labwc.mo
|
||||
share/locale/sr_Latn/
|
||||
share/locale/sr_Latn/LC_MESSAGES/
|
||||
share/locale/sr_Latn/LC_MESSAGES/labwc.mo
|
||||
share/locale/sv/LC_MESSAGES/labwc.mo
|
||||
share/locale/tr/LC_MESSAGES/labwc.mo
|
||||
share/locale/uk/LC_MESSAGES/labwc.mo
|
||||
|
||||
Reference in New Issue
Block a user