bspwm 0.9.10-1 (znver1;x86_64;aarch64) 2023-17434
9999
| Status | published | ||||||||||||
| Submitter | rugyada [@T] gmail.com | ||||||||||||
| Platform | rolling | ||||||||||||
| Repository | unsupported | ||||||||||||
| URL | https://abf.openmandriva.org/build_lists/330333 | ||||||||||||
| Packages |
|
||||||||||||
| Build Date | 2023-04-10 23:15:23 +0000 UTC | ||||||||||||
| Last Updated | 2023-04-16 00:07:44.137131983 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary cd663935102585c1610abc57de6651b1d2fe044c
commit cd663935102585c1610abc57de6651b1d2fe044c
Author: mandian <mandian@users.noreply.github.com>
AuthorDate: Sat Apr 8 20:50:30 2023 +0100
Commit: mandian <mandian@users.noreply.github.com>
CommitDate: Sat Apr 8 20:50:30 2023 +0100
Initial release
---
.abf.yml | 2 ++
bspwm.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
create mode 100644 .abf.yml
create mode 100644 bspwm.spec
diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..ee9c4a6
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+ bspwm-0.9.10.tar.gz: 7cbe3ea1d78ba31eccb1f0e59c4cd110608d8285
diff --git a/bspwm.spec b/bspwm.spec
new file mode 100644
index 0000000..e9013a9
--- /dev/null
+++ b/bspwm.spec
@@ -0,0 +1,50 @@
+Summary: A tiling window manager based on binary space partitioning
+Name: bspwm
+Version: 0.9.10
+Release: 1
+Group: Development/X11
+License: BSD
+URL: https://github.com/baskerville/bspwm
+Source0: https://github.com/baskerville/bspwm/archive/%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires: pkgconfig(xcb-ewmh)
+BuildRequires: pkgconfig(xcb-keysyms)
+BuildRequires: pkgconfig(xcb-util)
+
+%description
+bspwm is a tiling window manager that represents windows as the leaves of a
+full binary tree.
+
+It only responds to X events, and the messages it receives on a dedicated
+socket.
+
+bspc is a program that writes messages on bspwm's socket.
+
+bspwm doesn't handle any keyboard or pointer inputs: a third party program
+(e.g. sxhkd) is needed in order to translate keyboard and pointer events to
+bspc invocations.
+
+%files
+%license LICENSE
+%{_bindir}/%{name}
+%{_bindir}/bspc
+%{_datadir}/bash-completion/completions/bspc
+%{_datadir}/zsh/site-functions/_bspc
+%{_datadir}/fish/vendor_completions.d/bspc.fish
+%{_datadir}/xsessions/%{name}.desktop
+%{_docdir}/%{name}
+%{_mandir}/man1/%{name}.1.*
+%{_mandir}/man1/bspc.1.*
+
+#---------------------------------------------------------------------------
+
+%prep
+%autosetup -p1
+
+%build
+%before_configure
+%make_build
+
+%install
+%make_install PREFIX="%{_prefix}"
+
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1092d 13hrs |
| benbullard79 [@T] cox.net | No Comment. | 1092d 13hrs |