pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sway: Import sway-1.4 as wip/sway



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Thu Jun 4 15:26:33 2020 +0200
Changeset:	fd2bfcad5799533ac4e366c231695132a23866ee

Added Files:
	sway/DESCR
	sway/Makefile
	sway/PLIST
	sway/TODO
	sway/distinfo

Log Message:
sway: Import sway-1.4 as wip/sway

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd2bfcad5799533ac4e366c231695132a23866ee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sway/DESCR    |  1 +
 sway/Makefile | 30 ++++++++++++++++++++++++++++++
 sway/PLIST    | 24 ++++++++++++++++++++++++
 sway/TODO     |  2 ++
 sway/distinfo |  6 ++++++
 5 files changed, 63 insertions(+)

diffs:
diff --git a/sway/DESCR b/sway/DESCR
new file mode 100644
index 0000000000..addec5b338
--- /dev/null
+++ b/sway/DESCR
@@ -0,0 +1 @@
+sway is an i3-compatible compositor
diff --git a/sway/Makefile b/sway/Makefile
new file mode 100644
index 0000000000..6398be7c45
--- /dev/null
+++ b/sway/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	sway
+GITHUB_TAG=	1.4
+DISTNAME=	1.4
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=swaywm/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	dan%alt.md@localhost
+HOMEPAGE=	https://github.com/swaywm/sway/
+COMMENT=	Sway is an i3-compatible Wayland compositor
+LICENSE=	mit
+
+WRKSRC=	${WRKDIR}/sway-1.4
+
+.include "../../wip/wlroots/buildlink3.mk"
+.include "../../wip/libinput/buildlink3.mk"
+.include "../../wip/libevdev/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../devel/meson/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sway/PLIST b/sway/PLIST
new file mode 100644
index 0000000000..61e41477a2
--- /dev/null
+++ b/sway/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+bin/sway
+bin/swaybar
+bin/swaymsg
+bin/swaynag
+etc/sway/config
+etc/sway/security.d/00-defaults
+share/backgrounds/sway/Sway_Wallpaper_Blue_1136x640.png
+share/backgrounds/sway/Sway_Wallpaper_Blue_1136x640_Portrait.png
+share/backgrounds/sway/Sway_Wallpaper_Blue_1366x768.png
+share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png
+share/backgrounds/sway/Sway_Wallpaper_Blue_2048x1536.png
+share/backgrounds/sway/Sway_Wallpaper_Blue_2048x1536_Portrait.png
+share/backgrounds/sway/Sway_Wallpaper_Blue_768x1024.png
+share/backgrounds/sway/Sway_Wallpaper_Blue_768x1024_Portrait.png
+share/bash-completion/completions/sway
+share/bash-completion/completions/swaybar
+share/bash-completion/completions/swaymsg
+share/fish/vendor_completions.d/sway.fish
+share/fish/vendor_completions.d/swaymsg.fish
+share/fish/vendor_completions.d/swaynag.fish
+share/wayland-sessions/sway.desktop
+share/zsh/site-functions/_sway
+share/zsh/site-functions/_swaymsg
diff --git a/sway/TODO b/sway/TODO
new file mode 100644
index 0000000000..485b0a03bb
--- /dev/null
+++ b/sway/TODO
@@ -0,0 +1,2 @@
+Fix security/capabilities
+Add support for pkgsrc CONF_FILES
diff --git a/sway/distinfo b/sway/distinfo
new file mode 100644
index 0000000000..abf19b509d
--- /dev/null
+++ b/sway/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sway/1.4.tar.gz) = 523a082c2b69232281e687af5861d4483d2af134
+RMD160 (sway/1.4.tar.gz) = 9987560d39a8fdb07e4616ae3080d8aee4a44cae
+SHA512 (sway/1.4.tar.gz) = 3b280bdfdbdae8fb9b4f555bc630c64e7c1d09f7b2c783b99413863a6b620d50cd2b6d10d63e11fdfb9c678fce9a403228ac52fa69fb52561ffbd06790505a71
+Size (sway/1.4.tar.gz) = 5514489 bytes


Home | Main Index | Thread Index | Old Index