Skip to content

Commit

Permalink
x11-wm/labwc: update to 0.7.0
Browse files Browse the repository at this point in the history
Changes:	https://github.com/labwc/labwc/releases/tag/0.7.0
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Dec 22, 2023
1 parent c8b4373 commit 8718fda
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions x11-wm/labwc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= labwc
DISTVERSION= 0.6.6
DISTVERSION= 0.7.0
CATEGORIES= x11-wm wayland

MAINTAINER= jbeich@FreeBSD.org
Expand All @@ -10,16 +10,17 @@ LICENSE= GPLv2

BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>0:graphics/wayland-protocols \
wlroots>=0.16.0<0.17.0:x11-toolkits/wlroots
wlroots>=0.17.0<0.18.0:x11-toolkits/wlroots
LIB_DEPENDS= libpng.so:graphics/png \
libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon

USES= compiler:c11 gnome meson pkgconfig
USES= compiler:c11 gnome meson pkgconfig xorg
USE_GITHUB= yes
USE_GNOME= cairo libxml2 pango
USE_XORG= pixman
PLIST_FILES= bin/${PORTNAME} \
share/wayland-sessions/${PORTNAME}.desktop
PORTEXAMPLES= *
Expand All @@ -43,13 +44,20 @@ NLS_USES= gettext
NLS_MESON_ENABLED= nls
NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/${PORTNAME}.mo \
share/locale/es/LC_MESSAGES/${PORTNAME}.mo \
share/locale/eu/LC_MESSAGES/${PORTNAME}.mo \
share/locale/gl/LC_MESSAGES/${PORTNAME}.mo \
share/locale/id/LC_MESSAGES/${PORTNAME}.mo \
share/locale/it/LC_MESSAGES/${PORTNAME}.mo \
share/locale/ja/LC_MESSAGES/${PORTNAME}.mo \
share/locale/ka/LC_MESSAGES/${PORTNAME}.mo \
share/locale/nl/LC_MESSAGES/${PORTNAME}.mo \
share/locale/pl/LC_MESSAGES/${PORTNAME}.mo \
share/locale/pt/LC_MESSAGES/${PORTNAME}.mo \
share/locale/ru/LC_MESSAGES/${PORTNAME}.mo \
share/locale/sv/LC_MESSAGES/${PORTNAME}.mo \
share/locale/tr/LC_MESSAGES/${PORTNAME}.mo
share/locale/tr/LC_MESSAGES/${PORTNAME}.mo \
share/locale/uk/LC_MESSAGES/${PORTNAME}.mo \
share/locale/zh_CN/LC_MESSAGES/${PORTNAME}.mo

X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm
X11_MESON_ENABLED= xwayland
Expand All @@ -70,5 +78,4 @@ post-patch:
@${REINPLACE_CMD} '/datadir/s/doc/examples/' \
${WRKSRC}/docs/meson.build

.include "${.CURDIR:H:H}/x11-toolkits/wlroots016/override.mk"
.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions x11-wm/labwc/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1700946852
SHA256 (labwc-labwc-0.6.6_GH0.tar.gz) = fea73450a0cc806339e38414973261812f6376d09cf387e693a4bddf75c40916
SIZE (labwc-labwc-0.6.6_GH0.tar.gz) = 291599
TIMESTAMP = 1703264612
SHA256 (labwc-labwc-0.7.0_GH0.tar.gz) = 2607219cb766db4d258a20c62c98ea16cd6d62c735e65f35d916188cf0ccbe70
SIZE (labwc-labwc-0.7.0_GH0.tar.gz) = 305105

0 comments on commit 8718fda

Please sign in to comment.