mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 20:32:19 +00:00
* feat: require hydrogen icon theme
* fix: versioning
* dont bump release beacuse it didnt build
* fix: sanitize libhelium version macro
(cherry picked from commit 4a8ce403d0)
Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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 \
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("tau-OS/libhelium"));
|
||||
rpm.global("ver",gh("tau-OS/libhelium"));
|
||||
|
||||
Reference in New Issue
Block a user