Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2020 22:39:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544773 - head/x11-toolkits/gtk-layer-shell
Message-ID:  <202008122239.07CMdNTM021139@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Aug 12 22:39:23 2020
New Revision: 544773
URL: https://svnweb.freebsd.org/changeset/ports/544773

Log:
  x11-toolkits/gtk-layer-shell: update to 0.3.0
  
  Changes:	https://github.com/wmww/gtk-layer-shell/releases/tag/v0.3.0
  Reported by:	GitHub (watch releases)

Modified:
  head/x11-toolkits/gtk-layer-shell/Makefile   (contents, props changed)
  head/x11-toolkits/gtk-layer-shell/distinfo   (contents, props changed)
  head/x11-toolkits/gtk-layer-shell/pkg-plist   (contents, props changed)

Modified: head/x11-toolkits/gtk-layer-shell/Makefile
==============================================================================
--- head/x11-toolkits/gtk-layer-shell/Makefile	Wed Aug 12 21:43:14 2020	(r544772)
+++ head/x11-toolkits/gtk-layer-shell/Makefile	Wed Aug 12 22:39:23 2020	(r544773)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gtk-layer-shell
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.0
+DISTVERSION=	0.3.0
 CATEGORIES=	x11-toolkits
 
 MAINTAINER=	greg@unrelenting.technology
@@ -13,6 +13,7 @@ LICENSE_COMB=	multi
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/LICENSE_LGPL.txt
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE_MIT.txt
 
+BUILD_DEPENDS=	wayland-protocols>=1.16:graphics/wayland-protocols
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 
 USES=		compiler:c11 gnome meson pkgconfig

Modified: head/x11-toolkits/gtk-layer-shell/distinfo
==============================================================================
--- head/x11-toolkits/gtk-layer-shell/distinfo	Wed Aug 12 21:43:14 2020	(r544772)
+++ head/x11-toolkits/gtk-layer-shell/distinfo	Wed Aug 12 22:39:23 2020	(r544773)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595973000
-SHA256 (wmww-gtk-layer-shell-v0.2.0_GH0.tar.gz) = 6934376b5296d079fca2c1ba6b222ec91db6bf3667142340ee2bdebfb4b69116
-SIZE (wmww-gtk-layer-shell-v0.2.0_GH0.tar.gz) = 92350
+TIMESTAMP = 1597260849
+SHA256 (wmww-gtk-layer-shell-v0.3.0_GH0.tar.gz) = edd5e31279d494df66da9e9190c219fa295da547f5538207685e98468dbc134d
+SIZE (wmww-gtk-layer-shell-v0.3.0_GH0.tar.gz) = 104653

Modified: head/x11-toolkits/gtk-layer-shell/pkg-plist
==============================================================================
--- head/x11-toolkits/gtk-layer-shell/pkg-plist	Wed Aug 12 21:43:14 2020	(r544772)
+++ head/x11-toolkits/gtk-layer-shell/pkg-plist	Wed Aug 12 22:39:23 2020	(r544773)
@@ -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.2.0
+lib/libgtk-layer-shell.so.0.3.0
 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?202008122239.07CMdNTM021139>