forked from pool/breeze
This commit is contained in:
parent
4a21e727c7
commit
6876350cae
@ -0,0 +1 @@
|
||||
|
1
Use-NETRootInfo-to-initiate-wm-move-operation.patch
Normal file
1
Use-NETRootInfo-to-initiate-wm-move-operation.patch
Normal file
@ -0,0 +1 @@
|
||||
|
@ -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
|
||||
|
||||
|
16
breeze.spec
16
breeze.spec
@ -23,6 +23,7 @@ Release: 0
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.12
|
||||
BuildRequires: frameworkintegration-devel
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: kcmutils-devel
|
||||
BuildRequires: kcompletion-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: %{name}-%{version}.tar.xz
|
||||
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
|
||||
|
||||
%description
|
||||
@ -107,6 +112,8 @@ This package provides Breeze KWin decoration.
|
||||
%lang_package -n breeze5-style
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||
@ -115,8 +122,15 @@ This package provides Breeze KWin decoration.
|
||||
%install
|
||||
%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 {} ';'
|
||||
|
||||
%post -n breeze5-icons
|
||||
%icon_theme_cache_post breeze
|
||||
%icon_theme_cache_post breeze-dark
|
||||
|
||||
%if %{with lang}
|
||||
%files -n breeze5-style-lang
|
||||
%defattr(-,root,root)
|
||||
@ -127,6 +141,8 @@ This package provides Breeze KWin decoration.
|
||||
%files -n breeze5-icons
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%ghost %{_kf5_iconsdir}/breeze/icon-theme.cache
|
||||
%ghost %{_kf5_iconsdir}/breeze-dark/icon-theme.cache
|
||||
%{_kf5_iconsdir}/breeze/
|
||||
%{_kf5_iconsdir}/breeze-dark/
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -31,6 +31,8 @@ Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
#Source: http://download.kde.org/stable/plasma/%{version}/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
|
||||
|
||||
%description
|
||||
@ -39,6 +41,7 @@ This package contains kde4 backport of new default Plasma 5 style.
|
||||
|
||||
%prep
|
||||
%setup -q -n breeze-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON
|
||||
|
Loading…
Reference in New Issue
Block a user