mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
101 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 | |||
| d97e247479 | |||
| a0dd6a5761 | |||
| 907b17aa57 | |||
| 2f4294ff48 | |||
| 96f124935e | |||
| b7ea12a3b0 | |||
| 06e4aa64ac | |||
| 9f17b444d1 | |||
| 66bc92ef73 | |||
| ae78392a47 | |||
| 246428b3aa | |||
| b638e4fdb3 | |||
| 9ec2eed560 | |||
| 4ce3bc31f1 | |||
| d37c95a33e | |||
| da548d0817 | |||
| cc5a8deaa7 |
@@ -73,6 +73,6 @@ jobs:
|
||||
# Upload the results to GitHub's code scanning dashboard (optional).
|
||||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
||||
- name: "Upload to code-scanning"
|
||||
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
|
||||
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
@@ -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.1123
|
||||
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.1123
|
||||
Version: 1.0.1140
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-ptb-openasar
|
||||
Version: 1.0.191
|
||||
Version: 1.0.192
|
||||
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-ptb
|
||||
Version: 1.0.191
|
||||
Version: 1.0.192
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers.
|
||||
URL: https://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 @@
|
||||
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
||||
|
||||
%global ver 13.3.0
|
||||
%global commit 95032bd2b752c711860ed06b9f0225243a4b6cbd
|
||||
%global commit 1ee047f1d9b0ca5bc88fcbfd8bea89f0f4d23b43
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260513
|
||||
%global commit_date 20260521
|
||||
%global devel_name QtColorWidgets
|
||||
%global _distro_extra_cflags -fuse-ld=mold
|
||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 5c4e9d0707dca9cfde324b83a6423497a251e6c4
|
||||
%global commit_date 20260517
|
||||
%global commit 089cff6792d604faba5127bc8f03d87959e5e062
|
||||
%global commit_date 20260522
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global debug_package %nil
|
||||
%global __strip /bin/true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit 1fe37856cb47c87c30c823c2e66728f5c0ffe282
|
||||
%global commit 1ac687d791460736e16c0e0c2b17f422b4bdf1ee
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260520
|
||||
%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,5 +1,5 @@
|
||||
%global commit 8f3eb2a32cafad88250fb604cc57bd5b8ddd5f47
|
||||
%global commit_date 20260520
|
||||
%global commit 8d837571ef02a4c1c4d74e419ebc59d66b47b685
|
||||
%global commit_date 20260521
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: rp-bookshelf
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-05-21
|
||||
%global ver 2026-05-26
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=throne-git
|
||||
|
||||
Name: throne
|
||||
Version: 1.1.3
|
||||
Version: 1.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
|
||||
URL: https://github.com/throneproj/Throne
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "wavemon.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("uoaerg/wavemon"));
|
||||
@@ -0,0 +1,48 @@
|
||||
Name: wavemon
|
||||
Version: 0.9.7
|
||||
Release: 1%{?dist}
|
||||
Summary: ncurses-based monitoring application for wireless network devices on Linux
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/uoaerg/wavemon
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkgconfig(libnl-3.0)
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
sed -e '/^CFLAGS=/d' -i configure.ac
|
||||
sed -r 's|\?=|=|g' -i Makefile.in
|
||||
autoreconf -fiv
|
||||
|
||||
%conf
|
||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now"
|
||||
CXXFLAGS="$RPM_OPT_FLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now"
|
||||
export CFLAGS
|
||||
export CXXFLAGS
|
||||
%configure
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
# Delete wrong placed readme and license
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/*
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_mandir}/man*/%{name}*.*
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue May 19 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate mise
|
||||
|
||||
Name: rust-mise
|
||||
Version: 2026.5.12
|
||||
Version: 2026.5.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Front-end to your dev env
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: driftwm
|
||||
Version: 0.7.0
|
||||
Version: 0.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A trackpad-first infinite canvas Wayland compositor
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
%global commit 5d5bb105380a90b2f9767df328eb846009299ddb
|
||||
%global commit_date 20260513
|
||||
%global commit c9dde8ec3f9a027ee2080b4beda2af9bc20fc927
|
||||
%global commit_date 20260522
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global extension multi-monitors-bar
|
||||
|
||||
@@ -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
|
||||
@@ -16,7 +16,7 @@
|
||||
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
|
||||
|
||||
Name: android-studio-canary
|
||||
Version: 2026.1.2.1
|
||||
Version: 2026.1.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Official IDE for Android development (Canary build)
|
||||
License: Apache-2.0
|
||||
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>
|
||||
ExclusiveArch: x86_64
|
||||
URL: https://developer.android.com/studio/preview
|
||||
|
||||
%define suffixS quail2-canary1
|
||||
%define suffixS quail2-canary2
|
||||
|
||||
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
||||
|
||||
|
||||
@@ -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 19e20f7664dc7a755d2d7a16ab545b2503f26caf
|
||||
%global commit a746d0f7281954eb251915f4cd9fcea4924ad999
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2026-05-20
|
||||
%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
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
%bcond test 1
|
||||
|
||||
Name: powershell
|
||||
Version: 7.6.1
|
||||
Release: 2%{?dist}
|
||||
Version: 7.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A cross-platform automation and configuration tool/framework
|
||||
SourceLicense: MIT
|
||||
License: Apache-2.0 AND BSD-2-Clause AND MIT
|
||||
|
||||
@@ -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,7 +1,7 @@
|
||||
%global commit 068d64edd637be2e7e2a44b99ef4965550885b67
|
||||
%global commit a5457029ccb61379b775fcbc20607546301bf3ce
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260520
|
||||
%global ver 1.4.0
|
||||
%global commit_date 20260526
|
||||
%global ver 1.5.0
|
||||
|
||||
%bcond_with check
|
||||
%bcond_with debug_no_build
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global ver 1.4.0-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.5
|
||||
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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global crate chess-tui
|
||||
|
||||
Name: rust-chess-tui
|
||||
Version: 2.7.0
|
||||
Version: 2.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Rusty chess game in your terminal 🦀
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Name: kotlin-native
|
||||
Version: 2.3.21
|
||||
Release: 1%{?dist}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit 9f5c193c1d17d767cd0c3fb938b312e2c23a9ebd
|
||||
%global commit 8771451701d1c9081282d6e9d5cb626bb636da19
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260520
|
||||
%global commit_date 20260522
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -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.0
|
||||
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 60a6695e77b81d0e1b5a088c316af78c7510941f
|
||||
%global commit_date 20260520
|
||||
%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
|
||||
@@ -1,7 +1,7 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: fresh
|
||||
Version: 0.3.7
|
||||
Version: 0.3.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Text editor for your terminal: easy, powerful and fast
|
||||
URL: https://getfresh.dev
|
||||
|
||||
@@ -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.314+eae06cf5c
|
||||
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.314+eae06cf5c
|
||||
%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.314+eae06cf5c
|
||||
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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: glaze-devel
|
||||
Version: 7.6.0
|
||||
Version: 7.7.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: https://stephenberry.github.io/glaze
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global _distro_extra_cflags -Wno-discarded-qualifiers -Wno-maybe-uninitialized
|
||||
|
||||
Name: quickjs-ng
|
||||
Version: 0.14.0
|
||||
Version: 0.15.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Summary: A mighty JavaScript engine
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
%define _build_id_links none
|
||||
|
||||
Name: sass
|
||||
Version: 1.99.0
|
||||
Version: 1.100.0
|
||||
Release: 1%{?dist}
|
||||
Summary: The reference implementation of Sass, written in Dart
|
||||
License: MIT
|
||||
|
||||
@@ -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 a18dbf7a81b6de6160c157dbc31b0eb3b8098780
|
||||
%global commit 4ee59d0b5db4b07d3927f96cb75374d2e6cd0cd8
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 20260519154239
|
||||
%global commit_date 20260520
|
||||
%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 fe57bb88466a7e8549f649da81cb51d7b9c2a17b
|
||||
%global commit_date 20260520
|
||||
%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
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "kcgroups-dmemcg.spec"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user