mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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/
This commit is contained in:
parent
4f24e7e3ed
commit
7645fa295a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544186
25
x11-wm/wayfire-plugins-extra/Makefile
Normal file
25
x11-wm/wayfire-plugins-extra/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wayfire-plugins-extra
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.5.0
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
MAINTAINER= jbeich@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>
|
3
x11-wm/wayfire-plugins-extra/distinfo
Normal file
3
x11-wm/wayfire-plugins-extra/distinfo
Normal file
@ -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
|
4
x11-wm/wayfire-plugins-extra/pkg-descr
Normal file
4
x11-wm/wayfire-plugins-extra/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Plugins that have external dependencies, debugging purposes or
|
||||
otherwise will not be included with Wayfire core.
|
||||
|
||||
WWW: https://wayfire.org/
|
22
x11-wm/wayfire-plugins-extra/pkg-plist
Normal file
22
x11-wm/wayfire-plugins-extra/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user