2016-06-29 15:09:29 +02:00
|
|
|
#
|
2023-01-05 15:01:27 +01:00
|
|
|
# spec file for package moka-icon-theme
|
2016-06-29 15:09:29 +02:00
|
|
|
#
|
2023-01-05 15:01:27 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2016-06-29 15:09:29 +02:00
|
|
|
# Copyright (c) 2016 Sam Hewitt
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
2023-01-05 15:01:27 +01:00
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-06-29 15:09:29 +02:00
|
|
|
#
|
|
|
|
|
2023-01-05 15:01:27 +01:00
|
|
|
|
2016-06-29 15:09:29 +02:00
|
|
|
Name: moka-icon-theme
|
2023-01-05 15:01:27 +01:00
|
|
|
Version: 5.4.0
|
2016-06-29 15:09:29 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Moka Icon theme
|
2023-01-05 15:01:27 +01:00
|
|
|
License: CC-BY-SA-4.0 AND GPL-3.0-or-later
|
2016-06-29 15:09:29 +02:00
|
|
|
Group: System/GUI/Other
|
2023-01-05 15:01:27 +01:00
|
|
|
URL: https://snwh.org/moka
|
|
|
|
Source: https://github.com/snwh/moka-icon-theme/archive/refs/tags/v%{version}.tar.gz
|
2016-06-29 15:09:29 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: hicolor-icon-theme
|
|
|
|
BuildRequires: icon-naming-utils >= 0.8.7
|
2023-01-05 15:01:27 +01:00
|
|
|
BuildRequires: meson
|
2016-06-29 15:09:29 +02:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Moka is a simple and modern icon theme with Material Design influences.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
find -L . -type l -print -delete
|
|
|
|
chmod a-x AUTHORS README.md
|
|
|
|
|
|
|
|
%build
|
2023-01-05 15:01:27 +01:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2016-06-29 15:09:29 +02:00
|
|
|
|
|
|
|
%install
|
2023-01-05 15:01:27 +01:00
|
|
|
%meson_install
|
2016-06-29 15:09:29 +02:00
|
|
|
rm -f %{buildroot}%{_datadir}/icons/Moka/AUTHORS
|
|
|
|
%fdupes %{buildroot}%{_datadir}/icons/Moka
|
|
|
|
|
|
|
|
%post
|
|
|
|
%icon_theme_cache_post Moka
|
|
|
|
|
|
|
|
%files
|
2023-01-05 15:01:27 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS LICENSE_* README.md
|
2016-06-29 15:09:29 +02:00
|
|
|
%{_datadir}/icons/Moka
|
|
|
|
%ghost %{_datadir}/icons/Moka/icon-theme.cache
|
2023-01-05 15:01:27 +01:00
|
|
|
|
|
|
|
%changelog
|