Accepting request 640291 from KDE:Frameworks5
Plasma 5.14.0 final (attempt 2) (forwarded request 640244 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/640291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-gtk-config5?expand=0&rev=65
This commit is contained in:
commit
e1fd31a3c8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46cee07a27dfa0659435bd8e2bb7444b0f981b50151e4006cbb6cf728f27461a
|
||||
size 156428
|
3
kde-gtk-config-5.14.0.tar.xz
Normal file
3
kde-gtk-config-5.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70430b348737e6911cc8907b343c6249bcb4f8786c0f5fe72b7d344842556155
|
||||
size 156620
|
11
kde-gtk-config-5.14.0.tar.xz.sig
Normal file
11
kde-gtk-config-5.14.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAlu3k/0ACgkQEZaMRJKM
|
||||
rvyOpwgAttgtBa7Kerkb+qNrp4GO128BTY4PzMKG7zUSLiMmOtayd3AzlAH0pp6A
|
||||
RJhijvPiXIVEJZETPItGQUmY9RoTF4GaFFkfKYcSJreJGTGmtw3PqNhqB0iU09g6
|
||||
sXll4VynTUnHCFekUW6/n+MdcUSwmY7dm47WWtvIyKrjb9rsQATV4zVQhWQxOF0o
|
||||
N0RzcqcMuef1R/5xAAoKDMWjcLotVwu2p8u1o9U2C8JeayRcgcr1GHy0JwCTuEL1
|
||||
UYKyBpdaqzjvxbruzSGJFrMKQ4UUEET4iFx3WWZMDIkthwsZwP/aAUC4JiSyoHA5
|
||||
1RmpRtHHGyrQsxo3wkp1HRDU/cSlmA==
|
||||
=cy70
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 10:01:09 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.14.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.14.0.php
|
||||
- Changes since 5.13.90a:
|
||||
* Sort icon and cursor themes case-insensitively (kde#368600)
|
||||
* Fix spelling errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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,15 +18,19 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kde-gtk-config5
|
||||
Version: 5.13.5
|
||||
Version: 5.14.0
|
||||
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
|
||||
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: kde-gtk-config-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: kde-gtk-config-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
Source3: gtkrc-2.0-kde4.template
|
||||
Source4: gtk3-settings.ini-kde4.template
|
||||
BuildRequires: extra-cmake-modules >= 0.0.9
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: xz
|
||||
@ -85,6 +89,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}
|
||||
@ -96,8 +101,8 @@ the GTK3 application style from within the GTK configuration KCM
|
||||
%kf5_find_lang
|
||||
%endif
|
||||
|
||||
install -Dpm 0644 %{SOURCE1} %{buildroot}%{_kf5_sharedir}/%{name}/gtkrc-2.0-kde4.template
|
||||
install -Dpm 0644 %{SOURCE2} %{buildroot}%{_kf5_sharedir}/%{name}/gtk3-settings.ini-kde4.template
|
||||
install -Dpm 0644 %{SOURCE3} %{buildroot}%{_kf5_sharedir}/%{name}/gtkrc-2.0-kde4.template
|
||||
install -Dpm 0644 %{SOURCE4} %{buildroot}%{_kf5_sharedir}/%{name}/gtk3-settings.ini-kde4.template
|
||||
|
||||
%files
|
||||
%license COPYING*
|
||||
|
BIN
plasma.keyring
Normal file
BIN
plasma.keyring
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user