pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
New package, sowm
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Fri Feb 28 14:48:45 2020 +0100
Changeset: e5fb1aab69b1de84f4b62d42ca5706fb70381a14
Modified Files:
Makefile
Added Files:
sowm/DESCR
sowm/Makefile
sowm/PLIST
sowm/distinfo
Log Message:
New package, sowm
sowm - Simple Opinionated Window Manager
An itsy bitsy floating window manager.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e5fb1aab69b1de84f4b62d42ca5706fb70381a14
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
sowm/DESCR | 10 ++++++++++
sowm/Makefile | 16 ++++++++++++++++
sowm/PLIST | 3 +++
sowm/distinfo | 6 ++++++
5 files changed, 36 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 11d95aaf73..6fcb74c74b 100644
--- a/Makefile
+++ b/Makefile
@@ -4567,6 +4567,7 @@ SUBDIR+= songwrite2
SUBDIR+= sonic-visualiser
SUBDIR+= sophia
SUBDIR+= soqt
+SUBDIR+= sowm
SUBDIR+= spacefm
SUBDIR+= spade
SUBDIR+= spai
diff --git a/sowm/DESCR b/sowm/DESCR
new file mode 100644
index 0000000000..8be144f285
--- /dev/null
+++ b/sowm/DESCR
@@ -0,0 +1,10 @@
+sowm (Simple Opinionated Window Manager)
+An itsy bitsy floating window manager.
+
+- Floating only.
+- Fullscreen toggle.
+- Window centering.
+- Mix of mouse and keyboard workflow.
+- Focus with cursor.
+- Rounded corners (through patch(https://github.com/dylanaraps/sowm/pull/58))
+- Titlebars (through patch(https://github.com/dylanaraps/sowm/pull/57))
diff --git a/sowm/Makefile b/sowm/Makefile
new file mode 100644
index 0000000000..9e3d8e4c11
--- /dev/null
+++ b/sowm/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= sowm-1.6
+CATEGORIES= wm
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dylanaraps/}
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/dylanaraps/sowm/
+COMMENT= Itsy bitsy floating window manager
+LICENSE= mit
+
+INSTALLATION_DIRS+= bin doc
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sowm/PLIST b/sowm/PLIST
new file mode 100644
index 0000000000..3ac64a57fd
--- /dev/null
+++ b/sowm/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/sowm
+@pkgdir doc
diff --git a/sowm/distinfo b/sowm/distinfo
new file mode 100644
index 0000000000..cd5d927c8c
--- /dev/null
+++ b/sowm/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sowm-1.6.tar.gz) = 87bd3f40ae70364c15f8e36c78c95e146d1423ac
+RMD160 (sowm-1.6.tar.gz) = f1f5ec85623335214e9e89fc2ce2e48a74679415
+SHA512 (sowm-1.6.tar.gz) = 36f0818d769c224c727713d862201dee7478a04e99c4b0ea0e48a1e1a12a033f704962351ec39df901c196a0ab75fd07b0551b6177f3bb51639dc1ea362b0c16
+Size (sowm-1.6.tar.gz) = 5916 bytes
Home |
Main Index |
Thread Index |
Old Index