Skip to content

Commit

Permalink
switch helium and hydrogen to proper naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed Sep 10, 2024
1 parent 37d719a commit affa5db
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 16 deletions.
6 changes: 6 additions & 0 deletions anda/themes/helium-gtk-theme/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64", "aarch64"]
rpm {
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-1

%description
A set of GTK/GNOME Shell Themes for tauOS
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions anda/themes/hydrogen-icon-theme/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64", "aarch64"]
rpm {
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.
6 changes: 0 additions & 6 deletions anda/themes/tau-helium/anda.hcl

This file was deleted.

6 changes: 0 additions & 6 deletions anda/themes/tau-hydrogen/anda.hcl

This file was deleted.

0 comments on commit affa5db

Please sign in to comment.