Add signature verification

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-gtk-config5?expand=0&rev=179
This commit is contained in:
Luca Beltrame 2018-09-19 04:47:24 +00:00 committed by Git OBS Bridge
parent de71a7048b
commit f0efac72e1
3 changed files with 20 additions and 4 deletions

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAluc0qgACgkQ7JTRj38F
mX6eGwf/cO+ZJWaGH8yHC5Nxwk1vOIJcn8bGGfNTjDSAhN/CLTiWOtVvqFncuaH2
QliffbkxS8FwHrGbhtbKNlnl+vDHCRoP6aJFgmafu7N9wTpdbSCQXwdkd09fRLzd
NCp6ZMbevwOx5LxV7v/T8GUHke1v6EXbWc5fftVX1Y1lrNzTFmvxP+8U3uNQpXv3
s2WTHMp5kkm4SyAPRDvhkG51hu6HRANn3WaHBadvky6l3rv7PUVT5yrx4uh24OGb
3UeqUEC/NfdjBGwol4wzws/cmO7nTBM8saxgiPnhfte8zTxHpZzFWkqZXZT5Uoj2
9779V+zE6Bmj8yZ8INt9nCQ5JsxExw==
=e3pe
-----END PGP SIGNATURE-----

View File

@ -24,9 +24,13 @@ Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Un
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/unstable/plasma/5.13.90/kde-gtk-config-%{version}.tar.xz
%if %{with lang}
Source1: http://download.kde.org/unstable/plasma/5.13.90/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

Binary file not shown.