Compare commits

..

11 Commits

Author SHA1 Message Date
Owen-sz d7d8e55355 smh my head
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-27 19:47:20 -05:00
Owen-sz 75e0c2feba oop again
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-27 19:47:02 -05:00
Owen-sz 454745d96c oop
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-27 19:45:31 -05:00
Owen-sz d6758ff2b8 add: melonDS-nightly
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-27 19:44:21 -05:00
Owen Zimmerman 8be983fc33 add: melonDS (#13455)
* add: melonDS

Signed-off-by: Owen-sz <owen@fyralabs.com>

* the woke police called

Signed-off-by: Owen-sz <owen@fyralabs.com>

---------

Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-27 19:20:02 -05:00
june 163dc0f284 fix(legcord-nightly): requires nodejs 26, remove hacks (#13070)
* use vendored nodejs cause fedora doesn't have node 26 yet

* chore (legcord-nightly): remove hacks

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* try mock

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* try this

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

---------

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: madomado <madonuko@outlook.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-27 19:17:25 -05:00
Raboneko 64fd20ac17 bump: rust-bottom yt-dlp-git 2026-06-28 00:03:53 +00:00
Raboneko ca06fc64dc bump: Arctis-Sound-Manager yt-dlp-git 2026-06-27 22:55:28 +00:00
Owen Zimmerman 29e0ea9000 chore (legcord): remove hacks (#13433)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-28 05:16:55 +08:00
Owen Zimmerman 2eab368b92 chore (turbowarp-desktop): remove hack (#13435)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-28 05:16:41 +08:00
Owen Zimmerman b97d991e59 chore (kopia): remove hack (#13432)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-28 05:16:22 +08:00
15 changed files with 123 additions and 12 deletions
@@ -4,7 +4,7 @@
%global arctis_sound_manager_services arctis-manager.service arctis-video-router.service arctis-gui.service
Name: python-%{pypi_name}
Version: 1.1.84
Version: 1.1.85
Release: 1%{?dist}
Summary: GUI for SteelSeries Arctis headsets
License: GPL-3.0-or-later
-1
View File
@@ -43,7 +43,6 @@ A graphical user interface for %{name}.
%build
%global gomodulesmode GO111MODULE=on
%gobuild -o %{name} .
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
pushd app
%npm_build -B
+1
View File
@@ -4,5 +4,6 @@ project pkg {
}
labels {
nightly = 1
mock = 1
}
}
@@ -1,13 +1,12 @@
%global commit 0a022f149000bdaed644c2609e19aa7b8badf825
%global commit_date 20260626
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global debug_package %nil
# terrible evil no good very bad hack
# fix one day
%global __requires_exclude_from (.*)lib(.*)so(.*)
Name: legcord-nightly
%electronmeta -D
%electronmeta -aD
Version: %commit_date.%shortcommit
Release: 1%{?dist}
License: OSL-3.0 AND %{electron_license}
@@ -18,7 +17,7 @@ Packager: Owen <owen@fyralabs.com>
Requires: xdg-utils
Obsoletes: armcord < 3.3.2-1
Conflicts: legcord
BuildRequires: anda-srpm-macros pnpm nodejs-npm git-core gcc gcc-c++ make desktop-file-utils zlib-ng-compat-devel
BuildRequires: anda-srpm-macros pnpm nodejs-npm git-core gcc gcc-c++ make desktop-file-utils zlib-ng-compat-devel nvm
%description
Legcord is a custom client designed to enhance your Discord experience
@@ -26,9 +25,9 @@ while keeping everything lightweight.
%prep
%git_clone %{url}.git %{commit}
%vendor_nodejs -v 26
%build
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
%pnpm_build -r build
%install
-3
View File
@@ -1,5 +1,3 @@
%global debug_package %nil
# terrible evil no good very bad hack
# fix one day
%global __requires_exclude_from (.*)lib(.*)so(.*)
@@ -27,7 +25,6 @@ while keeping everything lightweight.
%git_clone %url v%version
%build
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
%pnpm_build -r build
%install
@@ -70,6 +70,7 @@ popd
%dnl %pnpm_build -r generate,build:policy-files,generate,build:esbuild:prod
%{__pnpm} run generate
%{__pnpm} run build-linux --%{_electron_cpu} --linux AppImage
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
%install
mv ./packages/mute-state-change/LICENSE ./packages/mute-state-change/LICENSE.mute-state-change
-1
View File
@@ -94,7 +94,6 @@ 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/
+8
View File
@@ -0,0 +1,8 @@
project pkg {
rpm {
spec = "melonDS-nightly.spec"
}
labels {
nightly = 1
}
}
@@ -0,0 +1,50 @@
%define debug_package %{nil}
%global commit 10a173b5536fc75cd93f8a3868349dad963542ef
%global commit_date 20260607
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 1.1
Name: melonds
Version: %{ver}^%{commit_date}git.%{shortcommit}
Release: 1%{?dist}
Summary: DS emulator, sorta
License: GPL-3.0-or-later
URL: https://melonds.kuribo64.net/
Source0: https://github.com/melonDS-emu/melonDS/archive/%{commit}/melonDS-%{commit}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake(Qt6)
BuildRequires: qt6-qtmultimedia-devel
BuildRequires: qt6-qtsvg-devel
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(libarchive)
BuildRequires: pkgconfig(libzstd)
BuildRequires: pkgconfig(faad2)
BuildRequires: pkgconfig(libenet)
BuildSystem: cmake
Provides: melonDS-nightly
%description
%{summary}.
%files
%doc README.md
%license LICENSE
%{_bindir}/melonDS
%{_appsdir}/net.kuribo64.melonDS.desktop
%{_hicolordir}/128x128/apps/net.kuribo64.melonDS.png
%{_hicolordir}/16x16/apps/net.kuribo64.melonDS.png
%{_hicolordir}/256x256/apps/net.kuribo64.melonDS.png
%{_hicolordir}/32x32/apps/net.kuribo64.melonDS.png
%{_hicolordir}/48x48/apps/net.kuribo64.melonDS.png
%{_hicolordir}/64x64/apps/net.kuribo64.melonDS.png
%changelog
* Sat Jun 27 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+7
View File
@@ -0,0 +1,7 @@
rpm.global("ver", gh("melonDS-emu/melonDS"));
rpm.global("commit", gh_commit("melonDS-emu/melonDS"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "melonDS.spec"
}
}
+44
View File
@@ -0,0 +1,44 @@
%define debug_package %{nil}
Name: melonds
Version: 1.1
Release: 1%{?dist}
Summary: DS emulator, sorta
License: GPL-3.0-or-later
URL: https://melonds.kuribo64.net/
Source0: https://github.com/melonDS-emu/melonDS/archive/refs/tags/%{version}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake(Qt6)
BuildRequires: qt6-qtmultimedia-devel
BuildRequires: qt6-qtsvg-devel
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(libarchive)
BuildRequires: pkgconfig(libzstd)
BuildRequires: pkgconfig(faad2)
BuildRequires: pkgconfig(libenet)
BuildSystem: cmake
Provides: melonDS
%description
%{summary}.
%files
%doc README.md
%license LICENSE
%{_bindir}/melonDS
%{_appsdir}/net.kuribo64.melonDS.desktop
%{_hicolordir}/128x128/apps/net.kuribo64.melonDS.png
%{_hicolordir}/16x16/apps/net.kuribo64.melonDS.png
%{_hicolordir}/256x256/apps/net.kuribo64.melonDS.png
%{_hicolordir}/32x32/apps/net.kuribo64.melonDS.png
%{_hicolordir}/48x48/apps/net.kuribo64.melonDS.png
%{_hicolordir}/64x64/apps/net.kuribo64.melonDS.png
%changelog
* Sat Jun 27 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("melonDS-emu/melonDS"));
+1 -1
View File
@@ -5,7 +5,7 @@
%global crate bottom
Name: rust-bottom
Version: 0.14.1
Version: 0.14.2
Release: 1%{?dist}
Summary: Customizable cross-platform graphical process/system monitor for the terminal
+1 -1
View File
@@ -2,7 +2,7 @@
%global oldpkgname yt-dlp-nightly
Name: yt-dlp-git
Version: 2026.06.26.230708
Version: 2026.06.27.233148
Release: 1%{?dist}
Summary: A command-line program to download videos from online video platforms