forked from pool/kgamma5
Plasma 5.13 Beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kgamma5?expand=0&rev=117
This commit is contained in:
parent
04ac0515f4
commit
9b31615a15
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c9cc29257ef3b9b6f0b411c0070b643e84f13e238c66d6def873f2bff469d5c
|
||||
size 60520
|
3
kgamma5-5.12.90.tar.xz
Normal file
3
kgamma5-5.12.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04585dea926c085813f8d068d6a6dfd203d4a209e2f9a4aec5e47e8cbc4c39bc
|
||||
size 76852
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 19 14:16:35 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.12.90.php
|
||||
- Changes since 5.12.5:
|
||||
* Warning--
|
||||
* Fix install target for kgamma
|
||||
* Let KDECompilerSettings change the policies in the project
|
||||
* Remove duplicated include
|
||||
* Use explicit
|
||||
* Use nullptr
|
||||
* Use override
|
||||
* Move add_definitions(-DTRANSLATION_DOMAIN) into dir level of Messages.sh
|
||||
* Remove unused cmake macro include
|
||||
* Use KF5_MIN_VERSION also for ECM, now that it's part of KF
|
||||
* Remove unneeded moc includes
|
||||
* Require KDE Frameworks 5.42 and Qt 5.9
|
||||
* Bump min cmake version to 3.0, remove duplicated cmake_minimum_required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 2 09:06:38 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kgamma5
|
||||
Version: 5.12.5
|
||||
Version: 5.12.90
|
||||
Release: 0
|
||||
Summary: Display gamma configuration
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Graphics/Other
|
||||
Url: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz
|
||||
Source: http://download.kde.org/unstable/plasma/%{version}/kgamma5-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules >= 1.0.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: xz
|
||||
@ -43,7 +43,6 @@ Recommends: %{name}-lang
|
||||
Provides: kgamma = %{version}
|
||||
Obsoletes: kgamma < %{version}
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package contains a KDE system settings module to configure display
|
||||
@ -61,11 +60,11 @@ gamma.
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%kf5_find_lang
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_sharedir}/kgamma/
|
||||
|
Loading…
Reference in New Issue
Block a user