mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
feat: add suru-icon-theme (#313)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "suru-icon-theme.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
%global forgeurl https://gitlab.com/ubports/development/core/suru-icon-theme
|
||||
%global commit 2b832bd20443a45ea75d6da04236f687a5d0564a
|
||||
%forgemeta
|
||||
|
||||
Name: suru-icon-theme
|
||||
Version: 20.05.1
|
||||
Release: %autorelease
|
||||
Summary: Suru icon theme for Lomiri desktop
|
||||
License: CC-BY-SA-3.0
|
||||
URL: https://gitlab.com/ubports/development/core/suru-icon-theme
|
||||
Source0: %{url}/-/archive/%commit/suru-icon-theme-%commit.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
%description
|
||||
Suru is a icon theme for Lomiri desktop.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%commit
|
||||
|
||||
%build
|
||||
true
|
||||
|
||||
%install
|
||||
mkdir -m 0755 -p %{buildroot}%{_datadir}/icons/suru
|
||||
cp -r suru/* %{buildroot}%{_datadir}/icons/suru
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_datadir}/icons/suru/
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Reference in New Issue
Block a user