forked from pool/breeze
osc copypac from project:home:wolfi323:test package:breeze revision:14
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=112
This commit is contained in:
parent
203579c529
commit
4e11230b99
@ -1,2 +0,0 @@
|
||||
# we don't use find_lang macro as it doesn't searches in subdirectories
|
||||
addFilter("file-not-in-%lang .*")
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 5 11:11:55 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Use the new %kf5_find_lang macro to create the file list for the
|
||||
lang package
|
||||
- Remove rpmlintrc file, it is not needed any more now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 30 12:02:17 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
10
breeze.spec
10
breeze.spec
@ -50,7 +50,6 @@ Group: System/GUI/KDE
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -102,17 +101,18 @@ This package provides Breeze KWin decoration.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%kf5_find_lang
|
||||
%endif
|
||||
|
||||
%if %{with lang}
|
||||
%files -n breeze5-style-lang
|
||||
%defattr(-,root,root)
|
||||
%files -n breeze5-style-lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%{_kf5_localedir}/
|
||||
%endif
|
||||
|
||||
%files -n breeze5-cursors
|
||||
|
Loading…
x
Reference in New Issue
Block a user