fix (orchis-theme): update scripts (#7653)

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen Zimmerman
2025-11-24 22:54:22 -06:00
committed by GitHub
parent 0af2cbb12b
commit 7787f8d6b8
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -1,11 +1,12 @@
%define theme_name orchis
%define original_theme_name Orchis
%define ver 2025-04-25
%global ver 2025-04-25
%global sanitized_ver %(echo %{ver} | sed 's/-//g')
Name: gtk-theme-%theme_name
Version: 2025.04.25
Release: 1%?dist
Version: %{sanitized_ver}
Release: 2%?dist
Summary: Orchis is a Material Design theme for GNOME/GTK based desktop environments
License: GPL-3.0-only
Url: https://github.com/vinceliuice/Orchis-theme/
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("vinceliuice/Orchis-theme"));
rpm.global("ver", gh("vinceliuice/Orchis-theme"));