pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/glazier wm/glazier: import package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb4173514804
branches:  trunk
changeset: 374429:cb4173514804
user:      pin <pin%pkgsrc.org@localhost>
date:      Tue Feb 22 08:19:16 2022 +0000

description:
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:

 wm/glazier/DESCR    |  15 +++++++++++++++
 wm/glazier/Makefile |  38 ++++++++++++++++++++++++++++++++++++++
 wm/glazier/PLIST    |   3 +++
 wm/glazier/distinfo |   5 +++++
 4 files changed, 61 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r 7d6140a9919d -r cb4173514804 wm/glazier/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/glazier/DESCR  Tue Feb 22 08:19:16 2022 +0000
@@ -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 -r 7d6140a9919d -r cb4173514804 wm/glazier/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/glazier/Makefile       Tue Feb 22 08:19:16 2022 +0000
@@ -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@localhost
+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 -r 7d6140a9919d -r cb4173514804 wm/glazier/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/glazier/PLIST  Tue Feb 22 08:19:16 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/22 08:19:16 pin Exp $
+bin/ewmh
+bin/glazier
diff -r 7d6140a9919d -r cb4173514804 wm/glazier/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/glazier/distinfo       Tue Feb 22 08:19:16 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index