git: 061d427b9972 - main - x11/lavalauncher: update to 2.1.0

Jan Beich jbeich at FreeBSD.org
Mon Apr 12 10:18:49 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=061d427b9972474d50c10148c280b343a2cbec95

commit 061d427b9972474d50c10148c280b343a2cbec95
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-04-12 00:05:27 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-04-12 10:17:27 +0000

    x11/lavalauncher: update to 2.1.0
    
    Changes:        https://git.sr.ht/~leon_plickat/lavalauncher/refs/v2.1.0
    Reported by:    Repology
---
 x11/lavalauncher/Makefile | 14 ++++++++------
 x11/lavalauncher/distinfo |  8 +++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/x11/lavalauncher/Makefile b/x11/lavalauncher/Makefile
index 0a54a737e860..3bd3a9f9db22 100644
--- a/x11/lavalauncher/Makefile
+++ b/x11/lavalauncher/Makefile
@@ -1,13 +1,9 @@
 PORTNAME=	lavalauncher
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.0.0
-PORTREVISION=	3
+DISTVERSION=	2.1.0
 CATEGORIES=	x11
 MASTER_SITES=	https://git.sr.ht/~leon_plickat/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
-PATCH_SITES=	https://git.sr.ht/~leon_plickat/${PORTNAME}/commit/
-PATCHFILES+=	542e8c948889.patch:-p1
-
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	Simple launcher panel for Wayland desktops
 
@@ -16,7 +12,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		wayland-protocols>0:graphics/wayland-protocols
-LIB_DEPENDS=	libwayland-client.so:graphics/wayland
+LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
+		libxkbcommon.so:x11/libxkbcommon
 
 USES=		compiler:c11 gnome meson pkgconfig
 USE_GNOME=	cairo
@@ -41,8 +38,13 @@ MANPAGES_MESON_ENABLED=	man-pages
 MANPAGES_PLIST_FILES=	man/man1/${PORTNAME}.1.gz
 
 post-patch:
+# Extract (snapshot) version from the port instead of meson.build
+	@${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \
+		-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
+		${WRKSRC}/meson.build
 # Respect PREFIX when looking for system .conf files
 	@${REINPLACE_CMD} 's,/usr/local,${PREFIX},' \
+		${WRKSRC}/doc/lavalauncher.1.scd \
 		${WRKSRC}/src/lavalauncher.c
 
 .include <bsd.port.mk>
diff --git a/x11/lavalauncher/distinfo b/x11/lavalauncher/distinfo
index 6d377016c42c..5c7a12d7d85c 100644
--- a/x11/lavalauncher/distinfo
+++ b/x11/lavalauncher/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1598638301
-SHA256 (lavalauncher-v2.0.0.tar.gz) = 617598dad94d5b3aa5b47e0895a3306573df9af3806dfa73f8149dbf8d85243a
-SIZE (lavalauncher-v2.0.0.tar.gz) = 92243
-SHA256 (542e8c948889.patch) = 9c479b00e5816dd47932a183d0eef0db4edab7d155e7a4207931ed4ace5910b1
-SIZE (542e8c948889.patch) = 834
+TIMESTAMP = 1618185927
+SHA256 (lavalauncher-v2.1.0.tar.gz) = 4d51d857ddfc682cf7dbc4dcd60a776b6816610230afead4608fdd7693261274
+SIZE (lavalauncher-v2.1.0.tar.gz) = 101315


More information about the dev-commits-ports-all mailing list