forked from pool/breeze-gtk
Accepting request 309814 from KDE:Extra
Breeze GTK2+3 Theme OBS-URL: https://build.opensuse.org/request/show/309814 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze-gtk?expand=0&rev=1
This commit is contained in:
commit
9d4a4408d7
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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
5
breeze-gtk.changes
Normal file
5
breeze-gtk.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 11:48:08 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Initial package
|
||||
|
43
breeze-gtk.spec
Normal file
43
breeze-gtk.spec
Normal file
@ -0,0 +1,43 @@
|
||||
#
|
||||
# spec file for package breeze-gtk
|
||||
#
|
||||
# Copyright (c) 2015 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 http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: breeze-gtk
|
||||
Version: 0.0git020615
|
||||
Release: 0
|
||||
License: LGPL-2.1
|
||||
Summary: A GTK Theme Built to Match KDE's Breeze
|
||||
Url: https://github.com/dirruk1/gnome-breeze
|
||||
Group: System/GUI/KDE
|
||||
Source: gnome-breeze-master.zip
|
||||
BuildRequires: unzip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
A GTK theme created to match with the new Plasma 5 Breeze theme
|
||||
|
||||
%prep
|
||||
%setup -q -n gnome-breeze-master
|
||||
|
||||
%install
|
||||
install -d -m 755 %{buildroot}%{_datadir}/themes/BreezyGTK/
|
||||
cp -R gtk-2.0 %{buildroot}%{_datadir}/themes/BreezyGTK/
|
||||
cp -R gtk-3.0 %{buildroot}%{_datadir}/themes/BreezyGTK/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE
|
||||
%{_datadir}/themes/BreezyGTK/
|
3
gnome-breeze-master.zip
Normal file
3
gnome-breeze-master.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1683dbe16482381e4d7932f4fe6475f549cd6a43160f602e365d91240cc194d2
|
||||
size 688773
|
Loading…
Reference in New Issue
Block a user