Compare commits

...

2 Commits

Author SHA1 Message Date
Owen-sz dc14f66c3b add: jwc
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-15 14:12:26 +02:00
Raboneko 638a055d24 bump: neohtop-cli nirius senpai 2026-06-15 07:35:14 +00:00
6 changed files with 59 additions and 3 deletions
@@ -1,7 +1,7 @@
%define debug_package %{nil}
%global goipath github.com/abdenasser/neohtop-cli
Version: 0.1.12
Version: 0.1.13
%gometa -f
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "jwc.spec"
}
}
+46
View File
@@ -0,0 +1,46 @@
%global commit cbea3595ab35518721de77ed456ded94bcd20777
%global commit_date 20260320
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: jwc
Version: 0~%{commit_date}git.%{shortcommit}
Release: 1%{?dist}
Summary: A file based wayland compositor
License: GPL-3.0-or-later
URL: https://git.sr.ht/~jsnr/jwc
Source0: %{url}/archive/%{commit}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: make
BuildRequires: gcc
BuildRequires: wayland-devel
BuildRequires: wayland-protocols-devel
BuildRequires: pkgconfig(wlroots)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(fuse3)
%description
jwc is a file based tiling Wayland compositor. jwc seeks to expose all
of its state through file operations, and allow acting on nodes,
windows and monitors through the plain text utils that you are accustomed to.
Want to move the focused window to workspace 3? echo 3 > $JWC_ROOT/nodes/focused/workspace
jwc is very much in beta, many more features and polish is to come.
%prep
%autosetup -n %{name}-%{commit}
%build
%make_build
%install
%make_install PREFIX=%{_prefix}
%files
%doc README.md
%{_bindir}/%{name}
%changelog
* Mon Jun 15 2026 Owen-sz <owen@fyralabs.com>
- initial commit
+5
View File
@@ -0,0 +1,5 @@
rpm.global("commit", sourcehut_commit("~jsnr/jwc"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
+1 -1
View File
@@ -1,5 +1,5 @@
Name: nirius
Version: 0.0.0
Version: 0.7.2
Release: 1%{?dist}
Summary: Utility commands for niri
+1 -1
View File
@@ -1,7 +1,7 @@
%global appid org.sr.ht.delthas.senpai
Name: senpai
Version: 0.0.0
Version: 0.5.0
Release: 1%{?dist}
Summary: Your everyday IRC student
License: ISC