Accepting request 687321 from home:jubalh
OBS-URL: https://build.opensuse.org/request/show/687321 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/mojave-gtk-theme?expand=0&rev=1
This commit is contained in:
commit
6041f0b544
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
3
2019-01-02.tar.gz
Normal file
3
2019-01-02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c6be331abac1d4bfa260426729c5a118390f8a2487022448ea8c2cb84dddd27
|
||||||
|
size 788139
|
1
mojave-gtk-theme-rpmlintrc
Normal file
1
mojave-gtk-theme-rpmlintrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
addFilter("files-duplicate")
|
4
mojave-gtk-theme.changes
Normal file
4
mojave-gtk-theme.changes
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 21 12:56:34 UTC 2019 - mvetter@suse.com
|
||||||
|
|
||||||
|
- Initial package in version 20190102 for openSUSE
|
53
mojave-gtk-theme.spec
Normal file
53
mojave-gtk-theme.spec
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
#
|
||||||
|
# spec file for package mojave-gtk-theme
|
||||||
|
#
|
||||||
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define _name Mojave-gtk-theme
|
||||||
|
%define _version 2019-01-02
|
||||||
|
Name: mojave-gtk-theme
|
||||||
|
Version: 20190102
|
||||||
|
Release: 0
|
||||||
|
Summary: MacOS Mojave like theme for GTK 3, Gnome-Shell and more
|
||||||
|
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
|
||||||
|
BuildRequires: fdupes
|
||||||
|
# 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
|
||||||
|
%{_datadir}/themes/
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user