switch helium and hydrogen to proper naming (#2058)

This commit is contained in:
Jaiden Riordan
2024-09-12 01:28:38 -05:00
committed by GitHub
parent 289feac0db
commit 15c4ad3494
8 changed files with 15 additions and 11 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
Summary: The Application Framework for tauOS apps
Name: libhelium
Version: %{sanitized_ver}
Release: 1%?dist
Release: 2%?dist
License: GPL-3.0
URL: https://github.com/tau-OS/libhelium
Source0: https://github.com/tau-OS/libhelium/archive/refs/tags/%{ver}.tar.gz
@@ -22,8 +22,8 @@ BuildRequires: pkgconfig(gtk4) >= 4.4
Requires: gtk4 >= 4.4
Requires: glib2 >= 2.66.0
Requires: libgee >= 0.20
Requires: tau-helium >= 1.1.25
Requires: tau-hydrogen
Requires: helium-gtk-theme
Requires: hydrogen-icon-theme
%description
The Application Framework for tauOS apps
@@ -1,6 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "tau-helium.spec"
spec = "helium-gtk-theme.spec"
}
}
@@ -1,9 +1,9 @@
%global ver 1.8.23
Summary: tauOS GTK/GNOME Shell Themes
Name: tau-helium
Name: helium-gtk-theme
Version: %(echo %ver | sed 's/-/./g')
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL-3.0
URL: https://github.com/tau-OS/tau-helium
Source0: https://github.com/tau-OS/tau-helium/archive/refs/tags/%{ver}.tar.gz
@@ -12,6 +12,8 @@ BuildRequires: sass
BuildRequires: meson
BuildRequires: ninja-build
BuildRequires: fdupes
Provides: tau-helium = %{version}-%{release}
Obsoletes: tau-helium < 1.8.23-2
%description
A set of GTK/GNOME Shell Themes for tauOS
@@ -1,6 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "tau-hydrogen.spec"
spec = "hydrogen-icon-theme.spec"
}
}
@@ -1,7 +1,7 @@
Summary: tauOS Icon Theme
Name: tau-hydrogen
Name: hydrogen-icon-theme
Version: 1.0.16
Release: 1%?dist
Release: 2%?dist
License: GPL-3.0
URL: https://github.com/tau-OS/tau-hydrogen
Source0: https://github.com/tau-OS/tau-hydrogen/archive/refs/tags/%{version}.tar.gz
@@ -11,6 +11,8 @@ BuildRequires: ninja-build
BuildRequires: librsvg2-tools
BuildRequires: xcursorgen
BuildRequires: fdupes
Provides: tau-hydrogen = %{version}-%{release}
Obsoletes: tau-hydrogen < 1.0.16-2
%description
Hydrogen is the default icon theme in tauOS
+2 -2
View File
@@ -81,8 +81,8 @@
<uservisible>true</uservisible>
<packagelist>
<packagereq type="default">libhelium</packagereq>
<packagereq type="default">tau-helium</packagereq>
<packagereq type="default">tau-hydrogen</packagereq>
<packagereq type="default">helium-gtk-theme</packagereq>
<packagereq type="default">hydrogen-icon-theme</packagereq>
</packagelist>
</group>
</comps>