SHA256
1
0
forked from pool/breeze-gtk
Dominique Leuenberger 2015-12-03 12:28:18 +00:00 committed by Git OBS Bridge
parent 5291d7df44
commit c0ef398407
4 changed files with 33 additions and 16 deletions

3
breeze-gtk-5.4.95.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fdb07237422029842dd3fcc49370913a6f091a63e033e4156b37b6caa7518b9
size 257476

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 23 20:34:07 UTC 2015 - sor.alexei@meowr.ru
- Update to 5.4.95.
- Change upstream project to https://projects.kde.org/breeze-gtk.
- Add cmake, extra-cmake-modules, gcc-c++, kf5-filesystem and
pkgconfig(Qt5Core) to build dependences.
- Add kconf_update to metatheme-breeze-common and make it
architecture-dependent.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 08:46:06 UTC 2015 - sor.alexei@meowr.ru Sun Oct 18 08:46:06 UTC 2015 - sor.alexei@meowr.ru
@ -18,4 +28,3 @@ Thu Jun 4 09:06:57 UTC 2015 - tchvatal@suse.com
Tue Jun 2 11:48:08 UTC 2015 - tittiatcoke@gmail.com Tue Jun 2 11:48:08 UTC 2015 - tittiatcoke@gmail.com
- Initial package - Initial package

View File

@ -18,15 +18,19 @@
%define _name breeze %define _name breeze
Name: breeze-gtk Name: breeze-gtk
Version: 0.1~git20150827 Version: 5.4.95
Release: 0 Release: 0
Summary: GTK+ theme matching KDE's Breeze Summary: GTK+ theme matching KDE's Breeze
License: LGPL-2.1 License: LGPL-2.1
Group: System/GUI/KDE Group: System/GUI/KDE
Url: https://github.com/dirruk1/gnome-breeze Url: https://projects.kde.org/breeze-gtk
Source: gnome-%{_name}-%{version}.tar.gz Source: http://download.kde.org/unstable/plasma/%{version}/%{name}-%{version}.tar.xz
BuildRequires: cmake >= 3.2
BuildRequires: extra-cmake-modules
BuildRequires: fdupes BuildRequires: fdupes
BuildArch: noarch BuildRequires: gcc-c++
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig(Qt5Core)
%description %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.
@ -47,6 +51,7 @@ Summary: GTK+ theme matching KDE's Breeze -- GTK+ 2 Support
Group: System/GUI/KDE Group: System/GUI/KDE
Requires: metatheme-%{_name}-common = %{version} Requires: metatheme-%{_name}-common = %{version}
Supplements: packageand(metatheme-%{_name}-common:gtk2) Supplements: packageand(metatheme-%{_name}-common:gtk2)
BuildArch: noarch
%description -n gtk2-metatheme-%{_name} %description -n gtk2-metatheme-%{_name}
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.
@ -56,29 +61,32 @@ Summary: GTK+ theme matching KDE's Breeze -- GTK+ 3 Support
Group: System/GUI/KDE Group: System/GUI/KDE
Requires: metatheme-%{_name}-common = %{version} Requires: metatheme-%{_name}-common = %{version}
Supplements: packageand(metatheme-%{_name}-common:gtk3) Supplements: packageand(metatheme-%{_name}-common:gtk3)
BuildArch: noarch
%description -n gtk3-metatheme-%{_name} %description -n gtk3-metatheme-%{_name}
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.
%prep %prep
%setup -q -n gnome-%{_name}-%{version} %setup -q
chmod a-x Breeze*/gtk-2.0/gtkrc chmod a-x COPYING* README.md
%build %build
# Nothing to build. %cmake_kf5
make %{?_smp_mflags}
%install %install
mkdir -p %{buildroot}%{_datadir}/themes/ %kf5_makeinstall
cp -a Breeze-gtk/ %{buildroot}%{_datadir}/themes/BreezeGTK/
cp -a Breeze-dark-gtk/ %{buildroot}%{_datadir}/themes/BreezeDarkGTK/
%fdupes %{buildroot}%{_datadir}/ %fdupes %{buildroot}%{_datadir}/
%files -n metatheme-%{_name}-common %files -n metatheme-%{_name}-common
%defattr(-,root,root) %defattr(-,root,root)
%doc LICENSE README.md %doc COPYING* README.md
%{_datadir}/themes/Breeze*/ %{_datadir}/themes/Breeze*/
%exclude %{_datadir}/themes/Breeze*/gtk-?.0/ %exclude %{_datadir}/themes/Breeze*/gtk-?.0/
%dir %{_kf5_sharedir}/kconf_update/
%{_kf5_sharedir}/kconf_update/*%{_name}*
%dir %{_kf5_libdir}/kconf_update_bin/
%{_kf5_libdir}/kconf_update_bin/*%{_name}*
%files -n gtk2-metatheme-%{_name} %files -n gtk2-metatheme-%{_name}
%defattr(-,root,root) %defattr(-,root,root)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cea900e19ef7a9a5fb123a5888594efbef67181ebb7626d5f51e96e96ab7b7c5
size 686220