summaryrefslogtreecommitdiff
path: root/wm/glazier
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2022-02-22 08:19:16 +0000
committerpin <pin@pkgsrc.org>2022-02-22 08:19:16 +0000
commit5935e1d388460d7293773b51577079c9d3b2b29f (patch)
treef5fb53c914316c16a0ac72ada1a7c7c7ecc71262 /wm/glazier
parentbec1ddbada9ead9323e1fdc061bcbcbd2ac5a085 (diff)
downloadpkgsrc-5935e1d388460d7293773b51577079c9d3b2b29f.tar.gz
wm/glazier: import package
X windows manipulator. Windows are manipulated using the mouse, and can be moved/resized in multiple ways. This utility is better used in combination with others like [wmutils][0] and [sxhkd][1] which leverage the keyboard interface, rather than mouse usage. Features - Floating window management - Sloppy Focus - All manipulations done with the mouse - Cool operations like teleport, inflate/deflate - 100% compatible with wmutils(1) - Optional EWMH support through ewmh(1) - Multi-monitor support through Xrandr(3)
Diffstat (limited to 'wm/glazier')
-rw-r--r--wm/glazier/DESCR15
-rw-r--r--wm/glazier/Makefile38
-rw-r--r--wm/glazier/PLIST3
-rw-r--r--wm/glazier/distinfo5
4 files changed, 61 insertions, 0 deletions
diff --git a/wm/glazier/DESCR b/wm/glazier/DESCR
new file mode 100644
index 00000000000..a9712c91242
--- /dev/null
+++ b/wm/glazier/DESCR
@@ -0,0 +1,15 @@
+X windows manipulator.
+
+Windows are manipulated using the mouse, and can be moved/resized in
+multiple ways. This utility is better used in combination with others like
+[wmutils][0] and [sxhkd][1] which leverage the keyboard interface,
+rather than mouse usage.
+
+Features
+- Floating window management
+- Sloppy Focus
+- All manipulations done with the mouse
+- Cool operations like teleport, inflate/deflate
+- 100% compatible with wmutils(1)
+- Optional EWMH support through ewmh(1)
+- Multi-monitor support through Xrandr(3)
diff --git a/wm/glazier/Makefile b/wm/glazier/Makefile
new file mode 100644
index 00000000000..b88f189a555
--- /dev/null
+++ b/wm/glazier/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1 2022/02/22 08:19:16 pin Exp $
+
+DISTNAME= glazier-1.1
+CATEGORIES= wm
+MASTER_SITES= https://dl.z3bra.org/releases/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://z3bra.org/glazier/
+COMMENT= X windows manipulator
+LICENSE= isc
+
+#USE_TOOLS+= pkg-config
+MAKE_FILE= makefile
+
+MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
+
+SUBST_CLASSES+= configmk
+SUBST_MESSAGE.configmk= Adjust comfig.mk
+SUBST_STAGE.configmk= pre-configure
+SUBST_FILES.configmk+= config.mk
+SUBST_SED.configmk+= -e 's,/usr/local,${PREFIX},g'
+SUBST_SED.configmk+= -e 's,^CPPFLAGS *= ,CPPFLAGS += ,'
+SUBST_SED.configmk+= -e 's,^CFLAGS *= ,CFLAGS += ,'
+SUBST_SED.configmk+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
+SUBST_SED.configmk+= -e 's/cc/${CC:Q}/'
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "NetBSD" || ${X11_TYPE} == "modular"
+DEPENDS+= xrandr-[0-9]*:../../x11/xrandr
+.endif
+
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../x11/xcb-util-cursor/buildlink3.mk"
+.include "../../x11/xcb-util-image/buildlink3.mk"
+.include "../../wm/wmutils-libwm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/glazier/PLIST b/wm/glazier/PLIST
new file mode 100644
index 00000000000..b33a0b68e88
--- /dev/null
+++ b/wm/glazier/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/22 08:19:16 pin Exp $
+bin/ewmh
+bin/glazier
diff --git a/wm/glazier/distinfo b/wm/glazier/distinfo
new file mode 100644
index 00000000000..84b104c1ef3
--- /dev/null
+++ b/wm/glazier/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/22 08:19:16 pin Exp $
+
+BLAKE2s (glazier-1.1.tar.bz2) = 4cd4306101a97fae4deea05f59da0ed39639f16d06d3a2ab2c1d04941fa969a6
+SHA512 (glazier-1.1.tar.bz2) = d51836df9df31f7d9a02af14da78675acc9c5aabfc8251690080886164b48dda1172495086ca3cc5a986265f4197a973a49c8557fd14fe837191fe420153db88
+Size (glazier-1.1.tar.bz2) = 12816 bytes