svn commit: r544186 - head/x11-wm/wayfire-plugins-extra
Jan Beich
jbeich at FreeBSD.org
Tue Aug 4 21:37:54 UTC 2020
Author: jbeich
Date: Tue Aug 4 21:37:52 2020
New Revision: 544186
URL: https://svnweb.freebsd.org/changeset/ports/544186
Log:
x11-wm/wayfire-plugins-extra: add new port
Plugins that have external dependencies, debugging purposes or
otherwise will not be included with Wayfire core.
https://wayfire.org/
Added:
head/x11-wm/wayfire-plugins-extra/
head/x11-wm/wayfire-plugins-extra/Makefile (contents, props changed)
head/x11-wm/wayfire-plugins-extra/distinfo (contents, props changed)
head/x11-wm/wayfire-plugins-extra/pkg-descr (contents, props changed)
head/x11-wm/wayfire-plugins-extra/pkg-plist (contents, props changed)
Added: head/x11-wm/wayfire-plugins-extra/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-wm/wayfire-plugins-extra/Makefile Tue Aug 4 21:37:52 2020 (r544186)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= wayfire-plugins-extra
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.5.0
+CATEGORIES= x11-wm
+
+MAINTAINER= jbeich at FreeBSD.org
+COMMENT= Additional plugins for Wayfire
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= wayland-scanner:graphics/wayland \
+ wayland-protocols>0:graphics/wayland-protocols \
+ wayfire>0:x11-wm/wayfire
+LIB_DEPENDS= libwf-config.so:devel/wf-config \
+ libwlroots.so:x11-toolkits/wlroots
+
+USES= compiler:c++17-lang gnome meson pkgconfig
+USE_GITHUB= yes
+USE_GNOME= cairo glibmm
+GH_ACCOUNT= WayfireWM
+
+.include <bsd.port.mk>
Added: head/x11-wm/wayfire-plugins-extra/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-wm/wayfire-plugins-extra/distinfo Tue Aug 4 21:37:52 2020 (r544186)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1596571785
+SHA256 (WayfireWM-wayfire-plugins-extra-v0.5.0_GH0.tar.gz) = 64c56ffa66df26a7cbee1af41c34ae123abe8252deeaf02687237688a8281a9e
+SIZE (WayfireWM-wayfire-plugins-extra-v0.5.0_GH0.tar.gz) = 45062
Added: head/x11-wm/wayfire-plugins-extra/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-wm/wayfire-plugins-extra/pkg-descr Tue Aug 4 21:37:52 2020 (r544186)
@@ -0,0 +1,4 @@
+Plugins that have external dependencies, debugging purposes or
+otherwise will not be included with Wayfire core.
+
+WWW: https://wayfire.org/
Added: head/x11-wm/wayfire-plugins-extra/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-wm/wayfire-plugins-extra/pkg-plist Tue Aug 4 21:37:52 2020 (r544186)
@@ -0,0 +1,22 @@
+lib/wayfire/libannotate.so
+lib/wayfire/libautorotate-iio.so
+lib/wayfire/libbackground-view.so
+lib/wayfire/libbench.so
+lib/wayfire/libforce-fullscreen.so
+lib/wayfire/libjoin-views.so
+lib/wayfire/libkeycolor.so
+lib/wayfire/libmag.so
+lib/wayfire/libshowrepaint.so
+lib/wayfire/libwater.so
+lib/wayfire/libworkspace-names.so
+share/wayfire/metadata/annotate.xml
+share/wayfire/metadata/autorotate-iio.xml
+share/wayfire/metadata/background-view.xml
+share/wayfire/metadata/bench.xml
+share/wayfire/metadata/force-fullscreen.xml
+share/wayfire/metadata/join-views.xml
+share/wayfire/metadata/keycolor.xml
+share/wayfire/metadata/mag.xml
+share/wayfire/metadata/showrepaint.xml
+share/wayfire/metadata/water.xml
+share/wayfire/metadata/workspace-names.xml
More information about the svn-ports-all
mailing list