Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2020 17:52:41 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535249 - in head/x11: . plasma-wayland-protocols
Message-ID:  <202005141752.04EHqfLP084996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu May 14 17:52:40 2020
New Revision: 535249
URL: https://svnweb.freebsd.org/changeset/ports/535249

Log:
  New Port: x11/plasma-wayland-protocols -- Plasma Wayland Protocols
  
  This project should be installing only the xml files of the non-standard
  wayland protocols we use in Plasma.
  
  They are installed to $PREFIX/share/plasma-wayland-protocols.
  
  WWW: https://github.com/kde/plasma-wayland-protocols

Added:
  head/x11/plasma-wayland-protocols/
  head/x11/plasma-wayland-protocols/Makefile   (contents, props changed)
  head/x11/plasma-wayland-protocols/distinfo   (contents, props changed)
  head/x11/plasma-wayland-protocols/pkg-descr   (contents, props changed)
  head/x11/plasma-wayland-protocols/pkg-plist   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Thu May 14 17:09:52 2020	(r535248)
+++ head/x11/Makefile	Thu May 14 17:52:40 2020	(r535249)
@@ -245,6 +245,7 @@
     SUBDIR += pipeglade
     SUBDIR += pixman
     SUBDIR += plank
+    SUBDIR += plasma-wayland-protocols 
     SUBDIR += plasma5-kactivitymanagerd
     SUBDIR += plasma5-kgamma5
     SUBDIR += plasma5-kscreen

Added: head/x11/plasma-wayland-protocols/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/plasma-wayland-protocols/Makefile	Thu May 14 17:52:40 2020	(r535249)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	plasma-wayland-protocols
+DISTVERSION=	1.0
+CATEGORIES=	x11 kde
+MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
+
+MAINTAINER=	kde@FreeBSD.org
+COMMENT=	Plasma Specific Protocols for Wayland
+
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
+
+USES=		cmake kde:5 qt:5 tar:xz
+USE_KDE=	ecm
+USE_QT=		buildtools_build qmake_build
+
+.include <bsd.port.mk>

Added: head/x11/plasma-wayland-protocols/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/plasma-wayland-protocols/distinfo	Thu May 14 17:52:40 2020	(r535249)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589476260
+SHA256 (plasma-wayland-protocols-1.0.tar.xz) = 69c0fac42ccecaa78388f54725de493cad7ac798d85802225013c3e1fb7ee62b
+SIZE (plasma-wayland-protocols-1.0.tar.xz) = 38020

Added: head/x11/plasma-wayland-protocols/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/plasma-wayland-protocols/pkg-descr	Thu May 14 17:52:40 2020	(r535249)
@@ -0,0 +1,9 @@
+Plasma Wayland Protocols
+
+This project should be installing only the xml files of the non-standard
+wayland protocols we use in Plasma.
+
+They are installed to $PREFIX/share/plasma-wayland-protocols.
+
+
+WWW: https://github.com/kde/plasma-wayland-protocols

Added: head/x11/plasma-wayland-protocols/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/plasma-wayland-protocols/pkg-plist	Thu May 14 17:52:40 2020	(r535249)
@@ -0,0 +1,24 @@
+lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfig.cmake
+lib/cmake/PlasmaWaylandProtocols/PlasmaWaylandProtocolsConfigVersion.cmake
+%%DATADIR%%/appmenu.xml
+%%DATADIR%%/blur.xml
+%%DATADIR%%/contrast.xml
+%%DATADIR%%/dpms.xml
+%%DATADIR%%/fake-input.xml
+%%DATADIR%%/fullscreen-shell.xml
+%%DATADIR%%/idle.xml
+%%DATADIR%%/keystate.xml
+%%DATADIR%%/output-management.xml
+%%DATADIR%%/outputdevice.xml
+%%DATADIR%%/plasma-shell.xml
+%%DATADIR%%/plasma-virtual-desktop.xml
+%%DATADIR%%/plasma-window-management.xml
+%%DATADIR%%/remote-access.xml
+%%DATADIR%%/server-decoration-palette.xml
+%%DATADIR%%/server-decoration.xml
+%%DATADIR%%/shadow.xml
+%%DATADIR%%/slide.xml
+%%DATADIR%%/surface-extension.xml
+%%DATADIR%%/text-input-unstable-v2.xml
+%%DATADIR%%/text-input.xml
+%%DATADIR%%/wayland-eglstream-controller.xml



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