update emails (#10596)

* update emails to terra-specific and fix brackets

* bump(gpu-screen-recorder): release 1 → 2

* bump(noctalia-qs): release 1 → 2

* bump(noctalia-shell): release 1 → 2

* bump breakpad release

---------

Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
This commit is contained in:
Willow Reed
2026-03-15 12:40:45 -06:00
committed by GitHub
parent 0751e6b573
commit f9945320fd
4 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -2,13 +2,13 @@
Name: noctalia-qs
Version: 0.0.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Flexible QtQuick based desktop shell toolkit
License: LGPL-3.0-only AND GPL-3.0-only
URL: https://github.com/noctalia-dev/noctalia-qs
Source0: https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v%{version}.tar.gz
Packager: Willow C Reed (willow@willowidk.dev)
Packager: Willow C Reed <terra@willowidk.dev>
BuildRequires: cmake
BuildRequires: cmake(Qt6Core)
@@ -70,9 +70,9 @@ Flexible QtQuick based desktop shell toolkit.
%{_libdir}/qt6/qml/Quickshell
%changelog
* Thu Mar 05 2026 Willow C Reed <willow@willowidk.dev>
* Thu Mar 05 2026 Willow C Reed <terra@willowidk.dev>
- Fix reision to actually be defined as a specific git commit since it never gets initialized rn
- Also fix that noctalia-qs is replacing quickshell overall and not just for noctlaia users
* Fri Feb 27 2026 Willow C Reed <willow@willowidk.dev>
* Fri Feb 27 2026 Willow C Reed <terra@willowidk.dev>
- Initial commit based on quickshell spec
@@ -2,7 +2,7 @@
Name: noctalia-shell
Version: 4.6.7
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A Quickshell-based custom shell setup
License: MIT
@@ -23,7 +23,7 @@ Recommends: power-profiles-daemon
Recommends: wlsunset
Recommends: gpu-screen-recorder
Packager: Willow Reed <willow@willowidk.dev>
Packager: Willow Reed <terra@willowidk.dev>
%description
A beautiful, minimal desktop shell for Wayland that actually gets out of your way. Built on Quickshell with a warm lavender aesthetic that you can easily customize to match your vibe.
@@ -43,11 +43,11 @@ cp -r ./* %{buildroot}/etc/xdg/quickshell/noctalia-shell/
%{_sysconfdir}/xdg/quickshell/noctalia-shell/
%changelog
* Mon Mar 09 2026 Willow C Reed <willow@willowidk.dev>
* Mon Mar 09 2026 Willow C Reed <terra@willowidk.dev>
- switch gpu-screen-recorder to be recommended as it's a plugin and not required anymore. also switched source to be based on version.
* Fri Feb 27 2026 Willow C Reed <willow@willowidk.dev>
* Fri Feb 27 2026 Willow C Reed <terra@willowidk.dev>
- Change required quickshell to Noctalia's version
* Fri Jan 02 2026 Willow Reed <willow@willowidk.dev>
* Fri Jan 02 2026 Willow Reed <terra@willowidk.dev>
- Initial commit
+3 -3
View File
@@ -1,6 +1,6 @@
Name: breakpad
Version: 2024.02.16
Release: 2%?dist
Release: 3%?dist
Summary: Google Breakpad crash-reporting system
License: BSD-3-Clause
Group: System
@@ -14,7 +14,7 @@ BuildRequires: pkgconfig(gtest)
BuildRequires: pkgconfig(zlib)
BuildRequires: anda-srpm-macros
Packager: Willow Reed (willow@willowidk.dev)
Packager: Willow Reed <terra@willowidk.dev>
%description
A set of client and server components which implement a crash-reporting system.
@@ -59,5 +59,5 @@ rm -rf %{buildroot}%{_docdir}/breakpad-0.1
%{_libexecdir}/core_handler
%changelog
* Fri Jan 02 2026 Willow Reed <willow@willowidk.dev>
* Fri Jan 02 2026 Willow Reed <terra@willowidk.dev>
- Initial commit
@@ -2,7 +2,7 @@
Name: gpu-screen-recorder
Version: 5.12.5
Release: 1%?dist
Release: 2%?dist
Summary: A shadowplay-like screen recorder for Linux
License: GPL-3.0-or-later
@@ -34,7 +34,7 @@ BuildRequires: pkgconfig(libglvnd)
Requires(post): libcap
BuildRequires: systemd-rpm-macros
Packager: Willow Reed <willow@willowidk.dev>
Packager: Willow Reed <terra@willowidk.dev>
%description
Shadowplay-like screen recorder for Linux. Uses GPU acceleration to record in H.264, HEVC, AV1, VP8, or VP9.
@@ -73,5 +73,5 @@ Shadowplay-like screen recorder for Linux. Uses GPU acceleration to record in H.
%{_mandir}/man1/gpu-screen-recorder.1*
%changelog
* Fri Jan 02 2026 Willow Reed <willow@willowidk.dev>
* Fri Jan 02 2026 Willow Reed <terra@willowidk.dev>
- Initial commit