mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
84 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 950c9bbebe | |||
| 8099dd1fac | |||
| abad152649 | |||
| 1fd28d843d | |||
| f5c72a1f73 | |||
| 0aa52c26c2 | |||
| 52b9b3db94 | |||
| 7ea7191ac8 | |||
| 49ef0b2b22 | |||
| 070337fd6a | |||
| d6444f264d | |||
| 7edc762fc2 | |||
| 4cc8e86bfe | |||
| 59422f6bae | |||
| 4803a13a99 | |||
| 0f339997f3 | |||
| 7f6d2ab200 | |||
| c27526b67b | |||
| 828fad65dc | |||
| 8f07a823bc | |||
| 01b89d6b5e | |||
| b1b942bdb4 | |||
| 7eeeab39db | |||
| 52f9838c49 | |||
| c55b6c1417 | |||
| 70370e8dd3 | |||
| a4a7e1ed71 | |||
| e105eaa735 | |||
| 1f964cb373 | |||
| 0ce5d07a43 | |||
| d6d430dc41 | |||
| f40f4dd212 | |||
| 365d629208 | |||
| c066de073e | |||
| b659fd1607 | |||
| 3db6dcbf6d | |||
| 09e8d38471 | |||
| 3cf96acf18 | |||
| 8dcc7aa1da | |||
| 6e51a606c8 | |||
| bcefc4303e | |||
| cdcf2aaa39 | |||
| d8379bcd79 | |||
| 779d3f7411 | |||
| 1a013ff21e | |||
| 7c6c394b3d | |||
| 581ee84a7a | |||
| 54cb943657 | |||
| 4c44625c21 | |||
| b2e0e6801d | |||
| 21055be972 | |||
| 9d80cf6dfa | |||
| 34985caa41 | |||
| eec55f79cf | |||
| 0247dc1975 | |||
| d95755726d | |||
| b3f9bd4a75 | |||
| 6f66566003 | |||
| 95c774f257 | |||
| 6738ee3e7b | |||
| 4457573038 | |||
| c06b10a82a | |||
| 56e42325c1 | |||
| 588fb9d4f3 | |||
| 4b8bb6fe1f | |||
| 3041c486ea | |||
| 0d0d6825cd | |||
| 875adae7f0 | |||
| a194f3527a | |||
| b01a718285 | |||
| a46d526d68 | |||
| acfce52afe | |||
| d9210a9792 | |||
| 729ad4f35f | |||
| 8f3a81698f | |||
| 6b4abd77f1 | |||
| d59e8552fa | |||
| 19b07d416b | |||
| 432903a2fe | |||
| 753adb7475 | |||
| e48a212a77 | |||
| c6df6ddc73 | |||
| 110965b0bb | |||
| 58363347fb |
@@ -0,0 +1,74 @@
|
||||
Name: ktailctl
|
||||
Version: 0.21.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A GUI to monitor and manage Tailscale on your Linux desktop
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/f-koehler/KTailctl
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: golang
|
||||
BuildRequires: json-devel
|
||||
BuildRequires: golang
|
||||
BuildRequires: kf6-breeze-icons-devel
|
||||
BuildRequires: kf6-kconfig-devel
|
||||
BuildRequires: kf6-kcoreaddons-devel
|
||||
BuildRequires: kf6-kdbusaddons-devel
|
||||
BuildRequires: kf6-kguiaddons-devel
|
||||
BuildRequires: kf6-ki18n-devel
|
||||
BuildRequires: kf6-kirigami-addons-devel
|
||||
BuildRequires: kf6-kirigami-devel
|
||||
BuildRequires: kf6-knotifications-devel
|
||||
BuildRequires: kf6-kwindowsystem-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
|
||||
Requires: tailscale
|
||||
Requires: kf5-qqc2-desktop-style
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
Provides: KTailctl
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package static
|
||||
%pkg_static_files
|
||||
|
||||
%prep
|
||||
%autosetup -n KTailctl-%{version}
|
||||
cd src/wrapper
|
||||
go mod vendor
|
||||
|
||||
%conf
|
||||
%cmake
|
||||
|
||||
%build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE.txt
|
||||
%{_bindir}/ktailctl
|
||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qml
|
||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.version
|
||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qmltypes
|
||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/qmldir
|
||||
# Exclusive libs that the package needs to run
|
||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/libktailctl_components.so
|
||||
%{_libdir}/libktailctl_wrapper_logging.so
|
||||
%{_appsdir}/org.fkoehler.KTailctl.desktop
|
||||
%{_scalableiconsdir}/org.fkoehler.KTailctl.svg
|
||||
%{_metainfodir}/org.fkoehler.KTailctl.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Sat May 23 2026 Owen Zimmerman <owen@fyralabs.com> - 0.21.5-1
|
||||
- Initial commit
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "KTailctl.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("f-koehler/KTailctl"));
|
||||
@@ -8,7 +8,7 @@ for background device management, as well as a GUI to expertly customize your se
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
|
||||
Name: coolercontrol
|
||||
Version: 4.3.0
|
||||
Version: 4.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Cooling device control for Linux
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 1.0.1131
|
||||
Version: 1.0.1140
|
||||
Release: 1%{?dist}
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: discord-canary
|
||||
Version: 1.0.1131
|
||||
Version: 1.0.1140
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
%global appid com.pikaos.falcondgui
|
||||
|
||||
Name: falcond-gui
|
||||
Version: 1.0.2
|
||||
Release: 1%?dist
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A GTK4/LibAdwaita application to control and monitor the Falcond gaming optimization daemon
|
||||
SourceLicense: MIT
|
||||
License: (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND CC0-1.0 AND ISC AND (MIT OR Apache-2.0) AND MIT AND (Unlicense OR MIT)
|
||||
@@ -30,12 +32,12 @@ falcond-gui provides a user-friendly graphical interface for managing falcond. I
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
desktop-file-install res/%{name}.desktop
|
||||
install -Dm644 res/falcond.png -t %{buildroot}%{_hicolordir}/512x512/apps/
|
||||
%desktop_file_install res/%{appid}.desktop
|
||||
install -Dm644 res/%{appid}.png -t %{buildroot}%{_hicolordir}/512x512/apps/
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%check
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
%desktop_file_validate %{buildroot}%{_datadir}/applications/%{appid}.desktop
|
||||
|
||||
%posttrans
|
||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor/ &>/dev/null || :
|
||||
@@ -44,8 +46,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
%doc ../README.md
|
||||
%license ../LICENSE.md
|
||||
%{_bindir}/%{name}
|
||||
%{_hicolordir}/512x512/apps/falcond.png
|
||||
%{_appsdir}/%{name}.desktop
|
||||
%{_hicolordir}/512x512/apps/%{appid}.png
|
||||
%{_appsdir}/%{appid}.desktop
|
||||
|
||||
%changelog
|
||||
* Thu Jan 1 2026 Gilver E. <roachy@fyralabs.com> - 1.0.0-1
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: feishin
|
||||
Version: 1.11.0
|
||||
Version: 1.12.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern self-hosted music player
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit db73857997b7787e529b12dadbfd187806d1b7ed
|
||||
%global commit 1ac687d791460736e16c0e0c2b17f422b4bdf1ee
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260522
|
||||
%global commit_date 20260525
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global metainfo_commit f467512129f94bc4c90187e86192202ecc78e820
|
||||
|
||||
Name: proton-vpn-gtk-app
|
||||
Version: 4.16.2
|
||||
Version: 4.16.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Official ProtonVPN Linux app
|
||||
License: GPL-3.0-only
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-05-22
|
||||
%global ver 2026-05-26
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate mise
|
||||
|
||||
Name: rust-mise
|
||||
Version: 2026.5.13
|
||||
Version: 2026.5.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Front-end to your dev env
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: driftwm
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A trackpad-first infinite canvas Wayland compositor
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
%global realname hyprutils
|
||||
%global ver 0.13.1
|
||||
|
||||
%global commit a2dbd8a4cc51f7cbe4224732668392bb1aa79df2
|
||||
%global commit_date 20260509
|
||||
%global commit 3cd3972b2ee658a14d2610d8494e09259e530124
|
||||
%global commit_date 20260523
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
|
||||
Name: %realname.nightly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: plasma6-applet-appgrid
|
||||
Version: 1.7.10
|
||||
Version: 1.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern fullscreen application launcher for KDE Plasma
|
||||
# Main code: GPL-2.0-or-later
|
||||
@@ -28,6 +28,8 @@ BuildRequires: cmake(Plasma)
|
||||
BuildRequires: cmake(PlasmaQuick)
|
||||
BuildRequires: cmake(LayerShellQt)
|
||||
BuildRequires: cmake(KF6IconThemes)
|
||||
BuildRequires: cmake(PlasmaActivities)
|
||||
BuildRequires: cmake(LibKWorkspace)
|
||||
|
||||
Requires: plasma-workspace
|
||||
Requires: plasma-desktop
|
||||
@@ -58,8 +60,12 @@ macOS Launchpad, COSMIC, and Pantheon.
|
||||
%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid/
|
||||
%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid.panel/
|
||||
%{_metainfodir}/dev.xarbit.appgrid.metainfo.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/dev.xarbit.appgrid.svg
|
||||
|
||||
%changelog
|
||||
* Mon May 25 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.8.0-1
|
||||
- fix: add cmake(PlasmaActivities) BuildRequires, add icon to files
|
||||
|
||||
* Tue May 19 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.7.10-1
|
||||
- Sync with upstream: add icon to files, update Requires, update URL
|
||||
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
rpm.version(gh("noctalia-dev/noctalia-shell"));
|
||||
let v = gh("noctalia-dev/noctalia-shell");
|
||||
v.crop(1);
|
||||
|
||||
if v < "5" {
|
||||
rpm.version(v);
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: scroll
|
||||
Version: 1.12.11
|
||||
Version: 1.12.15
|
||||
Release: 1%{?dist}
|
||||
Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller
|
||||
License: MIT
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit f0997ee20a4c7502e0634bbb689ea678e26c0ea3
|
||||
%global commit_date 20260519
|
||||
%global commit 546ca2a939542c397b6668e1fc1883046126b6fe
|
||||
%global commit_date 20260523
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: libsingularity
|
||||
@@ -18,6 +18,7 @@ BuildRequires: pkgconfig(gtk4-layer-shell-0)
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libpeas-2)
|
||||
BuildRequires: pkgconfig(libsoup-3.0)
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global swayVersion 1.11
|
||||
%global swayVersion 1.12
|
||||
|
||||
Name: swayfx
|
||||
Version: 0.5.2
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "mangobar.spec"
|
||||
}
|
||||
labels {
|
||||
nightly = 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
%global commit e5e8e35953c03e07e163a4967feda7af6aba7803
|
||||
%global commit_date 20260509
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: mangobar
|
||||
Version: 0~%{commit_date}git.%{shortcommit}
|
||||
Release: 1%{?dist}
|
||||
Summary: A suckless-esc bar for mangowc
|
||||
URL: https://github.com/Gur0v/mangobar
|
||||
Source0: %{url}/archive/%{commit}/mangobar-%{commit}.tar.gz
|
||||
SourceLicense: GPL-3.0-or-later
|
||||
License: %{sourcelicense} AND (Apache-2.0 OR MIT) AND MIT AND GPL-3.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (Unlicense OR MIT)
|
||||
|
||||
BuildRequires: rust
|
||||
BuildRequires: cargo-rpm-macros
|
||||
BuildRequires: gtk4
|
||||
BuildRequires: gtk4-devel
|
||||
BuildRequires: gtk4-layer-shell
|
||||
BuildRequires: gtk4-layer-shell-devel
|
||||
BuildRequires: gdk-pixbuf2
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
BuildRequires: wireplumber
|
||||
|
||||
Suggests: mangowm
|
||||
Packager: Its-J <jonah@fyralabs.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n mangobar-%{commit}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
install -Dm 755 target/rpm/mangobar %{buildroot}%{_bindir}/mangobar
|
||||
%cargo_license_summary_online
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%files
|
||||
%{_bindir}/mangobar
|
||||
%license LICENSE
|
||||
%license LICENSE.dependencies
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sat May 23 2026 Its-J <jonah@fyralabs.com>
|
||||
- Package mangobar
|
||||
@@ -0,0 +1,5 @@
|
||||
rpm.global("commit", gh_commit("Gur0v/mangobar"));
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
rpm.global("commit_date", date());
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "vibepanel.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("prankstr/vibepanel"));
|
||||
@@ -0,0 +1,52 @@
|
||||
Name: vibepanel
|
||||
Version: 0.14.1
|
||||
Release: 2%{?dist}
|
||||
Summary: GTK4 panel for Wayland with notifications, OSD, and quick settings – between a status bar and a desktop shell
|
||||
URL: https://github.com/prankstr/vibepanel
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
SourceLicense: MIT
|
||||
License: %{sourcelicense} AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (0BSD OR MIT OR Apache-2.0) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND MPL-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND CC0-1.0 AND Apache-2.0 AND ISC AND (BSD-3-Clause OR Apache-2.0) AND ISC AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT)
|
||||
|
||||
BuildRequires: rust
|
||||
BuildRequires: cargo-rpm-macros
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gtk4-devel
|
||||
BuildRequires: gtk4-layer-shell-devel
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: dbus-devel
|
||||
|
||||
Requires: gtk4
|
||||
Requires: gtk4-layer-shell
|
||||
Requires: pulseaudio-libs
|
||||
Requires: upower
|
||||
Requires: NetworkManager
|
||||
Requires: bluez
|
||||
|
||||
Recommends: power-profiles-daemon
|
||||
|
||||
Packager: Its-J <jonah@fyralabs.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n vibepanel-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
install -Dm 755 target/rpm/vibepanel %{buildroot}%{_bindir}/vibepanel
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%files
|
||||
%{_bindir}/vibepanel
|
||||
%license LICENSE
|
||||
%license LICENSE.dependencies
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sat May 23 2026 Its-J <jonah@fyralabs.com>
|
||||
- Package vibepanel
|
||||
@@ -1,7 +1,7 @@
|
||||
%global appid com.vscodium.VSCodium
|
||||
|
||||
Name: codium
|
||||
Version: 1.116.02821
|
||||
Version: 1.121.03429
|
||||
%electronmeta -D
|
||||
%global __requires_exclude %{__requires_exclude}|libcurl.so|libmsalruntime.so
|
||||
Release: 1%{?dist}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global crate deno
|
||||
|
||||
Name: rust-deno
|
||||
Version: 2.7.14
|
||||
Version: 2.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Deno executable
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 10c6121458c8a03e7b7804c00291292d7a811ecf
|
||||
%global commit a746d0f7281954eb251915f4cd9fcea4924ad999
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2026-05-22
|
||||
%global fulldate 2026-05-25
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||
%global ver 1.3.2
|
||||
@@ -196,7 +196,7 @@ This package contains the libraries and header files that are needed for develop
|
||||
|
||||
%prep
|
||||
/usr/bin/minisign -V -m %{SOURCE0} -x %{SOURCE1} -P %{public_key}
|
||||
%autosetup -n %{base_name}-%{ver}-main+%{shortcommit}
|
||||
%autosetup -n %{base_name}-source
|
||||
|
||||
ZIG_GLOBAL_CACHE_DIR="%{_zig_cache_dir}" ./nix/build-support/fetch-zig-cache.sh
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: turbowarp-desktop
|
||||
%electronmeta -D
|
||||
Version: 1.15.5
|
||||
Version: 1.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A better offline editor for Scratch 3
|
||||
URL: https://desktop.turbowarp.org/
|
||||
@@ -94,6 +94,7 @@ Packager: junefish <june@fyralabs.com>
|
||||
|
||||
%build
|
||||
%npm_build -c -B -r fetch,webpack:prod
|
||||
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
|
||||
|
||||
%install
|
||||
%electron_install -i %appid -I build/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: yarnpkg-berry
|
||||
Version: 4.15.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Active development version of Yarn
|
||||
License: BSD-2-Clause
|
||||
URL: https://yarnpkg.com
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit e2a1c4ce0c5dc8882d8e3290f148020896c8d380
|
||||
%global commit a5457029ccb61379b775fcbc20607546301bf3ce
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260522
|
||||
%global commit_date 20260526
|
||||
%global ver 1.5.0
|
||||
|
||||
%bcond_with check
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global ver 1.4.1-pre
|
||||
%global ver 1.4.2-pre
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
%global rustflags_debuginfo 0
|
||||
|
||||
Name: zed
|
||||
Version: 1.3.6
|
||||
Version: 1.3.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Zed is a high-performance, multiplayer code editor
|
||||
SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
%global fontdescription %{expand:
|
||||
Versatile typeface for code, from code.}
|
||||
|
||||
Version: 34.5.0
|
||||
Version: 34.6.1
|
||||
Release: 1%{?dist}
|
||||
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
||||
Summary: Versatile typeface for code, from code.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: sarasa-gothic-fonts
|
||||
Version: 1.0.37
|
||||
Version: 1.0.39
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/be5invis/Sarasa-Gothic
|
||||
Source0: %url/releases/download/v%version/Sarasa-TTC-%version.7z
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
|
||||
Name: inputplumber
|
||||
Version: 0.77.1
|
||||
Version: 0.77.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Open source input router and remapper daemon for Linux
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||
|
||||
%global commit 43c11a8555788c870895bf1b67cec56a3a4cf61a
|
||||
%global commit f67a670bcfb54a632d27dfa9b963e42a895047ab
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global commit_date 20260519
|
||||
%global commit_date 20260524
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
# Change this variables if you want to use custom keys
|
||||
|
||||
@@ -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 67464f97df8679d5d540256987551f34fe00d4cc
|
||||
%global ver 0.0.40-19389
|
||||
%global commit dd81c92a02b28ecc2a38ba8af358bb1b9220486d
|
||||
%global ver 0.0.40-19394
|
||||
|
||||
Name: rpcs3
|
||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: steamos-manager-powerstation
|
||||
Version: 0~%{commitdate}.git%{shortcommit}
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: SteamOS Manager is a system daemon that aims to abstract Steam's interactions with the operating system
|
||||
License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (Apache-2.0 OR BSL-1.0) AND Apache-2.0 OR MIT AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND ISC AND (LGPL-2.1 OR MIT OR Apache-2.0) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
|
||||
URL: https://github.com/OpenGamingCollective/steamos-manager
|
||||
|
||||
@@ -19,6 +19,9 @@ files_config_file(steamos_manager_conf_t)
|
||||
# Allow systemd to manage the service (start/stop/status)
|
||||
init_dbus_chat(steamos_manager_t)
|
||||
|
||||
# Query systemd and overall system status (init_t:system status)
|
||||
init_status(steamos_manager_t)
|
||||
|
||||
########################################
|
||||
# Process permissions
|
||||
########################################
|
||||
@@ -77,6 +80,18 @@ domain_read_all_domains_state(steamos_manager_t)
|
||||
kernel_read_debugfs(steamos_manager_t)
|
||||
kernel_manage_debugfs(steamos_manager_t)
|
||||
|
||||
gen_require(`
|
||||
type tracefs_t;
|
||||
')
|
||||
allow steamos_manager_t tracefs_t:dir search;
|
||||
|
||||
########################################
|
||||
# Cgroup access
|
||||
########################################
|
||||
|
||||
# Search the cgroup hierarchy under /sys/fs/cgroup
|
||||
fs_search_cgroup_dirs(steamos_manager_t)
|
||||
|
||||
########################################
|
||||
# Device access
|
||||
########################################
|
||||
@@ -185,6 +200,27 @@ corenet_tcp_connect_all_ports(steamos_manager_t)
|
||||
|
||||
logging_send_syslog_msg(steamos_manager_t)
|
||||
|
||||
########################################
|
||||
# bootupd (bootloader management)
|
||||
########################################
|
||||
|
||||
# steamos-manager invokes bootupctl, which runs in its own bootupd_t domain.
|
||||
optional_policy(`
|
||||
gen_require(`
|
||||
type bootupd_t;
|
||||
type mount_var_run_t;
|
||||
')
|
||||
|
||||
# NSS user/group lookups: /etc/passwd, systemd-userdbd, systemd-homed
|
||||
auth_use_nsswitch(bootupd_t)
|
||||
|
||||
# Read /proc system state
|
||||
kernel_read_system_state(bootupd_t)
|
||||
|
||||
# Search the mount runtime directory under /run
|
||||
allow bootupd_t mount_var_run_t:dir search;
|
||||
')
|
||||
|
||||
########################################
|
||||
# Miscellaneous
|
||||
########################################
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
Name: twintaillauncher
|
||||
|
||||
Version: 2.1.1
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A multi-platform launcher for your anime games
|
||||
Packager: Yoong Jin <solomoncyj@gmail.com>
|
||||
|
||||
@@ -5,7 +5,7 @@ Summary: Gay sharks at your local terminal - lolcat-like CLI tool
|
||||
License: BSD-2-Clause
|
||||
URL: https://blahaj.geopjr.dev/
|
||||
Source0: https://codeberg.org/GeopJr/BLAHAJ/archive/v%{version}.tar.gz
|
||||
BuildRequires: crystal shards make gcc libyaml-devel pcre-devel libgc-devel libevent-devel bash
|
||||
BuildRequires: crystal shards make gcc libyaml-devel pcre2-devel libgc-devel libevent-devel bash
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: crystal
|
||||
Version: 1.20.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A general-purpose, object-oriented programming language
|
||||
License: Apache-2.0
|
||||
Packager: Carl Hörberg <carl@84codes.com>
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
Name: shards
|
||||
Version: 0.20.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Dependency manager for the Crystal language
|
||||
License: Apache-2.0
|
||||
Packager: Carl Hörberg <carl@84codes.com>
|
||||
URL: https://crystal-lang.org/
|
||||
Source0: https://github.com/crystal-lang/shards/archive/refs/tags/v%version.tar.gz
|
||||
BuildRequires: crystal make
|
||||
BuildRequires: gcc gc-devel libyaml-devel pcre-devel
|
||||
BuildRequires: gcc gc-devel libyaml-devel pcre2-devel
|
||||
Suggests: git make
|
||||
Supplements: crystal
|
||||
|
||||
@@ -15,7 +15,7 @@ Supplements: crystal
|
||||
Shards is a dependency manager for the Crystal programming language. It allows you to easily manage and install external libraries (called "shards") that your Crystal projects depend on.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%make_build release=1 FLAGS="--link-flags=\"%{build_ldflags}\""
|
||||
@@ -24,6 +24,8 @@ Shards is a dependency manager for the Crystal programming language. It allows y
|
||||
%make_install PREFIX=%{_prefix}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md CHANGELOG.md
|
||||
%{_bindir}/shards
|
||||
%{_mandir}/man1/shards.1.gz
|
||||
%{_mandir}/man5/shard.yml.5.gz
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: dart
|
||||
Version: 3.12.0
|
||||
Version: 3.12.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The Dart Language
|
||||
License: BSD-3-Clause
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 1bdb488c9ec09ea51e6899697d5b7437f3cf6eb2
|
||||
%global commit 787aa7677b47c24f19aae84111d50ef4123072be
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver v26.3.27
|
||||
%global commit_date 20260510
|
||||
%global commit_date 20260525
|
||||
|
||||
%global goipath github.com/XTLS/Xray-core
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
|
||||
@@ -11,7 +11,7 @@ Source1: nim.1
|
||||
Source2: nimgrep.1
|
||||
Source3: nimble.1
|
||||
Source4: nimsuggest.1
|
||||
BuildRequires: gcc mold git-core gcc-c++ nodejs openssl-devel pkgconfig(bash-completion) gc-devel pcre-devel
|
||||
BuildRequires: gcc mold git-core gcc-c++ nodejs openssl-devel pkgconfig(bash-completion) gc-devel pcre2-devel
|
||||
BuildRequires: redhat-rpm-config anda-srpm-macros
|
||||
Requires: gcc
|
||||
Recommends: nim-tools
|
||||
|
||||
@@ -3,6 +3,4 @@ project pkg {
|
||||
rpm {
|
||||
spec = "consolekit.spec"
|
||||
}
|
||||
labels {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global _desc Send usage data from your Python code to PostHog.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 7.15.3
|
||||
Version: 7.15.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Send usage data from your Python code to PostHog
|
||||
License: MIT
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 5.1.2
|
||||
Version: 5.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A facade to the other Proton VPN components
|
||||
License: GPL-3.0-Only
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
%global _desc Python bindings for FluidSynth.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.4
|
||||
Release: 1%?dist
|
||||
Version: 1.3.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for FluidSynth
|
||||
License: LGPL-2.1
|
||||
URL: https://github.com/nwhitehead/pyfluidsynth
|
||||
@@ -35,14 +35,12 @@ Summary: %{summary}
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%pyproject_save_files fluidsynth
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_usr}/lib/python3.14/site-packages/__pycache__/fluidsynth.*.pyc
|
||||
%{_usr}/lib/python3.14/site-packages/__pycache__/fluidsynth.*.*.pyc
|
||||
%{_usr}/lib/python3.14/site-packages/fluidsynth.py
|
||||
%{_usr}/lib/python3.14/site-packages/%{pypi_name}-%{version}.dist-info/*
|
||||
%{python3_sitelib}/fluidsynth.py
|
||||
|
||||
%changelog
|
||||
* Sat Jan 24 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global _desc A powerful tool to conveniently update all of your ISOs!
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 2.2.0
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: %{_desc}
|
||||
License: GPLv3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 526a7ddb7869b9dca22cde37c5775f734cfbfe44
|
||||
%global commit_date 20260522
|
||||
%global commit 23246f8aa1afde10a76959b021a66065d8758a55
|
||||
%global commit_date 20260525
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.1.2
|
||||
Release: 1%?dist
|
||||
Release: 3%?dist
|
||||
Summary: Terminal Piano App
|
||||
License: MIT
|
||||
URL: https://github.com/eliasdorneles/upiano
|
||||
@@ -17,6 +17,8 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-poetry-core
|
||||
|
||||
Requires: fluidsynth
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
@@ -33,6 +35,9 @@ Summary: %{summary}
|
||||
%autosetup -n upiano-%{version}
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%pyproject_patch_dependency pyfluidsynth:drop_constraints
|
||||
%pyproject_patch_dependency textual:drop_constraints
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "wget.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(pypi("wget"));
|
||||
@@ -0,0 +1,50 @@
|
||||
%global pypi_name wget
|
||||
%global _desc Pure Python download utility.
|
||||
|
||||
%global commit fdd3a0f8404ccab90f939f9952af139e6c55142a
|
||||
%global commit_date 20141004
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Pure Python download utility
|
||||
License: LicenseRef-Fedora-Public-Domain
|
||||
URL: https://pypi.org/project/wget/
|
||||
Source0: https://github.com/steveej/python-wget/archive/%commit/python-wget-%commit.zip
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-importlib-metadata
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
Packager: Its-J <jonah@fyralabs.com>
|
||||
|
||||
%description
|
||||
%_desc
|
||||
|
||||
%package -n python3-%{pypi_name}
|
||||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
%_desc
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{commit}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%pyproject_save_files wget
|
||||
|
||||
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
||||
%doc README.txt
|
||||
|
||||
%changelog
|
||||
* Sun May 24 2026 Its-J <jonah@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate gitoxide
|
||||
|
||||
Name: rust-gitoxide
|
||||
Version: 0.53.0
|
||||
Version: 0.54.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Command-line application for interacting with git repositories
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global crate ouch
|
||||
|
||||
Name: rust-ouch
|
||||
Version: 0.7.1
|
||||
Version: 0.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Command-line utility for easily compressing and decompressing files and directories
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
%global crate wild-linker
|
||||
|
||||
Name: rust-wild-linker
|
||||
Version: 0.8.0
|
||||
Release: 1%?dist
|
||||
Version: 0.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Very fast linker for Linux
|
||||
|
||||
License: MIT OR Apache-2.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
%global crate zoi-rs
|
||||
%global crate_version 1.13.0
|
||||
%global crate_version 1.14.0
|
||||
|
||||
Name: rust-zoi-rs
|
||||
Version: %(echo %crate_version | sed 's/-/~/g')
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.17.0-dev.315+5b647b792
|
||||
version=0.17.0-dev.356+3140b375f
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%define llvm_compat 22
|
||||
%endif
|
||||
%global llvm_version 22.0.0
|
||||
%global ver 0.17.0-dev.315+5b647b792
|
||||
%global ver 0.17.0-dev.356+3140b375f
|
||||
%bcond bootstrap 1
|
||||
%bcond docs %{without bootstrap}
|
||||
%bcond test 1
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
%global zig_cache_dir %{builddir}/zig-cache
|
||||
|
||||
Name: zig-master
|
||||
Version: 0.17.0~dev.315+5b647b792
|
||||
Version: 0.17.0~dev.356+3140b375f
|
||||
Release: 2%{?dist}
|
||||
Summary: Master builds of the Zig language
|
||||
License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit f58cae8f268dedffb6d1448b5b32f39b71953958
|
||||
%global shortcommit f58cae8
|
||||
%global commit_date 20260520
|
||||
%global commit d8738f97ed01f4d87f668df35fa7bbad795c9e49
|
||||
%global shortcommit d8738f9
|
||||
%global commit_date 20260523
|
||||
|
||||
Name: astal
|
||||
Version: 0^%commit_date.%commit
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
%global commit f58cae8f268dedffb6d1448b5b32f39b71953958
|
||||
%global commit d8738f97ed01f4d87f668df35fa7bbad795c9e49
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
%global commit_date 20260520
|
||||
%global commit_date 20260523
|
||||
|
||||
Name: astal
|
||||
Version: 0^%commit_date.%shortcommit
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: libde265
|
||||
Summary: Open H.265 video codec implementation
|
||||
Version: 1.0.19
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://www.libde265.org/
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "fx-autoconfig.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
%global commit d469a80f12e286c0e937d8b93c01dfc2d55dca8f
|
||||
%global commit_date 20260504
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: fx-autoconfig
|
||||
Version: 0~%{commit_date}git.%{shortcommit}
|
||||
Release: 1%{?dist}
|
||||
Summary: Firefox userChrome.js manager
|
||||
Packager: Anna Simmons <anna@simmons.ovh>
|
||||
|
||||
License: MPL-2.0
|
||||
URL: https://github.com/MrOtherGuy/fx-autoconfig
|
||||
Source0: https://github.com/MrOtherGuy/fx-autoconfig/archive/%commit.tar.gz
|
||||
Requires: firefox
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n fx-autoconfig-%commit
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_libdir}/firefox
|
||||
|
||||
install -Dm644 program/config.js %{buildroot}%{_libdir}/firefox/
|
||||
cp -pr program/defaults %{buildroot}%{_libdir}/firefox/defaults
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc readme.md
|
||||
%{_libdir}/firefox/config.js
|
||||
%{_libdir}/firefox/defaults/
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2026 Anna Simmons <anna@simmons.ovh>
|
||||
- Initial package build
|
||||
@@ -0,0 +1,5 @@
|
||||
rpm.global("commit", gh_commit("MrOtherGuy/fx-autoconfig"));
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
rpm.global("commit_date", date());
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: signal-cli
|
||||
Version: 0.14.3
|
||||
Version: 0.14.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger
|
||||
License: GPL-3.0-only
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "tail-tray.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
Name: tail-tray
|
||||
Version: 0.2.32
|
||||
Release: 1%{?dist}
|
||||
Summary: Tailscale tray menu and UI for the KDE Plasma Desktop
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/SneWs/tail-tray
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qttools-devel
|
||||
|
||||
Requires: tailscale
|
||||
Suggests: davfs2
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%conf
|
||||
%cmake
|
||||
|
||||
%build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
%{_appsdir}/%{name}.desktop
|
||||
%{_scalableiconsdir}/tail-tray-dark.svg
|
||||
%{_scalableiconsdir}/tail-tray.svg
|
||||
|
||||
%changelog
|
||||
* Sat May 23 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("SneWs/tail-tray"));
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 6352277e58a0d9207d1b2c71a70942672a78e8d4
|
||||
%global commit 4ee59d0b5db4b07d3927f96cb75374d2e6cd0cd8
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 20260520170255
|
||||
%global commit_date 20260521
|
||||
%global ver 20260525120551
|
||||
%global commit_date 20260526
|
||||
|
||||
Name: v2ray-domain-list-community
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 1abc049db00beca137c8e43f797ccdc5093cf94a
|
||||
%global commit d73e324a6cf283810c9629558a9bdec237dfb37b
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260520
|
||||
%global commit_date 20260523
|
||||
|
||||
Name: vgmstream
|
||||
Version: 0~%{commit_date}git.%shortcommit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 4992d4bf7d21022902861eed35e9b2071f705fc5
|
||||
%global commit_date 20260522
|
||||
%global commit 8fd8224ee3b8d1d7ec62e97c1eb04900eaf702b7
|
||||
%global commit_date 20260524
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: cloud-hypervisor-nightly
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
%global commit a3e0e63303c0a310a504c5f3e2a9d71496d7aaab
|
||||
%global commit 5023a846980685812334586ae265f8f6a1ded38b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260206
|
||||
%global commit_date 20260523
|
||||
|
||||
Name: falcond-profiles
|
||||
Version: 0^%{commit_date}git.%{shortcommit}
|
||||
Release: 1%?dist
|
||||
Release: 1%{?dist}
|
||||
Summary: Profiles for falcond
|
||||
License: MIT
|
||||
URL: https://github.com/PikaOS-Linux/falcond-profiles
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: falcond
|
||||
Version: 2.0.6
|
||||
Version: 2.0.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Advanced Linux Gaming Performance Daemon
|
||||
License: MIT
|
||||
|
||||
@@ -3,14 +3,15 @@
|
||||
|
||||
Name: kcgroups-dmemcg
|
||||
Version: 0.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: KDE library to manipulate cgroups - fork adding dmem cgroup support
|
||||
Packager: Kyle Gospodnetich <me@kylegospodneti.ch>
|
||||
License: LGPL-2.1-or-later
|
||||
License: LGPL-2.1-or-later AND MIT AND CC0-1.0
|
||||
URL: https://github.com/pixelcluster/kcgroups
|
||||
|
||||
Source0: %{url}/archive/refs/tags/kcgroups-dmemcg-experimental.tar.gz
|
||||
Source1: %{url}/archive/refs/tags/booster-dmemcg-experimental.tar.gz
|
||||
Source2: %{url}/tree/dmemcg/LICENSES
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
@@ -83,6 +84,10 @@ popd
|
||||
pushd booster-build
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
||||
mkdir -p %{buildroot}%{_defaultlicensedir}/%{name}
|
||||
|
||||
cp -r %{S:2} %{buildroot}%{_defaultlicensedir}/%{name}/
|
||||
|
||||
%post -n plasma-foreground-booster-dmemcg
|
||||
%systemd_user_post plasma-foreground-booster.service
|
||||
|
||||
@@ -93,6 +98,7 @@ make DESTDIR=%{buildroot} install
|
||||
%systemd_user_postun_with_restart plasma-foreground-booster.service
|
||||
|
||||
%files
|
||||
%license %{_defaultlicensedir}/%{name}/LICENSES
|
||||
%{_libdir}/libKF5CGroups.so.5*
|
||||
%{_datadir}/qlogging-categories6/kcgroups.*
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: limine
|
||||
Version: 12.3.0
|
||||
Version: 12.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Modern, advanced, portable, multiprotocol bootloader
|
||||
License: BSD-2-Clause
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global commit 2189bf7c301b720d47f24d7b3e1413786cf00df5
|
||||
%global commitdate 20260520
|
||||
%global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
|
||||
%global commitdate 20260523
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global modulename nct6687d
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global commit 2189bf7c301b720d47f24d7b3e1413786cf00df5
|
||||
%global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
|
||||
%global debug_package %{nil}
|
||||
%global modulename nct6687d
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260520
|
||||
%global commitdate 20260523
|
||||
|
||||
Name: dkms-%{modulename}
|
||||
Version: 1.0^%{commitdate}git.%{shortcommit}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 2189bf7c301b720d47f24d7b3e1413786cf00df5
|
||||
%global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260520
|
||||
%global commitdate 20260523
|
||||
|
||||
Name: nct6687d
|
||||
Version: 1.0^%{commitdate}git.%{shortcommit}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit f980045c859bcf5e9b691f550f0634ac82ce7bf5
|
||||
%global commit c4ba7e2649becd6c28289095b2992c7c0b4bb5e4
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260516
|
||||
%global commit_date 20260525
|
||||
%global ver 0.6.7
|
||||
|
||||
# We aren't using Mono but RPM expected Mono
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 71803e1919a1618f3a9ecb02faedadbc385bd1ef
|
||||
%global commit_date 20260522
|
||||
%global commit ccdf092314b2241ec13ede2381d8174b051d5d09
|
||||
%global commit_date 20260524
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global crate readymade
|
||||
Name: readymade-git
|
||||
@@ -13,6 +13,7 @@ Source1: https://github.com/FyraLabs/rdms_proc_macros/archive/HEAD.tar.gz
|
||||
BuildRequires: anda-srpm-macros rust-packaging mold
|
||||
BuildRequires: pkgconfig(libhelium-1)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(libacl)
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cmake
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global crate readymade
|
||||
Name: readymade
|
||||
Version: 0.14.0
|
||||
Version: 0.14.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Install ready-made distribution images!
|
||||
License: GPL-3.0-or-later
|
||||
@@ -9,6 +9,9 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
Source1: https://github.com/FyraLabs/rdms_proc_macros/archive/HEAD.tar.gz
|
||||
BuildRequires: anda-srpm-macros rust-packaging mold
|
||||
BuildRequires: pkgconfig(libhelium-1)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: glibc-all-langpacks
|
||||
BuildRequires: pkgconfig(libacl)
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: cmake
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit b1294c407ae711e4222b7781a65b6695f0b374ce
|
||||
%global commit 6a19de9c8fe192c14412c5e1ad7ca6fa259ce168
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260521
|
||||
%global commitdate 20260523
|
||||
%global ver 1.1.1
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 0f45f59efdf2bb3a2ccdeec8ddd06a3efe99234a
|
||||
%global commit 38ac251f9110fac6741470e229a3947b960d53d7
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260519
|
||||
%global commitdate 20260525
|
||||
%global ver 1.1.1
|
||||
%global appid com.sched_ext.scx
|
||||
%global developer "sched-ext Contributors"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: taidan
|
||||
Version: 0.2.0
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Out-Of-Box-Experience (OOBE) and Welcome App
|
||||
SourceLicense: GPL-3.0-or-later AND GPL-2.0-or-later
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "uresourced-dmemcg.spec"
|
||||
}
|
||||
labels {
|
||||
subrepo = "extras"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("OpenGamingCollective/uresourced-dmemcg"));
|
||||
@@ -0,0 +1,68 @@
|
||||
Name: uresourced-dmemcg
|
||||
Epoch: 1
|
||||
Version: 0.5.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Dynamically allocate resources to the active user
|
||||
Packager: Kyle Gospodnetich <me@kylegospodneti.ch>
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/OpenGamingCollective/uresourced-dmemcg
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(libpipewire-0.3)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
||||
Provides: uresourced = %{evr}
|
||||
Obsoletes: uresourced < %{evr}
|
||||
Conflicts: uresourced
|
||||
|
||||
%description
|
||||
This daemon dynamically assigns a resource allocation to the active
|
||||
graphical user. If the user has an active graphical session managed
|
||||
using systemd (e.g. GNOME), then the memory allocation will be used
|
||||
to protect the sessions core processes (session.slice). This fork
|
||||
adds dmem cgroup protection for focused applications.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%conf
|
||||
%meson -Dappmanagement=true
|
||||
|
||||
%build
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%post
|
||||
%systemd_post uresourced.service
|
||||
%systemd_user_post uresourced.service
|
||||
|
||||
%preun
|
||||
%systemd_preun uresourced.service
|
||||
%systemd_user_preun uresourced.service
|
||||
|
||||
%postun
|
||||
%systemd_postun uresourced.service
|
||||
%systemd_user_postun uresourced.service
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%doc NEWS.md
|
||||
%config(noreplace) %{_sysconfdir}/uresourced.conf
|
||||
%{_datadir}/dbus-1/system.d/org.freedesktop.UResourced.conf
|
||||
%{_libexecdir}/uresourced
|
||||
%{_libexecdir}/cgroupify
|
||||
%{_unitdir}/*
|
||||
%{_userunitdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri May 22 2026 Kyle Gospodnetich <me@kylegospodnetich> - 1:0.5.4-1
|
||||
- Initial release
|
||||
@@ -5,7 +5,7 @@
|
||||
%endif
|
||||
|
||||
Name: vicinae
|
||||
Version: 0.21.0
|
||||
Version: 0.21.1
|
||||
Release: 1%{?dist}
|
||||
License: GPL-3.0
|
||||
URL: https://docs.vicinae.com
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "terra-scripts.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
Name: terra-scripts
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Helpful scripts for contributing to Terra
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/terrapkg/cli-tools
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
Requires: bash
|
||||
BuildArch: noarch
|
||||
Packager: Its-J <jonah@fyralabs.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n cli-tools-%{version}
|
||||
|
||||
%install
|
||||
install -Dm 755 format-license.sh %{buildroot}%{_bindir}/format-license
|
||||
install -Dm 755 ldd-dnf.sh %{buildroot}%{_bindir}/ldd-dnf
|
||||
install -Dm 755 changelog.sh %{buildroot}%{_bindir}/changelog
|
||||
install -Dm 755 getcommit.sh %{buildroot}%{_bindir}/getcommit
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/format-license
|
||||
%{_bindir}/ldd-dnf
|
||||
%{_bindir}/changelog
|
||||
%{_bindir}/getcommit
|
||||
|
||||
%changelog
|
||||
* Sun May 24 2026 Its-J <jonah@fyralabs.com>
|
||||
- Add getcommit.sh
|
||||
* Sat May 23 2026 Its-J <jonah@fyralabs.com>
|
||||
- Package terra-scripts
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("terrapkg/cli-tools"));
|
||||
@@ -1,6 +1,6 @@
|
||||
%global _udevrulesdir /usr/lib/udev/rules.d
|
||||
|
||||
%global commit 5ef0eae85ce7b7b789763b5fbe6da477fa0aa2e8
|
||||
%global commit c8bbeb36d23ee768b06e58e10333989a581277e8
|
||||
%global commitdate 20251121
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: cloudflare-speed-cli
|
||||
Version: 0.6.13
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: CLI for internet speed test via cloudflare
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit b8276d78e4e424beb08aa5fd5f6314f7860fe416
|
||||
%global commit_date 20260522
|
||||
%global commit 9f080c186a75ce301b1604a232ec232f3a144db3
|
||||
%global commit_date 20260524
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name glasgow
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user