Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-gtk-config5?expand=0&rev=177
This commit is contained in:
parent
c757961b97
commit
961892d906
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46cee07a27dfa0659435bd8e2bb7444b0f981b50151e4006cbb6cf728f27461a
|
||||
size 156428
|
3
kde-gtk-config-5.13.90a.tar.xz
Normal file
3
kde-gtk-config-5.13.90a.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0539f3cd8e9d0340e9356de236429ca4000baad2d3bf3105fcd46bd55a78ff5
|
||||
size 156912
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 17:24:59 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.90a
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.13.90.php
|
||||
- Git branch at time of 5.13.90 tarball creation was missing previous
|
||||
fixes, the tarball got remade
|
||||
- Changes since 5.13.5:
|
||||
* Make sure there are less unnecessary changed() emissions (kde#388126)
|
||||
* Use new connect syntax
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kde-gtk-config5
|
||||
Version: 5.13.5
|
||||
Version: 5.13.90a
|
||||
Release: 0
|
||||
Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE
|
||||
License: LGPL-3.0-or-later AND GPL-3.0-or-later
|
||||
@ -26,7 +26,7 @@ Group: System/GUI/KDE
|
||||
Url: http://projects.kde.org/kde-gtk-config
|
||||
Source1: gtkrc-2.0-kde4.template
|
||||
Source2: gtk3-settings.ini-kde4.template
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
|
||||
Source: http://download.kde.org/unstable/plasma/5.13.90/kde-gtk-config-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules >= 0.0.9
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: xz
|
||||
@ -85,6 +85,7 @@ the GTK3 application style from within the GTK configuration KCM
|
||||
|
||||
%prep
|
||||
%setup -q -n kde-gtk-config-%{version}
|
||||
%autopatch -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||
|
Loading…
Reference in New Issue
Block a user