Compare commits

..

15 Commits

Author SHA1 Message Date
Owen Zimmerman 2267afcf16 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:02:25 -05:00
Owen Zimmerman 897b5c5351 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:02:11 -05:00
Owen Zimmerman 4a53075d42 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:02:01 -05:00
Owen Zimmerman f7875c8df1 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:01:42 -05:00
Owen Zimmerman 6b0704ad28 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:01:34 -05:00
Owen Zimmerman d1f074e338 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:01:21 -05:00
Owen Zimmerman 02682181c3 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:01:13 -05:00
Owen Zimmerman 41bfe957b0 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:00:58 -05:00
Owen Zimmerman eba3a8320a Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:00:51 -05:00
Owen Zimmerman 88e7e2b371 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:00:43 -05:00
Owen Zimmerman 2f3adbfdac Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:00:31 -05:00
Owen Zimmerman 00a015d17e Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:00:23 -05:00
Owen Zimmerman 38cf132788 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:00:14 -05:00
Owen Zimmerman 7869e0c216 Update README.md
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-14 09:00:06 -05:00
Owen-sz b520bf0f42 feat: add READMEs to all folders
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-14 07:23:20 -05:00
57 changed files with 161 additions and 70 deletions
+5
View File
@@ -0,0 +1,5 @@
# Terra apps Folder
This folder is for all graphical-first, general purpose applications.
Any packages that have a graphical subpackage, or have a more specific purpose that better matches a different folder (for example, zed or veracrypt), should be placed in a more specific folder.
Use your best judgement.
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "neohtop-cli.spec"
}
}
@@ -1,44 +0,0 @@
%define debug_package %{nil}
%global goipath github.com/abdenasser/neohtop-cli
Version: 0.1.12
%gometa -f
Name: neohtop-cli
Release: 1%{?dist}
Summary: A cross-platform terminal process monitor with btop-style visualizations
License: MIT
URL: https://github.com/Abdenasser/neohtop-cli
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: go-rpm-macros
%description
%summary.
%gopkg
%prep
%autosetup
%build
%define gomodulesmode GO111MODULE=on
pushd cli
%gobuild -o %{gobuilddir}/../neohtop-cli %{goipath}/
popd
%install
install -Dm 0755 cli/neohtop-cli %{buildroot}%{_bindir}/neohtop-cli
%files
%doc README.md CONTRIBUTING.md
%license LICENSE
%{_bindir}/neohtop-cli
%changelog
* Sun Jun 14 2026 Owen Zimmerman <owen@fyralabs.com>
- Use go packaging
* Sun Mar 29 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
@@ -1 +0,0 @@
rpm.version(gh("Abdenasser/neohtop-cli"));
+1 -7
View File
@@ -74,7 +74,6 @@ popd
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
%install
mv ./packages/mute-state-change/LICENSE ./packages/mute-state-change/LICENSE.mute-state-change
%electron_install -i signal -l -I build/icons/png
%desktop_file_install %{SOURCE1}
@@ -84,15 +83,13 @@ install -Dm644 $OUTDIR/resources/$policy %{buildroot}%{_datadir}/polkit-1/rules.
rm $OUTDIR/resources/$policy
done
mv LICENSE LICENSE.signal-desktop
%terra_appstream -o %{SOURCE2}
%check
%desktop_file_validate %{buildroot}%{_appsdir}/signal.desktop
%files
%license LICENSE.signal-desktop
%license LICENSE
%doc README.md CONTRIBUTING.md ACKNOWLEDGMENTS.md
%license bundled_licenses/*
%{_bindir}/signal-desktop
@@ -104,9 +101,6 @@ mv LICENSE LICENSE.signal-desktop
%{_metainfodir}/org.signal.Signal.metainfo.xml
%changelog
* Sun Jun 14 2026 june-fish <git@june.fish>
- Fix license name conflicts
* Mon Dec 22 2025 Owen Zimmerman <owen@fyralabs.com>
- Use more electron macros, correct build failures
+3
View File
@@ -0,0 +1,3 @@
# Terra buildsys Folder
This folder is for all build systems (buildsys).
+1 -1
View File
@@ -5,7 +5,7 @@
%global crate mise
Name: rust-mise
Version: 2026.6.9
Version: 2026.6.7
Release: 1%{?dist}
Summary: Front-end to your dev env
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops Folder
This folder is for all desktop environments, wayland compositors, and any related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/budgie Folder
This folder is for all Budgie related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/elementary Folder
This folder is for all elementary related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/gnome Folder
This folder is for all gnome related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/hyprland Folder
This folder is for all hyprland related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/kde Folder
This folder is for all KDE related packages.
@@ -1,6 +1,6 @@
Name: plasma6-applet-appgrid
Version: 1.9.0
Release: 1%{?dist}
Version: 1.8.5
Release: 2%{?dist}
Summary: A modern fullscreen application launcher for KDE Plasma
# Main code: GPL-2.0-or-later
# dev.xarbit.appgrid.metainfo.xml: CC0-1.0
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/lomiri-unity Folder
This folder is for all lomiri-unity related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/mate Folder
This folder is for all MATE related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/niri Folder
This folder is for all niri related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/singularity Folder
This folder is for all singularity related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/stardust Folder
This folder is for all Stardust XR related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/sway Folder
This folder is for all sway related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra desktops/waylands Folder
This folder is for all wayland compositor/tiling window manager related/enhancing packages.
+9
View File
@@ -0,0 +1,9 @@
# Terra devs Folder
This folder is for developer related packages.
Examples:
- Terminals
- IDEs/editors
- Shells
+3
View File
@@ -0,0 +1,3 @@
# Terra fonts Folder
This folder is for all fonts/font related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra games Folder
This folder is for all games/game related packages.
+2 -2
View File
@@ -9,8 +9,8 @@
# GLIBCXX_ASSERTIONS is known to break RPCS3
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global commit 0fda2dd60f2293750cc9cae210c4fdf703f2e716
%global ver 0.0.41-19467
%global commit 4fed5e7b88d78c03359009377b740a3c826505a7
%global ver 0.0.41-19465
Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
+5
View File
@@ -0,0 +1,5 @@
# Terra langs Folder
This folder is for all language-specific packages.
This mostly includes software written for a specific language (language servers, language specific libraries/modules, languages themselves), but may also include software written in a specific language that does not fit anywhere else (for example, all our Haskell ghc-* packages).
Use your best judgement when contributing here.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/crystal Folder
This folder is for all crystal packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/d Folder
This folder is for all D packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/go Folder
This folder is for go specific or misc go packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/haskell Folder
This folder is for all Haskell packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/holyc Folder
This folder is for HolyC and HolyC related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/kotlin Folder
This folder is for all Kotlin packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/lua Folder
This folder is for all Lua packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/nim Folder
This folder is for Nim specific or miscellaneous Nim packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/python Folder
This folder is for Python specific packages, Python modules, or miscellaneous Python packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/rust Folder
This folder is for Rust specific packages, or miscellaneous Rust packages.
+1 -1
View File
@@ -1,7 +1,7 @@
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
%global crate zoi-rs
%global crate_version 1.18.5
%global crate_version 1.18.4
Name: rust-zoi-rs
Version: %(echo %crate_version | sed 's/-/~/g')
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/vala Folder
This folder is for Vala packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra langs/zig Folder
This folder is for Zig specific, or miscellaneous Zig packages.
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash
version=0.17.0-dev.857+2b2b85c5f
version=0.17.0-dev.836+e357134f0
mirrors=()
@@ -6,7 +6,7 @@
%define llvm_compat 22
%endif
%global llvm_version 22.0.0
%global ver 0.17.0-dev.857+2b2b85c5f
%global ver 0.17.0-dev.836+e357134f0
%bcond bootstrap 1
%bcond docs %{without bootstrap}
%bcond test 1
+9
View File
@@ -0,0 +1,9 @@
# Terra langs Folder
This folder is for all library/library related packages.
Examples:
- C/C++ header/library first packages
- GUI frameworks
- API packages
- QT packages.
@@ -2,7 +2,7 @@
Name: libayatana-appindicator-glib
Summary: Ayatana Application Indicators Shared Library
Version: 2.0.3
Version: 2.0.2
Release: 1%{?dist}
License: GPL-3.0-or-later
Packager: veuxit <erroor234@gmail.com>
+4
View File
@@ -0,0 +1,4 @@
# Terra misc Folder
This folder is for all miscellaneous packages that do not fit in any other folders.
Use your best judgement when contributing here.
+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
+9
View File
@@ -0,0 +1,9 @@
# Terra multimedia Folder
This folder is for all multimedia packages.
Examples:
- Codecs
- Media manipulation tools
- Media explorers
+11
View File
@@ -0,0 +1,11 @@
# Terra system Folder
This folder is for all system related packages.
Examples:
- Kernel modules
- Package managers
- Schedulers
- udev rules
- Tools to interact directly with the system (ex. asusctl)
+3
View File
@@ -0,0 +1,3 @@
# Terra terra Folder
This folder is for all terra related packages.
+3
View File
@@ -0,0 +1,3 @@
# Terra themes Folder
This folder is for all theme/theme related packages.
+5
View File
@@ -0,0 +1,5 @@
# Terra tools Folder
This folder is for all tool packages.
Generally speaking, these are CLI programs with a specific purpose.
Use your best judgement when contributing here.
+2 -2
View File
@@ -1,8 +1,8 @@
%global pkg_name kmonad
Name: %{pkg_name}
Version: 0.4.5
Release: 1%{?dist}
Version: 0.4.4
Release: 1%?dist
Summary: An advanced keyboard manager
License: MIT
+1 -1
View File
@@ -1 +1 @@
rpm.version(hackage("kmonad"));
print(hackage("kmonad"));