Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2021 15:23:02 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: 137d9eda142e - main - x11-toolkits/gtk40: properly use LIBVERSION like gtk30
Message-ID:  <202111031523.1A3FN2qc028404@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=137d9eda142e6a46eb9451202044b29668f8ec04

commit 137d9eda142e6a46eb9451202044b29668f8ec04
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-03 14:32:59 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-03 15:22:09 +0000

    x11-toolkits/gtk40: properly use LIBVERSION like gtk30
---
 x11-toolkits/gtk40/Makefile  | 2 +-
 x11-toolkits/gtk40/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-toolkits/gtk40/Makefile b/x11-toolkits/gtk40/Makefile
index 2e869406045e..c98a49d89aab 100644
--- a/x11-toolkits/gtk40/Makefile
+++ b/x11-toolkits/gtk40/Makefile
@@ -33,7 +33,7 @@ LDFLAGS+=	-lexecinfo
 
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 
-LIBVERSION=	0.2404.23
+LIBVERSION=	1.400.0
 PLIST_SUB+=	LIBVERSION=${LIBVERSION}
 
 GLIB_SCHEMAS=	org.gtk.Demo4.gschema.xml \
diff --git a/x11-toolkits/gtk40/pkg-plist b/x11-toolkits/gtk40/pkg-plist
index 5f7446ba0842..67612912d293 100644
--- a/x11-toolkits/gtk40/pkg-plist
+++ b/x11-toolkits/gtk40/pkg-plist
@@ -382,7 +382,7 @@ lib/gtk-4.0/4.0.0/printbackends/libprintbackend-file.so
 %%NO_CUPS%%lib/gtk-4.0/4.0.0/printbackends/libprintbackend-lpr.so
 lib/libgtk-4.so
 lib/libgtk-4.so.1
-lib/libgtk-4.so.1.400.0
+lib/libgtk-4.so.%%LIBVERSION%%
 %%BROADWAY%%libdata/pkgconfig/gtk4-broadway.pc
 libdata/pkgconfig/gtk4-unix-print.pc
 %%WAYLAND%%libdata/pkgconfig/gtk4-wayland.pc



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