Compare commits

..

2 Commits

Author SHA1 Message Date
madomado a888448221 Update muon.spec
Signed-off-by: madomado <madonuko@outlook.com>
2026-06-28 04:14:12 +08:00
Owen Zimmerman 107e145cb6 fix: muon 2026-06-21 17:00:29 +02:00
289 changed files with 522 additions and 2619 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Set workspace as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
- name: Generate build matrix
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
dnf5 swap -y --setopt=install_weak_deps=False systemd-standalone-sysusers systemd
dnf5 install -y --setopt=install_weak_deps=False curl wget git-core openssl-devel cargo podman fuse-overlayfs dnf5-plugins rpmbuild script
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: f${{ matrix.version }}
fetch-depth: 1
@@ -93,7 +93,7 @@ jobs:
terra${{ matrix.version }}-source anda-build/rpm/srpm/*
- name: Attest build provenance
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
with:
subject-path: |
anda-build/rpm/rpms/*
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
- name: Setup Git
+2 -2
View File
@@ -51,7 +51,7 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
@@ -130,7 +130,7 @@ jobs:
- name: Attest build provenance
if: inputs.publish
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
with:
subject-path: |
anda-build/rpm/rpms/*
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
git config --global commit.gpgsign true
- name: Backport Action
uses: sorenlouv/backport-github-action@8a6c0381851f43f9f1fddc7303f0e9015eb57b62 # v12.0.4
uses: sorenlouv/backport-github-action@85813678d776774a19ec5af56bd3a04305946f8a # v12.0.0
with:
github_token: ${{ secrets.RABONEKO_BACKPORT_GITHUB_TOKEN }}
auto_backport_label_prefix: sync-
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ matrix.branch }}
fetch-depth: 0
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
container:
image: ghcr.io/terrapkg/builder:frawhide
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Push to subatomic
run: |
branch=${{ github.ref_name }}
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
+3 -3
View File
@@ -2,8 +2,8 @@ name: Update
permissions:
contents: read
on:
#schedule:
# - cron: "*/10 * * * *"
schedule:
- cron: "*/10 * * * *"
workflow_dispatch:
jobs:
@@ -16,7 +16,7 @@ jobs:
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
+2 -8
View File
@@ -8,7 +8,7 @@
Name: 1password-cli
Version: 2.34.1
Release: 2%{?dist}
Release: 1%{?dist}
Summary: 1Password command-line tool
Packager: Cappy Ishihara <cappy@fyralabs.com>
@@ -21,8 +21,6 @@ ExclusiveArch: x86_64 aarch64
BuildRequires: systemd-rpm-macros
BuildRequires: unzip
Requires(post): /usr/bin/chown
Requires(post): /usr/bin/chmod
Recommends: 1password
Recommends: polkit
@@ -42,12 +40,8 @@ install -Dm0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/%{name}.conf
%pre
%sysusers_create_package %{name} %{SOURCE1}
%post
/usr/bin/chown root:onepassword-cli %{_bindir}/op
/usr/bin/chmod 2755 %{_bindir}/op
%files
%{_bindir}/op
%attr(2755,root,onepassword-cli) %{_bindir}/op
%{_sysusersdir}/%{name}.conf
%changelog
@@ -1 +1 @@
g onepassword-cli 5013
g onepassword-cli -
+4 -32
View File
@@ -2,10 +2,6 @@
%global policy_owners unix-group:wheel
%global appdir %{_datadir}/1password
# Exclude private Electron libraries bundled in the app payload.
%global __provides_exclude libffmpeg.so|libvk_swiftshader.so|libvulkan.so|libEGL.so|libGLESv2.so
%global __requires_exclude libffmpeg.so|libvk_swiftshader.so|libvulkan.so|libEGL.so|libGLESv2.so
%ifarch x86_64
%global tararch x64
%elifarch aarch64
@@ -13,7 +9,7 @@
%endif
Name: 1password
Version: 8.12.26
Version: 8.12.24
Release: 1%{?dist}
Summary: Password manager and secure wallet
@@ -34,8 +30,6 @@ Requires: hicolor-icon-theme
Requires: nss
Requires: polkit
Requires: xdg-utils
Requires(post): /usr/bin/chown
Requires(post): /usr/bin/chmod
%description
%{summary}
@@ -72,50 +66,28 @@ rm -f %{buildroot}%{appdir}/com.1password.1Password.policy \
%{buildroot}%{appdir}/install.sh \
%{buildroot}%{appdir}/install_biometrics_policy.sh
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_libexecdir}
mkdir -p %{buildroot}%{_bindir}
ln -sr %{buildroot}%{appdir}/%{name} %{buildroot}%{_bindir}/%{name}
ln -sr %{buildroot}%{appdir}/1Password-Crash-Handler %{buildroot}%{_libexecdir}/1Password-Crash-Handler
ln -sr %{buildroot}%{appdir}/1Password-BrowserSupport %{buildroot}%{_libexecdir}/1Password-BrowserSupport
ln -sr %{buildroot}%{appdir}/1Password-LastPass-Exporter %{buildroot}%{_libexecdir}/1Password-LastPass-Exporter
ln -sr %{buildroot}%{appdir}/op-ssh-sign %{buildroot}%{_libexecdir}/op-ssh-sign
chmod 4755 %{buildroot}%{appdir}/chrome-sandbox
chmod 2755 %{buildroot}%{appdir}/1Password-BrowserSupport
if [ -f %{buildroot}%{appdir}/onepassword-mcp ]; then
ln -sr %{buildroot}%{appdir}/onepassword-mcp %{buildroot}%{_libexecdir}/onepassword-mcp
chmod 2755 %{buildroot}%{appdir}/onepassword-mcp
fi
find %{buildroot}%{appdir} -type f \
! -name chrome-sandbox \
! -name 1Password-Crash-Handler \
! -name 1Password-BrowserSupport \
! -name 1Password-LastPass-Exporter \
! -name op-ssh-sign \
! -name onepassword-mcp \
-printf '/%%P\n' | sed "s|^/|%{appdir}/|" > app.files
%pre
%sysusers_create_package %{name} %{SOURCE2}
%post
/usr/bin/chown root:onepassword %{appdir}/1Password-BrowserSupport
/usr/bin/chmod 2755 %{appdir}/1Password-BrowserSupport
/usr/bin/chown root:onepassword-mcp %{appdir}/onepassword-mcp
/usr/bin/chmod 2755 %{appdir}/onepassword-mcp
%files -f app.files
%{_bindir}/%{name}
%{_libexecdir}/1Password-Crash-Handler
%{_libexecdir}/1Password-BrowserSupport
%{_libexecdir}/1Password-LastPass-Exporter
%{_libexecdir}/op-ssh-sign
%{_libexecdir}/onepassword-mcp
%dir %{appdir}
%attr(4755,root,root) %{appdir}/chrome-sandbox
%{appdir}/1Password-Crash-Handler
%{appdir}/1Password-BrowserSupport
%{appdir}/1Password-LastPass-Exporter
%{appdir}/op-ssh-sign
%{appdir}/onepassword-mcp
%attr(2755,root,onepassword) %{appdir}/1Password-BrowserSupport
%attr(2755,root,onepassword-mcp) %{appdir}/onepassword-mcp
%{_datadir}/icons/hicolor/32x32/apps/1password.png
%{_datadir}/icons/hicolor/64x64/apps/1password.png
%{_datadir}/icons/hicolor/256x256/apps/1password.png
+2 -2
View File
@@ -1,2 +1,2 @@
g onepassword 5010
g onepassword-mcp 5011
g onepassword -
g onepassword-mcp -
@@ -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.88
Version: 1.1.81
Release: 1%{?dist}
Summary: GUI for SteelSeries Arctis headsets
License: GPL-3.0-or-later
+8 -6
View File
@@ -1,5 +1,5 @@
Name: ktailctl
Version: 0.22.1
Version: 0.21.5
Release: 1%{?dist}
Summary: A GUI to monitor and manage Tailscale on your Linux desktop
License: GPL-3.0-only
@@ -22,7 +22,6 @@ BuildRequires: kf6-kirigami-addons-devel
BuildRequires: kf6-kirigami-devel
BuildRequires: kf6-knotifications-devel
BuildRequires: kf6-kwindowsystem-devel
BuildRequires: cmake(KF6IconThemes)
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtdeclarative-devel
BuildRequires: qt6-qtsvg-devel
@@ -43,7 +42,7 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
%prep
%autosetup -n KTailctl-%{version}
cd src/tailscale/wrapper
cd src/wrapper
go mod vendor
%conf
@@ -59,14 +58,17 @@ go mod vendor
%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 Jun 27 2026 Owen Zimmerman <owen@fyralabs.com> - 0.22.0-1
- Update spec for 0.22.0
* Sat May 23 2026 Owen Zimmerman <owen@fyralabs.com> - 0.21.5-1
- Initial commit
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "astra.spec"
}
}
-40
View File
@@ -1,40 +0,0 @@
%global appid dev.astramusic.astra
%global ver v0.6.1-beta
Name: astra
%electronmeta -D
Version: %(echo %ver | sed 's/-/~/;s/^v//')
Release: 1%?dist
Summary: A desktop music player for people who still have a music library
License: GPL-3.0-only AND %electron_license
URL: https://astramusic.dev
Source0: https://github.com/Boof2015/astra/archive/refs/tags/%ver.tar.gz
BuildRequires: nodejs-npm nodejs-packaging
%description
Audiophile music player with gapless playback, parametric EQ, AutoEQ import, and real-time DSP visualizers.
%prep
%autosetup -n %name-%ver
%build
%npm_build -BV -M production
%__nodejs ./scripts/build/writeAppBuildMetadata.cjs
%install
%electron_install -I -D
%terra_appstream
%files
%license LICENSE
%doc README.md
%_bindir/%name
%_libdir/%name
%_appsdir/%name.desktop
%_metainfodir/%appid.metainfo.xml
%_hicolordir/*/apps/%name.png
%changelog
* Sat Jun 28 2026 madonuko <madonuko@outlook.com> - 0.6.1~beta
- Initial package.
-1
View File
@@ -1 +0,0 @@
rpm.global("ver", gh("Boof2015/astra"));
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 1.0.1388
Version: 1.0.1317
Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord-canary
Version: 1.0.1388
Version: 1.0.1317
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-openasar
Version: 1.0.145
Version: 1.0.143
Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-ptb-openasar
Version: 1.0.197
Version: 1.0.196
Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord-ptb
Version: 1.0.197
Version: 1.0.196
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers.
URL: https://discord.com
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord
Version: 1.0.145
Version: 1.0.143
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers
URL: https://discord.com
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "golang-github-ente-io-cli.spec"
}
}
@@ -1,75 +0,0 @@
# Generated by go2rpm 1.19.0
%bcond check 0
%bcond bootstrap 0
%if %{with bootstrap}
%global debug_package %{nil}
%endif
%if %{with bootstrap}
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$
%endif
# https://github.com/ente-io/ente
%global goipath github.com/ente-io/ente/cli
%global tag cli-v0.2.3
Version: %(echo %tag | sed 's/^cli-v//')
%gometa -f
%global common_description %{expand:
The Ente CLI is a Command Line Utility for exporting data from Ente. It also does a few more things, for example, you can use it to decrypt the export from Ente Auth.}
%global golicenses LICENSE
%global godocs CODE_OF_CONDUCT.md CONTRIBUTING.md cli/README.md SECURITY.md SUPPORT.md
Name: ente
Release: 1%?dist
Summary: 💚 End-to-end encrypted cloud for everything
Packager: madonuko <mado@fyralabs.com>
License: AGPL-3.0-only
URL: ente.com
Source: %{gosource}
%description %{common_description}
%gopkg
%prep
%goprep -A
%autopatch -p1
%if %{without bootstrap}
%build
%global gomodulesmode GO111MODULE=on
cd cli
%gobuild -o %{gobuilddir}/bin/ente .
%endif
%install
cd cli
%gopkginstall
%if %{without bootstrap}
install -m 0755 -vd %{buildroot}%{_bindir}
install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
%endif
%if %{without bootstrap}
%if %{with check}
%check
%gocheck
%endif
%endif
%if %{without bootstrap}
%files
%license LICENSE
%doc CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md SUPPORT.md cli/README.md
%{_bindir}/ente
%endif
%gopkgfiles
%changelog
* Tue Jun 16 2026 madonuko <mado@fyralabs.com> - 0.2.3-1
- Initial package.
-10
View File
@@ -1,10 +0,0 @@
let tagobjs = get("https://api.github.com/repos/ente-io/ente/tags").json_arr();
for tagobj in tagobjs {
if tagobj.name.starts_with("cli-v") {
rpm.global("tag", tagobj.name);
if rpm.changed() {
rpm.release();
break;
}
}
}
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "ensu.spec"
}
}
-9
View File
@@ -1,9 +0,0 @@
[Desktop Entry]
Name=Ensu
Comment=Ensu Desktop App
Exec=Ensu
Icon=io.ente.ensu
Terminal=false
Type=Application
Categories=Utility;
StartupNotify=true
-58
View File
@@ -1,58 +0,0 @@
%global tag ensu-v0.1.17
%global appid io.ente.ensu
%global developer "Ente"
%global org "io.ente"
%global appstream_component desktop-application
# the original version of %%_package_note_flags expects cc/gcc to parse the ld flags,
# but for wasm the `lld -flavor wasm` linker is called directly
%dnl --package-metadata={\\"type\\":\\"rpm\\",\\"name\\":\\"%name\\",\\"version\\":\\"%version-%release\\",\\"architecture\\":\\"$RPM_ARCH\\",\\"osCpe\\":\\"cpe:/o:fedoraproject:fedora:%fedora\\"}
%define _package_note_flags %nil
%undefine _package_note_status
%define terra_rustflags %build_rustflags
%bcond_with mold
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
%global _distro_extra_cxxflags -fno-permissive
Name: ensu
Version: %(echo %tag | sed 's/^ensu-v//')
Release: 1%?dist
Summary: Private, personal LLM app that runs on your device and grows with you over time
License: AGPL-3.0-only
URL: https://ente.com/ensu
Source0: https://github.com/ente-io/ente/archive/refs/tags/%tag.tar.gz
Source1: ensu.desktop
Packager: madonuko <mado@fyralabs.com>
BuildRequires: cmake %tauri_buildrequires
BuildRequires: rust-std-static-wasm32-unknown-unknown
BuildRequires: clang-devel
%description
%summary.
%prep
%autosetup -n ente-%tag
pushd web
npm ci
popd
cd rust/apps/ensu
%tauri_prep
%build
cd rust/apps/ensu
%npm_build -Bc
%install
install -Dpm755 rust/target/rpm/Ensu -t %buildroot%_bindir
%desktop_file_install %{S:1}
install -Dpm644 rust/apps/ensu/src-tauri/icons/icon.png %buildroot%_hicolordir/1024x1024/apps/ensu.png
%terra_appstream
%files
%doc README.md CONTRIBUTING.md CODE_OF_CONDUCT.md SECURITY.md SUPPORT.md
%license LICENSE
%_bindir/Ensu
%_appsdir/ensu.desktop
%_hicolordir/*/apps/ensu.png
%_metainfodir/%appid.metainfo.xml
-10
View File
@@ -1,10 +0,0 @@
let tagobjs = get("https://api.github.com/repos/ente-io/ente/tags").json_arr();
for tagobj in tagobjs {
if tagobj.name.starts_with("ensu-v") {
rpm.global("tag", tagobj.name);
if rpm.changed() {
rpm.release();
break;
}
}
}
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "golang-github-equicord-equilotl.spec"
}
}
@@ -1,102 +0,0 @@
# Generated by go2rpm 1.19.0
%bcond check 1
%bcond bootstrap 0
%if %{with bootstrap}
%global debug_package %{nil}
%endif
%if %{with bootstrap}
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$
%endif
# https://github.com/Equicord/Equilotl
%global goipath github.com/Equicord/Equilotl
Version: 2.2.6
%gometa -f
%global common_description %{expand:
A cross platform gui/cli app for installing Equicord.}
%global golicenses LICENSE
%global godocs README.md
Name: equilotl
Release: %autorelease
Summary: A cross platform gui app for installing Equicord
License: GPL-3.0-only
URL: %{gourl}
Source: %{gosource}
Packager: madonuko <mado@fyralabs.com>
BuildRequires: pkg-config libGL-devel libXxf86vm-devel gcc-c++
BuildRequires: wayland-devel libxkbcommon-devel wayland-protocols-devel extra-cmake-modules
BuildRequires: libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel
RemovePathPostFixes: .wayland
%description %{common_description}
%package cli
Summary: A cross platform cli app for installing Equicord
RemovePathPostFixes: .cli
%description cli %{common_description}
%package x11
Summary: A cross platform gui (X11) app for installing Equicord
RemovePathPostFixes: .x11
%description x11 %{common_description}
%gopkg
%prep
%goprep -A
%autopatch -p1
%if %{without bootstrap}
%build
%define gomodulesmode GO111MODULE=on
export GO_BUILDTAGS="wayland"
%gobuild -o %{gobuilddir}/bin/Equilotl.wayland equilotl
export GO_BUILDTAGS=""
%gobuild -o %{gobuilddir}/bin/Equilotl.x11 equilotl
export GO_BUILDTAGS="cli"
%gobuild -o %{gobuilddir}/bin/Equilotl.cli equilotl
%endif
%install
%gopkginstall
%if %{without bootstrap}
install -m 0755 -vd %{buildroot}%{_bindir}
install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
%endif
%if %{without bootstrap}
%if %{with check}
%check
%gocheck
%endif
%endif
%if %{without bootstrap}
%files
%license LICENSE
%doc README.md
%{_bindir}/Equilotl.wayland
%files cli
%license LICENSE
%doc README.md
%{_bindir}/Equilotl.cli
%files x11
%license LICENSE
%doc README.md
%{_bindir}/Equilotl.x11
%endif
%gopkgfiles
%changelog
* Sat Jun 27 2026 madonuko <mado@fyralabs.com> - 2.2.6-1
- Initial package
-1
View File
@@ -1 +0,0 @@
rpm.version(gh("Equicord/Equilotl"));
+4 -2
View File
@@ -1,9 +1,9 @@
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
%global ver 14.0.0
%global commit 6a635d2d5d88190dab8152bcebb4a85796a55ab3
%global commit 550d4fae96dbea937d92a236605538f489e7b413
%global shortcommit %{sub %{commit} 1 7}
%global commit_date 20260626
%global commit_date 20260620
%global devel_name QtColorWidgets
%global _distro_extra_cflags -fuse-ld=mold
%global _distro_extra_cxxflags -fuse-ld=mold
@@ -58,7 +58,9 @@ Features:
%pkg_completion -Bfz flameshot
%package devel
Requires: %{name} = %{version}
%pkg_devel_files
%_libdir/cmake/*/
%package libs
%pkg_libs_files
@@ -1,7 +1,7 @@
%undefine __brp_mangle_shebangs
Name: framework-tool-tui
Version: 0.8.4
Version: 0.8.3
Release: 1%{?dist}
Summary: A TUI for controlling and monitoring Framework Computers hardware built in Rust
URL: https://github.com/grouzen/framework-tool-tui
@@ -11,7 +11,7 @@
%endif
Name: helium-browser-bin
Version: 0.14.2.1
Version: 0.13.4.1
Release: 1%{?dist}
Summary: Private, fast, and honest web browser based on Chromium
@@ -31,7 +31,6 @@ BuildRequires: desktop-file-utils
Requires: xdg-utils
Requires: liberation-fonts
Conflicts: helium-bin
Packager: Nadia P <nyadiia@pm.me>, Jaiden Riordan <jade@fyralabs.com>
%description
@@ -117,9 +116,6 @@ chmod 755 %{buildroot}%{_bindir}/%{name}
%{_metainfodir}/%{appid}.metainfo.xml
%changelog
* Fri Jun 26 2026 Jaiden Riordan <jade@fyralabs.com>
- Conflict helium-bin to avoid messing with people who use upstream's COPR
* Sun Feb 15 2026 Jaiden Rirordan <jade@fyralabs.com>
- Use downstream desktop file and recombobulate
+1 -1
View File
@@ -1,5 +1,5 @@
Name: juce
Version: 8.0.14
Version: 8.0.13
Release: 1%{?dist}
License: AGPL-3.0-or-later
Summary: framework for audio application and plug-in development
+1 -1
View File
@@ -5,7 +5,7 @@
%global pure_protobuf_version 2.0.0
Name: komikku
Version: 50.8.0
Version: 50.7.0
%forgemeta
Release: 1%{?dist}
Summary: A manga reader for GNOME
+1
View File
@@ -43,6 +43,7 @@ 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,6 +4,5 @@ project pkg {
}
labels {
nightly = 1
mock = 1
}
}
@@ -1,12 +1,13 @@
%global commit 0a022f149000bdaed644c2609e19aa7b8badf825
%global commit_date 20260626
%global commit 158f537e7d4ce13ff7df49b6cb09c0cd27b8a517
%global commit_date 20260616
%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 -aD
%electronmeta -D
Version: %commit_date.%shortcommit
Release: 1%{?dist}
License: OSL-3.0 AND %{electron_license}
@@ -17,7 +18,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 nvm
BuildRequires: anda-srpm-macros pnpm nodejs-npm git-core gcc gcc-c++ make desktop-file-utils zlib-ng-compat-devel
%description
Legcord is a custom client designed to enhance your Discord experience
@@ -25,22 +26,22 @@ 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
%electron_install -i legcord -l -I dist/.icon-set/icon_16.png -I dist/.icon-set/icon_32.png -I dist/.icon-set/icon_48x48.png -I dist/.icon-set/icon_64.png -I dist/.icon-set/icon_128.png -I dist/.icon-set/icon_256.png -I dist/.icon-set/icon_512.png -I dist/.icon-set/icon_1024.png
dist/Legcord-*.AppImage --appimage-extract '*.desktop'
%desktop_file_install -k Exec,Icon -v "%{_libdir}/legcord-nightly/Legcord",legcord -u %U -f squashfs-root/legcord.desktop
%desktop_file_install -k Exec,Icon -v "%{_libdir}/legcord-nightly/Legcord",legcord -u %U -f squashfs-root/Legcord.desktop
%files
%doc README.md
%license license.txt
%{_bindir}/legcord-nightly
%{_datadir}/applications/legcord.desktop
%{_datadir}/applications/Legcord.desktop
%{_libdir}/legcord-nightly/
%{_iconsdir}/hicolor/16x16/apps/legcord.png
%{_iconsdir}/hicolor/32x32/apps/legcord.png
+3
View File
@@ -1,3 +1,5 @@
%global debug_package %nil
# terrible evil no good very bad hack
# fix one day
%global __requires_exclude_from (.*)lib(.*)so(.*)
@@ -25,6 +27,7 @@ while keeping everything lightweight.
%git_clone %url v%version
%build
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
%pnpm_build -r build
%install
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit a3d4b5919771a0ae351b80eb266c79681ee529b2
%global commit efe8644a93aacf2190ed162207731d0c3beac227
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260702
%global commit_date 20260621
%global ver 0.41.0
Name: mpv-nightly
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 2026-07-02
%global ver 2026-06-20
%global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil}
%bcond_without mold
+1 -2
View File
@@ -31,7 +31,7 @@ Source10: https://github.com/Genymobile/scrcpy/releases/download/v%{versio
%endif
Packager: madonuko <mado@fyralabs.com>
BuildRequires: meson ninja-build cmake nasm gcc
BuildRequires: pkgconfig(sdl3)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavdevice)
BuildRequires: pkgconfig(libavformat)
@@ -123,7 +123,6 @@ install -Dm 644 %{SOURCE1} %{buildroot}%{_datadir}/licenses/LICENSE.android-sdk-
%_datadir/applications/scrcpy.desktop
%_datadir/bash-completion/completions/scrcpy
%_iconsdir/hicolor/*/apps/scrcpy.png
%_iconsdir/hicolor/256x256/apps/disconnected.png
%_metainfodir/%{appid}.metainfo.xml
%_mandir/man1/scrcpy.1.*
@@ -0,0 +1,11 @@
--- a/package.json 2026-03-23 09:45:41.545576312 +0100
+++ b/package.json 2026-03-23 09:46:51.714180613 +0100
@@ -424,7 +424,7 @@
]
},
"engines": {
- "node": "24.15.0"
+ "node": ">= 22"
},
"build": {
"appId": "org.whispersystems.signal-desktop",
+2 -5
View File
@@ -2,13 +2,14 @@
Name: signal-desktop
%electronmeta -aD
Version: 8.17.0
Version: 8.15.0
Release: 1%{?dist}
Summary: A private messenger for Windows, macOS, and Linux
URL: https://signal.org
Source0: https://github.com/signalapp/Signal-Desktop/archive/refs/tags/v%{version}.tar.gz
Source1: signal.desktop
Source2: org.signal.Signal.metainfo.xml
Patch0: fix-runtime.patch
License: AGPL-3.0-only AND %{electron_license}
BuildRequires: pulseaudio-libs-devel
@@ -74,7 +75,6 @@ echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
%install
mv ./packages/mute-state-change/LICENSE ./packages/mute-state-change/LICENSE.mute-state-change
mv ./packages/windows-ucv/LICENSE ./packages/mute-state-change/LICENSE.windows-ucv
%electron_install -i signal -l -I build/icons/png
%desktop_file_install %{SOURCE1}
@@ -104,9 +104,6 @@ mv LICENSE LICENSE.signal-desktop
%{_metainfodir}/org.signal.Signal.metainfo.xml
%changelog
* Thu Jun 25 2026 Owen Zimmerman <owen@fyralabs.com>
- Fix more license name conflicts, remove patch
* Sun Jun 14 2026 june-fish <git@june.fish>
- Fix license name conflicts
+1 -1
View File
@@ -2,7 +2,7 @@
%global realname subtitleedit
Name: %realname.bin
Version: 5.0.0
Version: 4.0.16
Release: 1%{?dist}
Summary: An advanced subtitle editor and converter
License: GPL-3.0-only
@@ -1 +1 @@
v1.13.14
v1.13.13
+2 -2
View File
@@ -12,8 +12,8 @@
%global vendor_pnpm 1
Name: youtube-music
Version: 3.12.0
Release: 1%{?dist}
Version: 3.11.0
Release: 1%?dist
Summary: YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
Source1: youtube-music.desktop
License: MIT
-6
View File
@@ -1,6 +0,0 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "yumex.spec"
}
}
@@ -1,6 +0,0 @@
[Desktop Entry]
Name=Yum Extender
Exec=/usr/bin/yumex_updater
Icon=yumex-update-symbolic
Type=Application
NoDisplay=true
-1
View File
@@ -1 +0,0 @@
rpm.version(gh_tag("timlau/yumex-ng"));
-104
View File
@@ -1,104 +0,0 @@
%global app_id dk.yumex.Yumex
%global app_build release
Name: yumex
Version: yumex.5.4.0
Release: 1%{?dist}
Summary: Yum Extender graphical package management tool
Packager: Jacob Secunda <secundaja@gmail.com>
Group: Applications/System
License: GPL-3.0-or-later
URL: https://github.com/timlau/yumex-ng
Source0: %{url}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1: %{app_id}-updater.desktop
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: meson
BuildRequires: blueprint-compiler >= 0.4.0
BuildRequires: gettext
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(pygobject-3.0)
BuildRequires: systemd-rpm-macros
Requires: python3-gobject
Requires: libadwaita >= 1.6
Requires: gtk4
Requires: python3-dbus
Requires: flatpak-libs > 1.15.0
Requires: appstream >= 1.0.2
Recommends: %{name}-updater
# dnf5 requirements
Requires: dnf5daemon-server >= 5.2.12
Provides: yumex-dnf5 = %{evr}
Obsoletes: yumex-dnf5 < %{evr}
%description
Graphical package tool for maintain packages on the system.
%package -n %{name}-updater
Summary: Yum Extender update notifier app
Requires: %{name} = %{evr}
Requires: python3-gobject
Requires: gtk3
Requires: python3-dbus
Requires: flatpak-libs > 1.15.0
Requires: libappindicator-gtk3
Provides: yumex-dnf5-updater-systray = %{evr}
Obsoletes: yumex-dnf5-updater-systray < %{evr}
Provides: yumex-updater-systray = %{evr}
Obsoletes: yumex-updater-systray < %{evr}
%description -n %{name}-updater
Checks for and notifies when updates are available.
%prep
%autosetup
%check
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
%desktop_file_validate %{buildroot}%{_appsdir}/%{app_id}.desktop
%desktop_file_validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{app_id}-updater.desktop
%conf
%meson --buildtype=%{app_build}
%build
%meson_build
%install
%meson_install
install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/autostart/%{app_id}-updater.desktop
%find_lang %{name}
%files -f %{name}.lang
%doc README.md
%license LICENSE
%{_datadir}/%{name}/
%{_bindir}/%{name}
%{python3_sitelib}/%{name}/
%{_appsdir}/%{app_id}*.desktop
%{_scalableiconsdir}/dk.yumex.Yumex.svg
%{_metainfodir}/%{app_id}.metainfo.xml
%{_datadir}/glib-2.0/schemas/%{app_id}.gschema.xml
%files -n %{name}-updater
%ghost %{_userunitdir}/%{name}-updater.service
%ghost %{_userpresetdir}/*%{name}-updater.preset
%{_bindir}/yumex_updater
%{_scalableiconsdir}/yumex-update-*.svg
%{_sysconfdir}/xdg/autostart/%{app_id}-updater.desktop
%changelog
* Tue Jun 23 2026 Jacob Secunda <secundaja@gmail.com> - 5.4.0-1
- Initial package
+1 -1
View File
@@ -1,5 +1,5 @@
Name: gradle
Version: 9.6.1
Version: 9.6.0
Release: 1%{?dist}
Summary: Powerful build system for the JVM
URL: https://gradle.org/
+8 -6
View File
@@ -5,17 +5,19 @@
%global crate mise
Name: rust-mise
Version: 2026.7.0
Version: 2026.6.11
Release: 1%{?dist}
Summary: Front-end to your dev env
License: MIT
URL: https://crates.io/crates/mise
Source: %{terra_crates_source}
Source1: https://raw.githubusercontent.com/jdx/mise/main/man/man1/mise.1
Source2: https://raw.githubusercontent.com/jdx/mise/main/completions/mise.bash
Source3: https://raw.githubusercontent.com/jdx/mise/main/completions/mise.fish
Source4: https://raw.githubusercontent.com/jdx/mise/main/completions/_mise
Source1: https://raw.githubusercontent.com/jdx/mise/refs/tags/v%version/man/man1/mise.1
Source2: https://raw.githubusercontent.com/jdx/mise/refs/tags/v%version/completions/mise.bash
Source3: https://raw.githubusercontent.com/jdx/mise/refs/tags/v%version/completions/mise.fish
Source4: https://raw.githubusercontent.com/jdx/mise/refs/tags/v%version/completions/_mise
# Automatically generated patch to strip dependencies and normalize metadata
Patch: mise-fix-metadata-auto.diff
Packager: madonuko <mado@fyralabs.com>
BuildRequires: anda-srpm-macros mold cargo-rpm-macros >= 24
@@ -83,7 +85,7 @@ Zsh command line completion support for %{crate}.
%prep
%autosetup -n %{crate}-%{version}
%autosetup -n %{crate}-%{version} -p1
%cargo_prep_online
%build
+4 -1
View File
@@ -1,3 +1,6 @@
%global _distro_extra_cflags -Wno-implicit-function-declaration
%global _distro_extra_cxxflags -Wno-implicit-function-declaration
Name: muon
Version: 0.6.0
Release: 1%{?dist}
@@ -9,7 +12,7 @@ URL: https://muon.build/
Source: https://git.sr.ht/~lattis/muon/archive/%{version}.tar.gz
Patch0: fix-tracy-header-placement-quirk.patch
# mdbook removed multilingual support, this patch can be removed when this package next bumps
Patch1: remove-multilingual-field.patch
%dnl Patch1: remove-multilingual-field.patch
BuildRequires: meson
BuildRequires: gcc
+1 -1
View File
@@ -1,5 +1,5 @@
Name: driftwm
Version: 0.13.0
Version: 0.11.0
Release: 1%{?dist}
Summary: A trackpad-first infinite canvas Wayland compositor
License: GPL-3.0-or-later
@@ -1,5 +1,5 @@
%global commit 98e57dfcbedae4d88130f689d25d0dd0961731ba
%global commit_date 20260623
%global commit fd9ad168cd5e5c8bb326262fc5983912b42dc500
%global commit_date 20260618
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global extension multi-monitors-bar
-3
View File
@@ -2,7 +2,4 @@ project pkg {
rpm {
spec = "hyprlock.spec"
}
labels {
updbranch = 1
}
}
@@ -3,8 +3,8 @@
%global realname hyprutils
%global ver 0.13.1
%global commit d2b40ffe7bfcb001bbf5888bb56ff646de53e7db
%global commit_date 20260629
%global commit 40ede2e7bdec80ba5d4c443160d905e9f841ae5f
%global commit_date 20260601
%global shortcommit %{sub %commit 1 7}
Name: %realname.nightly
@@ -1,5 +1,5 @@
Name: plasma6-applet-appgrid
Version: 1.9.3
Version: 1.9.2
Release: 1%{?dist}
Summary: A modern application launcher for KDE Plasma
# Main code: GPL-2.0-or-later
@@ -1,10 +1,10 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-schemas
%global commit 1e7766c845373fd4689dae9307274c3dc4f1ac2d
%global commit f24a7d2ebbf2847bf2a82235935af787ca05bf90
%forgemeta
Name: lomiri-schemas
Version: 0.1.11
Release: 1%{?dist}
Version: 0.1.10
Release: 1%?dist
Summary: Configuration schemas for lomiri
License: LGPL-2.0-or-later
URL: https://gitlab.com/ubports/development/core/lomiri-schemas
@@ -1,5 +1,5 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
%global commit a1bee4359f0544c9cea46d1744a7ff828b193725
%global commit 611f0bdfc80f7934cf890b703a0b2ec112626a27
%forgemeta
Name: lomiri-system-settings
@@ -1,10 +1,10 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-url-dispatcher
%global commit c8b423ef0e18ca7f57a40a00a8319cffbdfb000a
%global commit 8aa052982ef67fdd130ee7b5d4731eb2162e4e47
%forgemeta
Name: lomiri-url-dispatcher
Version: 0.1.5
Release: 1%{?dist}
Version: 0.1.4
Release: 1%?dist
Summary: A small library for handling URLs over dbus
License: LGPL-3.0
+2 -2
View File
@@ -5,10 +5,10 @@
Name: qtmir
Version: 0.8.0
Release: 2%{?dist}
Release: %autorelease
Summary: Mir backed compositor using Qt
License: LGPL-3.0-or-later AND GPL-3.0-or-later
License: LGPLv3+ AND GPLv3+
URL: https://gitlab.com/ubports/development/core/qtmir
Source0: %{url}/-/archive/%commit/qtmir-%commit.tar.gz
Patch0: https://sources.debian.org/data/main/q/qtmir/0.8.0~git20230223.bd21224-3/debian/patches/1003_require-miroil-in-pkgconfig-file.patch
+1 -1
View File
@@ -1,5 +1,5 @@
Name: iio-niri
Version: 2.3.1
Version: 2.2.0
Release: 1%{?dist}
Summary: Autorotation daemon for niri
URL: https://github.com/Zhaith-Izaliel/iio-niri
+1 -1
View File
@@ -1,5 +1,5 @@
Name: nirius
Version: 0.8.0
Version: 0.7.3
Release: 1%{?dist}
Summary: Utility commands for niri
+3 -27
View File
@@ -2,9 +2,9 @@
%global ver 5.0.0
%global commit 8d2c6881d3e1e7f1e894fc2e811c36fe9ffa6989
%global commit a7af75821ed8aa9e199b0d8044362dc882c78fbc
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260702
%global commitdate 20260608
Name: noctalia-git
Version: %{ver}^%{commitdate}git.%{shortcommit}
@@ -18,12 +18,8 @@ Source0: https://github.com/noctalia-dev/noctalia/archive/%{commit}/noctalia-%{c
BuildRequires: meson
BuildRequires: gcc-c++
BuildRequires: git
BuildRequires: desktop-file-utils
BuildRequires: pipewire-devel
BuildRequires: sdbus-cpp-devel
BuildRequires: tomlplusplus-devel
BuildRequires: md4c-devel
BuildRequires: wireplumber-devel
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(freetype2)
@@ -61,16 +57,11 @@ A lightweight Wayland shell and bar built directly on Wayland + OpenGL ES, with
%prep
%autosetup -n noctalia-%{commit}
# Manually insert commit hash
sed -i "s/'unknown'/'%{shortcommit}'/g" meson.build
# Remove bundled libs that we have system copies of
rm -r third_party/tomlplusplus
rm -r third_party/md4c
%conf
%meson -Dsystem_tomlplusplus=true -Dsystem_md4c=true
%meson
%build
%meson_build
@@ -86,28 +77,13 @@ find third_party -type f \( -name "LICENSE*" -o -name "COPYING*" -o -name "NOTIC
install -p -m 0644 "$file" "$dest_dir/"
done
%check
%desktop_file_validate %{buildroot}%{_appsdir}/dev.noctalia.Noctalia.desktop
%files
%doc README.md
%license LICENSE
%{_licensedir}/%{name}/third_party/
%{_bindir}/noctalia
%{_datadir}/noctalia/
%{_appsdir}/dev.noctalia.Noctalia.desktop
%{_scalableiconsdir}/noctalia.svg
%changelog
* Wed Jul 01 2026 Cypress Reed <cypress@fyralabs.com>
- Add md4c as a system library
- Add wireplumber build requirement
* Tue Jun 30 2026 Cypress Reed <cypress@fyralabs.com>
- Add tomlplusplus as a sytem library
* Wed Jun 24 2026 Cypress Reed <cypress@fyralabs.com>
- Add desktop file and icon
* Fri Jun 05 2026 Cypress Reed <cypress@fyralabs.com>
- Port to terra from Fedora COPR lionheartp/Hyprland
+2 -2
View File
@@ -1,6 +1,6 @@
rpm.global("commit", gh_commit("noctalia-dev/noctalia"));
rpm.global("commit", get("https://api.github.com/repos/noctalia-dev/noctalia/commits/main").json().sha);
if rpm.changed() {
// rpm.global("ver", gh("noctalia-dev/noctalia"));
rpm.global("commitdate", date());
rpm.global("commit_date", date());
rpm.release();
}
@@ -1,18 +1,19 @@
%global ver 1.0.0
%global commit fca79eb56d45370949d20beb6f740e7e5daaee5b
%global commit db60c06b5f6ff5da4d5f1126eff312b2a41ef614
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260621
%global commitdate 20260609
Name: noctalia-greeter
Version: %{ver}^%{commitdate}git.%{shortcommit}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: A minimal login greeter for greetd that matches the look and feel of Noctalia Shell.
License: MIT
URL: https://github.com/noctalia-dev/%{name}
Source0: %{url}/archive/%{commit}/%{name}-%{commit}.tar.gz
License: shortcommit
URL: https://github.com/noctalia-dev/noctalia-greeter
Source0: https://github.com/noctalia-dev/noctalia-greeter/archive/%{commit}/noctalia-greeter-%{commit}.tar.gz
BuildRequires: cage
BuildRequires: dbus
BuildRequires: gcc-c++
BuildRequires: greetd
@@ -31,11 +32,11 @@ BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: polkit
BuildRequires: wlroots-devel >= 0.20
BuildRequires: wlr-randr
Requires: cage
Requires: dbus
Requires: greetd
Requires: wlroots >= 0.20
Packager: Cypress Reed <cypress@fyralabs.com>
@@ -47,37 +48,25 @@ It lets you pick a user, enter your password, choose a Wayland session, and pick
%autosetup -n noctalia-greeter-%{commit}
%conf
%meson -Db_pie=true
export LDFLAGS="%{__global_ldflags} -Wl,-z,notext"
%meson
%build
%meson_build
%install
%meson_install
install -d %{buildroot}%{_licensedir}/%{name}/third_party
find third_party -type f \( -name "LICENSE*" -o -name "COPYING*" -o -name "NOTICE*" \) | while read -r file; do
# Create the destination subdirectory
dest_dir="%{buildroot}%{_licensedir}/%{name}/$(dirname "$file")"
install -d "$dest_dir"
# Copy the file to its specific subfolder
install -p -m 0644 "$file" "$dest_dir/"
done
%files
%doc README.md
%license LICENSE
%{_licensedir}/%{name}/third_party/
%{_bindir}/%{name}
%{_bindir}/%{name}-apply-appearance
%{_bindir}/%{name}-compositor
%{_bindir}/%{name}-print-greetd-config
%{_bindir}/%{name}-session
%{_datadir}/%{name}/*
%{_datadir}/polkit-1/actions/org.noctalia.greeter.apply-appearance.policy
%changelog
* Fri Jun 19 2026 Cypress Reed <cypress@fyralabs.com>
- Update dependencies and files for built-in compositor
* Tue Jun 09 2026 Cypress Reed <cypress@fyralabs.com>
- Port to terra from Fedora COPR lionheartp/Hyprland
+1 -1
View File
@@ -1,4 +1,4 @@
rpm.global("commit", gh_commit("noctalia-dev/noctalia-greeter"));
rpm.global("commit", get("https://api.github.com/repos/noctalia-dev/noctalia-greeter/commits/main").json().sha);
if rpm.changed() {
rpm.global("ver", gh("noctalia-dev/noctalia-greeter"));
rpm.global("commit_date", date());
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "noctalia-legacy.spec"
}
}
@@ -1,6 +0,0 @@
let v = gh("noctalia-dev/noctalia");
v.crop(1);
if v < "5" {
rpm.version(v);
}
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "noctalia-shell.spec"
}
}
@@ -1,13 +1,13 @@
%global debug_package %{nil}
Name: noctalia-legacy
Name: noctalia-shell
Version: 4.7.7
Release: 2%{?dist}
Release: 1%{?dist}
Summary: A Quickshell-based custom shell setup
License: MIT
URL: https://github.com/noctalia-dev/noctalia
Source0: https://github.com/noctalia-dev/noctalia/releases/download/v%{version}/noctalia-v%{version}.tar.gz
URL: https://github.com/noctalia-dev/noctalia-shell
Source0: https://github.com/noctalia-dev/noctalia-shell/releases/download/v%{version}/noctalia-v%{version}.tar.gz
Requires: brightnessctl
Requires: dejavu-sans-fonts
@@ -23,8 +23,6 @@ Recommends: power-profiles-daemon
Recommends: wlsunset
Recommends: gpu-screen-recorder
Obsoletes: noctalia-shell <= 4.7.7-1
Packager: Cypress Reed <cypress@fyralabs.com>
%description
@@ -44,10 +42,6 @@ cp -r ./* %{buildroot}/etc/xdg/quickshell/noctalia-shell/
%license LICENSE
%{_sysconfdir}/xdg/quickshell/noctalia-shell/
%post
echo "noctalia-shell has been renamed to noctalia"
echo "noctalia v5 is coming soon! keep an eye out as this legacy package will become obsolete"
%changelog
* Thu Jun 04 2026 Cypress Reed <cypress@fyralabs.com>
- Update email and name (was Willow Reed or Willow C Reed) (I'm official now!)
+6
View File
@@ -0,0 +1,6 @@
let v = gh("noctalia-dev/noctalia-shell");
v.crop(1);
if v < "5" {
rpm.version(v);
}
@@ -1,5 +1,5 @@
%global commit dc2bf7814b37878ded501c1a52602d5e5015bb5a
%global commit_date 20260630
%global commit a7e59124efa6eb174e7bc9b4dfa9e1ea5362669e
%global commit_date 20260621
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: libsingularity
@@ -21,10 +21,6 @@ BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libpeas-2)
BuildRequires: pkgconfig(libsoup-3.0)
BuildRequires: pkgconfig(gtksourceview-5)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(upower-glib)
BuildRequires: pkgconfig(libnm)
Packager: Owen Zimmerman <owen@fyralabs.com>
@@ -53,13 +49,9 @@ A GTK4 application and widget framework for the Singularity Desktop Environment.
%{_libdir}/girepository-1.0/Singularity-1.0.typelib
%{_libdir}/libsingularity.so.0
%{_libdir}/libsingularity.so.0.1.0
%{_libdir}/libsingularity-system.so.0
%{_libdir}/libsingularity-system.so.0.1.0
%{_datadir}/vala/vapi/singularity-1.0.vapi
%{_datadir}/vala/vapi/libsingularity-1.0.vapi
%{_datadir}/vala/vapi/singularity-1.0.deps
%{_datadir}/vala/vapi/singularity-system-1.0.deps
%{_datadir}/vala/vapi/singularity-system-1.0.vapi
%{_datadir}/themes/Singularity/
%changelog
+1 -1
View File
@@ -1,5 +1,5 @@
Name: somewm
Version: 1.4.2
Version: 1.4.1
Release: 1%{?dist}
Summary: Wayland compositor that brings AwesomeWM's Lua API to Wayland
License: GPL-3.0-or-later
+1 -1
View File
@@ -1,5 +1,5 @@
Name: SwayOSD
Version: 0.3.2
Version: 0.3.1
Release: 1%{?dist}
Summary: A GTK based on screen display for keyboard shortcuts like caps-lock and volume
License: GPL-3.0-only
@@ -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.3.3
Version: 2026.1.3.1
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 quail3-canary3
%define suffixS quail3-canary1
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
+3 -8
View File
@@ -5,11 +5,8 @@
%global appstream_component runtime
%global crate deno
%global debug_level 1
%undefine _debugsource_packages
Name: rust-deno
Version: 2.9.1
Version: 2.8.3
Release: 1%{?dist}
Summary: Deno executable
@@ -20,12 +17,12 @@ Source1: https://raw.githubusercontent.com/denoland/deno/refs/tags/v%vers
Source2: gcc-wrapper.sh
Source3: land.deno.deno.metainfo.xml
# Automatically generated patch to strip dependencies and normalize metadata
%dnl Patch: deno-fix-metadata-auto.diff
Patch: deno-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: anda-srpm-macros
BuildRequires: protobuf-compiler
BuildRequires: llvm19-devel
BuildRequires: llvm17-devel
BuildRequires: python3
BuildRequires: cmake
BuildRequires: gcc
@@ -83,5 +80,3 @@ pushd %{buildroot}%{_bindir}
./deno x --install-alias
popd
%terra_appstream -o %{SOURCE3}
rm -rf target # save space
+1 -1
View File
@@ -1,5 +1,5 @@
Name: flutter
Version: 3.44.4
Version: 3.44.2
Release: 1%{?dist}
Summary: SDK for crafting beautiful, fast user experiences from a single codebase
License: BSD-3-Clause
@@ -1,23 +0,0 @@
From 62997595c884f3ff35903a6c1ae864b5a7735301 Mon Sep 17 00:00:00 2001
From: Jan200101 <sentrycraft123@gmail.com>
Date: Sun, 28 Jun 2026 17:40:10 +0200
Subject: [PATCH] Enabling support for Python 3.15
Signed-off-by: Jan200101 <sentrycraft123@gmail.com>
---
Ghidra/application.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Ghidra/application.properties b/Ghidra/application.properties
index 5b99998751..0f8a9f1096 100644
--- a/Ghidra/application.properties
+++ b/Ghidra/application.properties
@@ -7,4 +7,4 @@ application.gradle.max=
application.java.min=21
application.java.max=
application.java.compiler=21
-application.python.supported=3.14, 3.13, 3.12, 3.11, 3.10, 3.9
+application.python.supported=3.15, 3.14, 3.13, 3.12, 3.11, 3.10, 3.9
--
2.54.0
-6
View File
@@ -1,6 +0,0 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "ghidra.spec"
}
}
-10
View File
@@ -1,10 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Icon=ghidra
Exec=ghidra
Name=Ghidra
Comment=A software reverse engineering (SRE) suite of tools
Terminal=false
StartupNotify=false
Categories=Development;
-149
View File
@@ -1,149 +0,0 @@
%global debug_package %{nil}
%global yajsw_ver 13.18
%global pydev_ver 9.3.0
%global cdt_ver 8.6.0
%global cdt_short_ver %{expand:%(v=%{cdt_ver}; echo ${v%.*})}
%global sarif_ver 2.1
%global z3_ver 4.13.0
%global z3_glibc 2.31
%global ghidra_dir ghidra-Ghidra_%{version}_build
%global dep_dir %{ghidra_dir}/dependencies
%global flat_repo_dir %{dep_dir}/flatRepo
%global fid_dir %{dep_dir}/fidb
%global jre_ver 25
Name: ghidra
Version: 12.1.2
%global short_version %{version}
Release: 1%{?dist}
Summary: a software reverse engineering (SRE) framework
Packager: Jan200101 <sentrycraft123@gmail.com>
License: Apache 2.0
URL: https://ghidra-sre.org/
Source0: https://github.com/NationalSecurityAgency/ghidra/archive/Ghidra_%{version}_build.tar.gz
Source1: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/android4me/AXMLPrinter2.jar
Source2: https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-stable-%{yajsw_ver}/yajsw-stable-%{yajsw_ver}.zip
Source3: https://sourceforge.net/projects/pydev/files/pydev/PyDev%20%{pydev_ver}/PyDev%20%{pydev_ver}.zip#/PyDev-%{pydev_ver}.zip
Source4: https://archive.eclipse.org/tools/cdt/releases/%{cdt_short_ver}/cdt-%{cdt_ver}.zip
Source5: https://github.com/NationalSecurityAgency/ghidra-data/raw/Ghidra_%{version}/lib/java-sarif-%{sarif_ver}-modified.jar
Source6: https://github.com/NationalSecurityAgency/ghidra-data/raw/Ghidra_%{version}/Debugger/dbgmodel.tlb#/dbgmodel_%{version}.tlb
Source7: https://github.com/Z3Prover/z3/releases/download/z3-%{z3_ver}/z3-%{z3_ver}-x64-glibc-%{z3_glibc}.zip
Source8: ghidra.desktop
Patch0: 0001-Enabling-support-for-Python-3.15.patch
Requires: (java-%{jre_ver}-openjdk or temurin-%{jre_ver}-jdk)
BuildRequires: java-%{jre_ver}-openjdk-devel
BuildRequires: java-%{jre_ver}-openjdk-headless
BuildRequires: gradle
BuildRequires: gcc gcc-c++
BuildRequires: bison flex
BuildRequires: desktop-file-utils
BuildRequires: python3-pip
BuildRequires: python3-devel
BuildRequires: python-wheel0.37-wheel
BuildRequires: python-setuptools-wheel
BuildRequires: ImageMagick
ExclusiveArch: x86_64
%description
Ghidra is a software reverse engineering (SRE) framework developed
by NSA's Research Directorate for NSA's cybersecurity mission. It
helps analyze malicious code and malware like viruses, and can give
cybersecurity professionals a better understanding of potential
vulnerabilities in their networks and systems.
%package server
Summary: Ghidra Server
Requires: %{name}%{?_isa} = %{version}
%description server
Ghidra Server
%package docs
Summary: Ghidra Documentation
Requires: %{name}%{?_isa} = %{version}
%description docs
Ghidra Documentation
%prep
%setup -q -c %{name}-%{version} -a 3 -a 7
pushd %{ghidra_dir}
%patch -P0 -p1
popd
mkdir -p %{dep_dir}/{GhidraDev,GhidraServer,Debugger-agent-dbgeng} %{flat_repo_dir} %{fid_dir}
mkdir -p %{dep_dir}/SymbolicSummaryZ3/os/linux_x86_64
cp "%{SOURCE1}" "%{flat_repo_dir}"
cp "%{SOURCE2}" "%{dep_dir}/GhidraServer"
cp "%{SOURCE3}" "%{dep_dir}/GhidraDev"
cp "%{SOURCE4}" "%{dep_dir}/GhidraDev"
cp "%{SOURCE5}" "%{flat_repo_dir}"
cp "%{SOURCE6}" "%{dep_dir}/Debugger-agent-dbgeng/dbgmodel.tlb"
cp z3-%{z3_ver}-x64-glibc-%{z3_glibc}/bin/*.jar "%{flat_repo_dir}"
cp z3-%{z3_ver}-x64-glibc-%{z3_glibc}/bin/libz3*.so "%{dep_dir}/SymbolicSummaryZ3/os/linux_x86_64"
mkdir -p "%{dep_dir}/Debugger-rmi-trace"
cp %{python_wheel_dir}/setuptools-*-py3-none-any.whl "%{dep_dir}/Debugger-rmi-trace"
cp %{python_wheel_dir}/wheel-*-none-any.whl "%{dep_dir}/Debugger-rmi-trace"
%build
cd %{ghidra_dir}
gradle --no-daemon --parallel \
buildGhidra \
-x buildPyPackage
%install
mkdir -p %{buildroot}/%{_libdir}/%{name}/ %{buildroot}/%{_bindir}/
unzip %{ghidra_dir}/build/dist/ghidra_%{short_version}_DEV_%{lua: print(os.date("%Y%m%d"))}_linux*.zip
cp -r ghidra_%{short_version}_DEV/* %{buildroot}/%{_libdir}/%{name}
ln -s %{_libdir}/%{name}/ghidraRun %{buildroot}/%{_bindir}/%{name}
ln -s %{_libdir}/%{name}/server/ghidraSvr %{buildroot}/%{_bindir}/%{name}-server
ln -s %{_libdir}/%{name}/server/svrAdmin %{buildroot}/%{_bindir}/%{name}-server-admin
ln -s %{_libdir}/%{name}/server/svrInstall %{buildroot}/%{_bindir}/%{name}-server-install
ln -s %{_libdir}/%{name}/server/svrUninstall %{buildroot}/%{_bindir}/%{name}-server-uninstall
for size in 16 24 32 48 64 128 256; do
mkdir -p "%{buildroot}/%{_hicolordir}/${size}x${size}/apps"
convert \
"%{ghidra_dir}/Ghidra/RuntimeScripts/Windows/support/ghidra.ico" \
-thumbnail 256x256 \
-alpha on \
-background none \
-flatten \
"%{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps/ghidra.png"
done
%desktop_file_install %{SOURCE8}
%files
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_appsdir}/ghidra.desktop
%{_hicolordir}/*/apps/ghidra.png
%license %{ghidra_dir}/LICENSE
%files server
%{_bindir}/%{name}-server
%{_bindir}/%{name}-server-admin
%{_bindir}/%{name}-server-install
%{_bindir}/%{name}-server-uninstall
%{_libdir}/%{name}/server/
%files docs
%{_libdir}/%{name}/docs/
%changelog
* Sun Jun 28 2026 Jan200101 <sentrycraft123@gmail.com>
- Initial package
-25
View File
@@ -1,25 +0,0 @@
let tag = gh_tag("NationalSecurityAgency/ghidra");
let v = find(`Ghidra_([\d.]+)_build`, tag, 1);
rpm.version(v);
if rpm.changed() {
let rawfile = gh_rawfile("NationalSecurityAgency/ghidra", tag, "gradle/support/fetchDependencies.gradle");
let yajsw_ver = find(`yajsw-stable-([\d.]+)\.zip`, rawfile, 1);
rpm.global("yajsw_ver", yajsw_ver);
let pydev_ver = find(`PyDev ([\d.]+)\.zip`, rawfile, 1);
rpm.global("pydev_ver", pydev_ver);
let cdt_ver = find(`cdt-([\d.]+)\.zip`, rawfile, 1);
rpm.global("cdt_ver", cdt_ver);
let sarif_ver = find(`java-sarif-([\d.]+)-modified\.jar`, rawfile, 1);
rpm.global("sarif_ver", sarif_ver);
let z3_ver = find(`Z3_VER = "([\d.]+)"`, rawfile, 1);
rpm.global("z3_ver", z3_ver);
let z3_glibc = find(`Z3_X64_GLIBC_VER = "([\d.]+)"`, rawfile, 1);
rpm.global("z3_glibc", z3_glibc);
}
@@ -1,6 +1,6 @@
%global commit c22df09da10b27dd248b21b7be8b26dcbddeb8ef
%global commit f9c52d0cd9d0da0cd970a5863b94c655c285d83e
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global fulldate 2026-07-02
%global fulldate 2026-06-18
%global commit_date %(echo %{fulldate} | sed 's/-//g')
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
%global ver 1.3.2
+1 -3
View File
@@ -20,7 +20,7 @@ BuildRequires: ncurses
BuildRequires: ncurses-devel
BuildRequires: pandoc-cli
BuildRequires: systemd-rpm-macros
BuildRequires: zig0.15
BuildRequires: zig >= 0.14.0
BuildRequires: zig-rpm-macros
BuildRequires: pkgconfig(blueprint-compiler)
BuildRequires: pkgconfig(bzip2)
@@ -170,8 +170,6 @@ This package contains the libraries and header files that are needed for develop
%autosetup
ZIG_GLOBAL_CACHE_DIR="%{_zig_cache_dir}" ./nix/build-support/fetch-zig-cache.sh
# Workaround for 0.16 macros working around zig problem
mv "%{_zig_cache_dir}/p" "zig-pkg"
%build
+2 -2
View File
@@ -1,6 +1,6 @@
Name: kvrocks
Version: 2.16.0
Release: 1%{?dist}
Version: 2.15.0
Release: 1%?dist
Summary: Distributed key value NoSQL database that uses RocksDB
License: Apache-2.0
URL: https://kvrocks.apache.org/
+2 -2
View File
@@ -12,8 +12,8 @@
# Naming variable as something other than "commit" is necessary
# to stop %%gometa from putting commit hash in release
%global commit_hash e4a92a19d9c71c70f311886dcb6123ebf7b561ac
%global commit_date 20260626
%global commit_hash 363cd2bb4020c7b422260e40a11b1effcfbe462d
%global commit_date 20260612
%global shortcommit %{sub %{commit_hash} 1 7}
%global ver 2.0.15
+1
View File
@@ -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/
+3 -3
View File
@@ -1,7 +1,7 @@
%global commit 10b07951838e422722e34641f4a9c0bfec9037ff
%global commit 50e6411571398f007863dfa8fc3a5e2737d7290a
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260702
%global ver 1.11.0
%global commit_date 20260621
%global ver 1.9.0
%bcond_with check
%bcond_with debug_no_build
+4 -1
View File
@@ -7,7 +7,7 @@
%global debug_package %{nil}
%endif
%global ver 1.10.0-pre
%global ver 1.8.0-pre
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
@@ -46,6 +46,9 @@ BuildRequires: fontconfig-devel
BuildRequires: wayland-devel
BuildRequires: libxkbcommon-x11-devel
BuildRequires: openssl-devel
%if 0%{?fedora}
BuildRequires: openssl-devel-engine
%endif
BuildRequires: libzstd-devel
BuildRequires: perl-FindBin
BuildRequires: perl-IPC-Cmd
+6 -2
View File
@@ -17,10 +17,10 @@
%global rustflags_debuginfo 0
Name: zed
Version: 1.9.0
Version: 1.7.2
Release: 1%{?dist}
Summary: Zed is a high-performance, multiplayer code editor
SourceLicense: Apache-2.0 AND GPL-3.0-or-later
SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later
License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND ISC) AND AGPL.3.0-only AND AGPL-3.0-or-later AND (Apache-2.0 OR BSL-1.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-2-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CC0-1.0 AND GPL-3.0-or-later AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (ISC AND (Apache-2.0 OR ISC)) AND ISC AND (MIT AND (MIT OR Apache-2.0)) AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib
URL: https://zed.dev/
Source0: https://github.com/zed-industries/zed/archive/refs/tags/v%{version}.tar.gz
@@ -46,6 +46,9 @@ BuildRequires: fontconfig-devel
BuildRequires: wayland-devel
BuildRequires: libxkbcommon-x11-devel
BuildRequires: openssl-devel
%if 0%{?fedora}
BuildRequires: openssl-devel-engine
%endif
BuildRequires: libzstd-devel
BuildRequires: perl-FindBin
BuildRequires: perl-IPC-Cmd
@@ -163,6 +166,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%appid.desktop
%files
%doc CODE_OF_CONDUCT.md
%doc README.md
%license LICENSE-AGPL
%license LICENSE-APACHE
%license LICENSE-GPL
%if %{without debug_no_build}
@@ -1 +0,0 @@
rpm.global("ver", gh("adobe-fonts/source-han-serif"));

Some files were not shown because too many files have changed in this diff Show More