Skip to content

Commit

Permalink
switch helium and hydrogen to proper naming (#2058)
Browse files Browse the repository at this point in the history
(cherry picked from commit 15c4ad3)
  • Loading branch information
nothingneko authored and raboneko committed Sep 12, 2024
1 parent f1b7039 commit 07baccb
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
6 changes: 3 additions & 3 deletions anda/lib/libhelium/libhelium.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "tau-helium.spec"
spec = "helium-gtk-theme.spec"
}
}
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "tau-hydrogen.spec"
spec = "hydrogen-icon-theme.spec"
}
}
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions comps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 07baccb

Please sign in to comment.