mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 19:02:19 +00:00
Merge branch 'main' of github.com:terrapkg/packages
This commit is contained in:
@@ -35,8 +35,7 @@ jobs:
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
git config user.name "Package Update Checker"
|
||||
git config user.email "<>"
|
||||
git status | grep modified | sed -r "s@.+/([^/]+)/[^/]+\n?@\1 @g" | tr -d '\n' > $m
|
||||
git commit -a -m "Automatic Update: $m"
|
||||
git commit -a -m "Automatic Update: $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')"
|
||||
git push -u origin main
|
||||
echo "updated=1" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Summary: The Application Framework for tauOS apps
|
||||
Name: libhelium
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
URL: https://tauos.co
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
Summary: tauOS GTK/GNOME Shell Themes
|
||||
Name: tau-helium
|
||||
Version: 1.1.0
|
||||
Release: 87
|
||||
Version: 1.1.2
|
||||
Release: 1
|
||||
License: GPLv3
|
||||
URL: https://tauos.co
|
||||
Source0: https://github.com/tau-OS/tau-helium/archive/refs/heads/main.zip
|
||||
Source0: https://github.com/tau-OS/tau-helium/archive/refs/tags/%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: sass
|
||||
BuildRequires: meson
|
||||
@@ -14,7 +14,7 @@ BuildRequires: ninja-build
|
||||
A set of GTK/GNOME Shell Themes for tauOS
|
||||
|
||||
%prep
|
||||
%autosetup -n tau-helium-main
|
||||
%autosetup -n tau-helium-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
|
||||
Reference in New Issue
Block a user