Accepting request 1056141 from X11:common:Factory
- update to 5.4.0: * adjusted elasticsearch icon * added symlinks * updates OBS-URL: https://build.opensuse.org/request/show/1056141 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moka-icon-theme?expand=0&rev=2
This commit is contained in:
parent
211272d1ca
commit
4c2f388655
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 5 07:57:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.4.0:
|
||||||
|
* adjusted elasticsearch icon
|
||||||
|
* added symlinks
|
||||||
|
* updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 5 21:55:41 UTC 2016 - mailaender@opensuse.org
|
Sun Jun 5 21:55:41 UTC 2016 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Spec file for package moka-icon-theme
|
# spec file for package moka-icon-theme
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2016 Sam Hewitt
|
# Copyright (c) 2016 Sam Hewitt
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -11,21 +12,23 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: moka-icon-theme
|
Name: moka-icon-theme
|
||||||
Version: 5.3.1
|
Version: 5.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: CC-BY-SA-4.0 and GPL-3.0+
|
|
||||||
Summary: Moka Icon theme
|
Summary: Moka Icon theme
|
||||||
Url: https://snwh.org/moka
|
License: CC-BY-SA-4.0 AND GPL-3.0-or-later
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
Source: https://github.com/moka-project/moka-icon-theme/archive/v%{version}.tar.gz
|
URL: https://snwh.org/moka
|
||||||
BuildRequires: automake
|
Source: https://github.com/snwh/moka-icon-theme/archive/refs/tags/v%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: icon-naming-utils >= 0.8.7
|
BuildRequires: icon-naming-utils >= 0.8.7
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: meson
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -34,15 +37,14 @@ Moka is a simple and modern icon theme with Material Design influences.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
find -L . -type l -print -delete
|
find -L . -type l -print -delete
|
||||||
chmod +x autogen.sh
|
|
||||||
chmod a-x AUTHORS README.md
|
chmod a-x AUTHORS README.md
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
%meson
|
||||||
make %{?_smp_mflags}
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} %{?_smp_mflags}
|
%meson_install
|
||||||
rm -f %{buildroot}%{_datadir}/icons/Moka/AUTHORS
|
rm -f %{buildroot}%{_datadir}/icons/Moka/AUTHORS
|
||||||
%fdupes %{buildroot}%{_datadir}/icons/Moka
|
%fdupes %{buildroot}%{_datadir}/icons/Moka
|
||||||
|
|
||||||
@ -50,7 +52,9 @@ rm -f %{buildroot}%{_datadir}/icons/Moka/AUTHORS
|
|||||||
%icon_theme_cache_post Moka
|
%icon_theme_cache_post Moka
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING LICENSE_* README.md
|
%doc AUTHORS LICENSE_* README.md
|
||||||
%{_datadir}/icons/Moka
|
%{_datadir}/icons/Moka
|
||||||
%ghost %{_datadir}/icons/Moka/icon-theme.cache
|
%ghost %{_datadir}/icons/Moka/icon-theme.cache
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:357faea5ceca962758d1e69a4aa847fc149219dd7996ff98813d35ddd03dd3d2
|
|
||||||
size 67353867
|
|
3
v5.4.0.tar.gz
Normal file
3
v5.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b32e82aea4358e087620e852aa20042e791aa957a93de568da1d2223a46c7cd9
|
||||||
|
size 67442220
|
Loading…
Reference in New Issue
Block a user