Skip to content

Commit

Permalink
feat: require hydrogen icon theme (#1584) (#1586)
Browse files Browse the repository at this point in the history
* feat: require hydrogen icon theme

* fix: versioning

* dont bump release beacuse it didnt build

* fix: sanitize libhelium version macro

(cherry picked from commit 4a8ce40)

Co-authored-by: Cappy Ishihara <[email protected]>
  • Loading branch information
raboneko and korewaChino authored Jul 20, 2024
1 parent 7ee56d4 commit ca44747
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions anda/lib/libhelium/libhelium.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
%global ver 1.8.12-10
%global sanitized_ver %(echo %{ver} | sed -E 's/-/~/g')
Summary: The Application Framework for tauOS apps
Name: libhelium
Version: 1.8.12.10
Version: %{sanitized_ver}
Release: 1%?dist
License: GPL-3.0
URL: https://github.com/tau-OS/libhelium
Source0: https://github.com/tau-OS/libhelium/archive/refs/tags/%{version}.tar.gz
Source0: https://github.com/tau-OS/libhelium/archive/refs/tags/%{ver}.tar.gz

BuildRequires: sass
BuildRequires: meson
Expand All @@ -21,6 +23,7 @@ Requires: gtk4 >= 4.4
Requires: glib2 >= 2.66.0
Requires: libgee >= 0.20
Requires: tau-helium >= 1.1.25
Requires: tau-hydrogen

%description
The Application Framework for tauOS apps
Expand All @@ -34,7 +37,7 @@ This package contains the libraries and header files that are needed
for writing applications with libhelium.

%prep
%autosetup -n libhelium-%{version}
%autosetup -n libhelium-%{ver}

%build
%meson \
Expand Down
2 changes: 1 addition & 1 deletion anda/lib/libhelium/update.rhai
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rpm.version(gh("tau-OS/libhelium"));
rpm.global("ver",gh("tau-OS/libhelium"));

0 comments on commit ca44747

Please sign in to comment.