Date: Mon, 25 Sep 2023 12:11:52 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: beff9da5fa7a - main - x11-toolkits/libdecor: update to 0.2.0 Message-ID: <202309251211.38PCBqlv073918@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=beff9da5fa7ad70cf7dc2ce5913c5fe0df488dde commit beff9da5fa7ad70cf7dc2ce5913c5fe0df488dde Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-09-25 06:49:43 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-09-25 12:09:54 +0000 x11-toolkits/libdecor: update to 0.2.0 Changes: https://gitlab.freedesktop.org/libdecor/libdecor/-/compare/0.1.1...0.2.0 Reported by: GitLab (notify releases) --- x11-toolkits/libdecor/Makefile | 10 +++++++--- x11-toolkits/libdecor/distinfo | 6 +++--- x11-toolkits/libdecor/pkg-plist | 3 ++- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/x11-toolkits/libdecor/Makefile b/x11-toolkits/libdecor/Makefile index fdc52aacffc2..504fdecba291 100644 --- a/x11-toolkits/libdecor/Makefile +++ b/x11-toolkits/libdecor/Makefile @@ -1,5 +1,5 @@ PORTNAME= libdecor -DISTVERSION= 0.1.1 +DISTVERSION= 0.2.0 CATEGORIES= x11-toolkits MAINTAINER= jbeich@FreeBSD.org @@ -20,10 +20,14 @@ USE_LDCONFIG= yes GL_SITE= https://gitlab.freedesktop.org MESON_ARGS= -Ddemo=false -OPTIONS_DEFINE= DBUS -OPTIONS_DEFAULT=DBUS +OPTIONS_DEFINE= DBUS GTK3 +OPTIONS_DEFAULT=DBUS GTK3 +OPTIONS_SUB= yes DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_MESON_ENABLED= dbus +GTK3_USE= GNOME=gtk30 +GTK3_MESON_ENABLED= gtk + .include <bsd.port.mk> diff --git a/x11-toolkits/libdecor/distinfo b/x11-toolkits/libdecor/distinfo index b128eefda3dd..1dd9c18cad7f 100644 --- a/x11-toolkits/libdecor/distinfo +++ b/x11-toolkits/libdecor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667221661 -SHA256 (libdecor-0.1.1.tar.bz2) = 69deadfd0c77afc8122f7caa8ecf65fdd9531d2c3da9bea012a6d964f322e1c4 -SIZE (libdecor-0.1.1.tar.bz2) = 37286 +TIMESTAMP = 1695624583 +SHA256 (libdecor-0.2.0.tar.bz2) = 48a3f44f8053952a5bc6216299e259f7556e6d70b4f67545c638dae34d949434 +SIZE (libdecor-0.2.0.tar.bz2) = 45204 diff --git a/x11-toolkits/libdecor/pkg-plist b/x11-toolkits/libdecor/pkg-plist index 65c7dd298049..083b3243b9b4 100644 --- a/x11-toolkits/libdecor/pkg-plist +++ b/x11-toolkits/libdecor/pkg-plist @@ -1,6 +1,7 @@ include/libdecor-0/libdecor.h lib/libdecor-0.so lib/libdecor-0.so.0 -lib/libdecor-0.so.0.100.1 +lib/libdecor-0.so.0.200.0 lib/libdecor/plugins-1/libdecor-cairo.so +%%GTK3%%lib/libdecor/plugins-1/libdecor-gtk.so libdata/pkgconfig/libdecor-0.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309251211.38PCBqlv073918>