2019-03-23 20:30:56 +01:00
|
|
|
#
|
|
|
|
# spec file for package mojave-gtk-theme
|
|
|
|
#
|
2023-06-23 08:03:11 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2019-03-23 20:30:56 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-12-16 12:51:33 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2019-03-23 20:30:56 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%define _name Mojave-gtk-theme
|
2023-06-23 08:03:11 +02:00
|
|
|
%define _version 2023-06-13
|
2019-03-23 20:30:56 +01:00
|
|
|
Name: mojave-gtk-theme
|
2023-06-23 08:03:11 +02:00
|
|
|
Version: 20230613
|
2019-03-23 20:30:56 +01:00
|
|
|
Release: 0
|
2019-08-24 10:37:21 +02:00
|
|
|
Summary: MacOS Mojave like theme for GTK 3, Gnome-Shell and others
|
2019-03-23 20:30:56 +01:00
|
|
|
License: GPL-3.0-only
|
|
|
|
Group: System/GUI/Other
|
|
|
|
URL: https://github.com/vinceliuice/Mojave-gtk-theme
|
|
|
|
Source: https://github.com/vinceliuice/Mojave-gtk-theme/archive/%{_version}.tar.gz
|
2019-08-21 10:27:02 +02:00
|
|
|
Source1: mojave-gtk-theme-rpmlintrc
|
2019-03-23 20:30:56 +01:00
|
|
|
BuildRequires: fdupes
|
2020-03-19 10:53:52 +01:00
|
|
|
BuildRequires: inkscape
|
|
|
|
BuildRequires: optipng
|
|
|
|
BuildRequires: sassc
|
|
|
|
# FOR glib-compile-resources
|
|
|
|
BuildRequires: glib2-devel
|
2019-03-23 20:30:56 +01:00
|
|
|
# for gtk2 only
|
|
|
|
Recommends: gtk2-engine-murrine
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
MacOS Mojave like theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3
|
|
|
|
and GTK 2 based desktop environments like Gnome, Pantheon, XFCE, Mate, etc.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{_name}-%{_version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/themes
|
|
|
|
./install.sh -d %{buildroot}%{_datadir}/themes
|
|
|
|
%fdupes %{buildroot}%{_datadir}/themes
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%doc README.md
|
2021-06-28 15:17:53 +02:00
|
|
|
%{_datadir}/themes/*
|
2019-03-23 20:30:56 +01:00
|
|
|
|
|
|
|
%changelog
|