SHA256
1
0
forked from pool/breeze
Hrvoje Senjan 2015-10-10 13:57:17 +00:00 committed by Git OBS Bridge
parent 4a21e727c7
commit 6876350cae
6 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1 @@

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Oct 10 13:52:44 UTC 2015 - hrvoje.senjan@gmail.com
- Create GTK icon cache
- Added Use-NETRootInfo-to-initiate-wm-move-operation.patch
(kde#353749)
- Added Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 4 10:43:28 UTC 2015 - hrvoje.senjan@gmail.com Sun Oct 4 10:43:28 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -23,6 +23,7 @@ Release: 0
BuildRequires: cmake >= 2.8.12 BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: extra-cmake-modules >= 0.0.12
BuildRequires: frameworkintegration-devel BuildRequires: frameworkintegration-devel
BuildRequires: hicolor-icon-theme
BuildRequires: kcmutils-devel BuildRequires: kcmutils-devel
BuildRequires: kcompletion-devel BuildRequires: kcompletion-devel
BuildRequires: kconfig-devel BuildRequires: kconfig-devel
@ -49,6 +50,10 @@ Url: http://www.kde.org
#Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz #Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
# PATCH-FIX-UPSTREAM Use-NETRootInfo-to-initiate-wm-move-operation.patch
Patch0: Use-NETRootInfo-to-initiate-wm-move-operation.patch
# PATCH-FIX-UPSTREAM Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch
Patch1: Install-emotes-and-mimtetypes-directories-of-the-dark-icon-theme.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -107,6 +112,8 @@ This package provides Breeze KWin decoration.
%lang_package -n breeze5-style %lang_package -n breeze5-style
%prep %prep
%setup -q %setup -q
%patch0 -p1
%patch1 -p1
%build %build
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 %cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
@ -115,8 +122,15 @@ This package provides Breeze KWin decoration.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%icon_theme_cache_create_ghost breeze
%icon_theme_cache_create_ghost breeze-dark
find %{buildroot} -type f -name '*gtkbreeze*' -exec rm -fv {} ';' find %{buildroot} -type f -name '*gtkbreeze*' -exec rm -fv {} ';'
%post -n breeze5-icons
%icon_theme_cache_post breeze
%icon_theme_cache_post breeze-dark
%if %{with lang} %if %{with lang}
%files -n breeze5-style-lang %files -n breeze5-style-lang
%defattr(-,root,root) %defattr(-,root,root)
@ -127,6 +141,8 @@ This package provides Breeze KWin decoration.
%files -n breeze5-icons %files -n breeze5-icons
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING* %doc COPYING*
%ghost %{_kf5_iconsdir}/breeze/icon-theme.cache
%ghost %{_kf5_iconsdir}/breeze-dark/icon-theme.cache
%{_kf5_iconsdir}/breeze/ %{_kf5_iconsdir}/breeze/
%{_kf5_iconsdir}/breeze-dark/ %{_kf5_iconsdir}/breeze-dark/

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 10 13:52:44 UTC 2015 - hrvoje.senjan@gmail.com
- Added Use-NETRootInfo-to-initiate-wm-move-operation.patch
(kde#353749)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 4 10:43:28 UTC 2015 - hrvoje.senjan@gmail.com Sun Oct 4 10:43:28 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -31,6 +31,8 @@ Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
#Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz #Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
Source: breeze-%{version}.tar.xz Source: breeze-%{version}.tar.xz
# PATCH-FIX-UPSTREAM Use-NETRootInfo-to-initiate-wm-move-operation.patch
Patch0: Use-NETRootInfo-to-initiate-wm-move-operation.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -39,6 +41,7 @@ This package contains kde4 backport of new default Plasma 5 style.
%prep %prep
%setup -q -n breeze-%{version} %setup -q -n breeze-%{version}
%patch0 -p1
%build %build
%cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON %cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON