forked from pool/breeze-gtk
Accepting request 340149 from KDE:Extra
1 OBS-URL: https://build.opensuse.org/request/show/340149 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze-gtk?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
9d4a4408d7
commit
5291d7df44
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 08:46:06 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 0.1~git20150827.
|
||||
- Spec complete redone to unify with other Gtk themes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 22 13:55:17 UTC 2015 - wittemar@googlemail.com
|
||||
|
||||
- updated to current git and included dark variant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 4 09:06:57 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Fix rpmlint errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 11:48:08 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
@@ -15,29 +15,77 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _name breeze
|
||||
Name: breeze-gtk
|
||||
Version: 0.0git020615
|
||||
Version: 0.1~git20150827
|
||||
Release: 0
|
||||
Summary: GTK+ theme matching KDE's Breeze
|
||||
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
|
||||
Url: https://github.com/dirruk1/gnome-breeze
|
||||
Source: gnome-%{_name}-%{version}.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
A GTK theme created to match with the new Plasma 5 Breeze theme
|
||||
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
||||
|
||||
%package -n metatheme-%{_name}-common
|
||||
Summary: GTK+ theme matching KDE's Breeze -- Common Files
|
||||
Group: System/GUI/KDE
|
||||
Suggests: gtk2-metatheme-%{_name}
|
||||
Suggests: gtk3-metatheme-%{_name}
|
||||
Provides: %{_name}-gtk = %{version}
|
||||
Obsoletes: %{_name}-gtk < %{version}
|
||||
|
||||
%description -n metatheme-%{_name}-common
|
||||
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
||||
|
||||
%package -n gtk2-metatheme-%{_name}
|
||||
Summary: GTK+ theme matching KDE's Breeze -- GTK+ 2 Support
|
||||
Group: System/GUI/KDE
|
||||
Requires: metatheme-%{_name}-common = %{version}
|
||||
Supplements: packageand(metatheme-%{_name}-common:gtk2)
|
||||
|
||||
%description -n gtk2-metatheme-%{_name}
|
||||
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
||||
|
||||
%package -n gtk3-metatheme-%{_name}
|
||||
Summary: GTK+ theme matching KDE's Breeze -- GTK+ 3 Support
|
||||
Group: System/GUI/KDE
|
||||
Requires: metatheme-%{_name}-common = %{version}
|
||||
Supplements: packageand(metatheme-%{_name}-common:gtk3)
|
||||
|
||||
%description -n gtk3-metatheme-%{_name}
|
||||
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
|
||||
|
||||
%prep
|
||||
%setup -q -n gnome-breeze-master
|
||||
%setup -q -n gnome-%{_name}-%{version}
|
||||
chmod a-x Breeze*/gtk-2.0/gtkrc
|
||||
|
||||
%build
|
||||
# Nothing to build.
|
||||
|
||||
%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/
|
||||
mkdir -p %{buildroot}%{_datadir}/themes/
|
||||
cp -a Breeze-gtk/ %{buildroot}%{_datadir}/themes/BreezeGTK/
|
||||
cp -a Breeze-dark-gtk/ %{buildroot}%{_datadir}/themes/BreezeDarkGTK/
|
||||
|
||||
%files
|
||||
%fdupes %{buildroot}%{_datadir}/
|
||||
|
||||
%files -n metatheme-%{_name}-common
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE
|
||||
%{_datadir}/themes/BreezyGTK/
|
||||
%doc LICENSE README.md
|
||||
%{_datadir}/themes/Breeze*/
|
||||
%exclude %{_datadir}/themes/Breeze*/gtk-?.0/
|
||||
|
||||
%files -n gtk2-metatheme-%{_name}
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/themes/Breeze*/gtk-2.0/
|
||||
|
||||
%files -n gtk3-metatheme-%{_name}
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/themes/Breeze*/gtk-3.0/
|
||||
|
||||
%changelog
|
||||
|
3
gnome-breeze-0.1~git20150827.tar.gz
Normal file
3
gnome-breeze-0.1~git20150827.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cea900e19ef7a9a5fb123a5888594efbef67181ebb7626d5f51e96e96ab7b7c5
|
||||
size 686220
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1683dbe16482381e4d7932f4fe6475f549cd6a43160f602e365d91240cc194d2
|
||||
size 688773
|
Reference in New Issue
Block a user