mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
x11-wm/labwc: update to 0.8.1
Changes: https://github.com/labwc/labwc/releases/tag/0.8.1 Reported by: GitHub (watch releases)
This commit is contained in:
parent
f0ef3d0f61
commit
84fca1b3c8
2 changed files with 16 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= labwc
|
||||
DISTVERSION= 0.8.0
|
||||
DISTVERSION= 0.8.1
|
||||
CATEGORIES= x11-wm wayland
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -18,12 +18,15 @@ LIB_DEPENDS= libpng.so:graphics/png \
|
|||
|
||||
USES= compiler:c11 gnome meson pkgconfig xorg
|
||||
USE_GITHUB= yes
|
||||
USE_GITLAB= nodefault
|
||||
USE_GNOME= cairo libxml2 pango
|
||||
USE_XORG= pixman
|
||||
GL_TUPLE= https://gitlab.freedesktop.org:vyivel:libsfdo:v0.1.3:libsfdo/subprojects/libsfdo-basedir
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
share/icons/hicolor/scalable/apps/${PORTNAME}-symbolic.svg \
|
||||
share/icons/hicolor/scalable/apps/${PORTNAME}.svg \
|
||||
share/wayland-sessions/${PORTNAME}.desktop
|
||||
share/wayland-sessions/${PORTNAME}.desktop \
|
||||
share/xdg-desktop-portal/${PORTNAME}-portals.conf
|
||||
PORTEXAMPLES= *
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES LIBRSVG2 MANPAGES NLS X11
|
||||
|
@ -91,4 +94,10 @@ post-patch:
|
|||
@${REINPLACE_CMD} '/datadir/s/doc/examples/' \
|
||||
${WRKSRC}/docs/meson.build
|
||||
|
||||
.ifdef GL_TUPLE
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} 's/meson install/& \
|
||||
--skip-subprojects/' ${BUILD_WRKSRC}/build.ninja
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1723822896
|
||||
SHA256 (labwc-labwc-0.8.0_GH0.tar.gz) = 1bfe5791c6002c1355821046623fa64231afd42e4d2ec1f6a9af44ef3b24f780
|
||||
SIZE (labwc-labwc-0.8.0_GH0.tar.gz) = 412274
|
||||
TIMESTAMP = 1729882287
|
||||
SHA256 (labwc-labwc-0.8.1_GH0.tar.gz) = 8e510655cf0c84875c541f4afeb636e707d365210993ad22d64d8bc3108a3433
|
||||
SIZE (labwc-labwc-0.8.1_GH0.tar.gz) = 458858
|
||||
SHA256 (libsfdo-v0.1.3.tar.bz2) = 3798657acd816e0e735703396b9c79d8dfcd4971bbc3dcad4292e1cfa468e084
|
||||
SIZE (libsfdo-v0.1.3.tar.bz2) = 41920
|
||||
|
|
Loading…
Add table
Reference in a new issue