Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2024 09:19:56 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 304c015042e8 - main - x11-toolkits/gtk-layer-shell: simplify plist updates
Message-ID:  <202409100919.48A9JuEJ099415@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=304c015042e8e3b8114a4a990c7dd06f14f40879

commit 304c015042e8e3b8114a4a990c7dd06f14f40879
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-09-10 09:04:29 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-09-10 09:19:23 +0000

    x11-toolkits/gtk-layer-shell: simplify plist updates
---
 x11-toolkits/gtk-layer-shell/Makefile  | 1 +
 x11-toolkits/gtk-layer-shell/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-toolkits/gtk-layer-shell/Makefile b/x11-toolkits/gtk-layer-shell/Makefile
index abe6dc604639..8e1c4d11f948 100644
--- a/x11-toolkits/gtk-layer-shell/Makefile
+++ b/x11-toolkits/gtk-layer-shell/Makefile
@@ -21,6 +21,7 @@ USE_GNOME=	gtk30 introspection:build
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	wmww
+PLIST_SUB=	VERSION=${PORTVERSION}
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
diff --git a/x11-toolkits/gtk-layer-shell/pkg-plist b/x11-toolkits/gtk-layer-shell/pkg-plist
index 52b59f6f6d6e..d33e40be7559 100644
--- a/x11-toolkits/gtk-layer-shell/pkg-plist
+++ b/x11-toolkits/gtk-layer-shell/pkg-plist
@@ -3,7 +3,7 @@ include/gtk-layer-shell/gtk-layer-shell.h
 lib/girepository-1.0/GtkLayerShell-0.1.typelib
 lib/libgtk-layer-shell.so
 lib/libgtk-layer-shell.so.0
-lib/libgtk-layer-shell.so.0.8.2
+lib/libgtk-layer-shell.so.%%VERSION%%
 libdata/pkgconfig/gtk-layer-shell-0.pc
 share/gir-1.0/GtkLayerShell-0.1.gir
 %%PORTDOCS%%share/gtk-doc/html/gtk-layer-shell/api-index-full.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409100919.48A9JuEJ099415>