[packages/kp5-kde-gtk-config] - update to 5.21.2
witekfl
witekfl at pld-linux.org
Sun Mar 7 15:06:19 CET 2021
commit 40293ee525c49d9d8e9c4442c2bf32ebbfb23b44
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Sun Mar 7 15:06:29 2021 +0100
- update to 5.21.2
kp5-kde-gtk-config.spec | 35 ++++++++++++++++-------------------
1 file changed, 16 insertions(+), 19 deletions(-)
---
diff --git a/kp5-kde-gtk-config.spec b/kp5-kde-gtk-config.spec
index d926d7d..19fa07b 100644
--- a/kp5-kde-gtk-config.spec
+++ b/kp5-kde-gtk-config.spec
@@ -1,15 +1,16 @@
-%define kdeplasmaver 5.15.3
+%define kdeplasmaver 5.21.2
%define qtver 5.9.0
%define kpname kde-gtk-config
Summary: GTK2 and GTK3 Configurator for KDE
Name: kp5-%{kpname}
-Version: 5.15.3
+Version: 5.21.2
Release: 1
License: GPL v2+/LGPL v2.1+
Group: X11/Libraries
Source0: http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: fc76a4f8bdb2a031fdadff946514ae3d
+# Source0-md5: e944afad4c3fb97201c665dade32831c
Patch0: x32.patch
+%define specflags -I/usr/include/harfbuzz
URL: http://www.kde.org/
BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: cmake >= 2.8.12
@@ -40,13 +41,14 @@ GTK2 and GTK3 Configurator for KDE.
%prep
%setup -q -n %{kpname}-%{version}
-%patch0 -p1
+#%%patch0 -p1
%build
install -d build
cd build
%cmake -G Ninja \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DHTML_INSTALL_DIR=%{_kdedocdir} \
..
%ninja_build
@@ -54,7 +56,7 @@ cd build
rm -rf $RPM_BUILD_ROOT
%ninja_install -C build
-%find_lang %{kpname} --all-name --with-kde
+sed -i -e 's|/usr/bin/env sh|/bin/bash|' $RPM_BUILD_ROOT/usr/share/kconf_update/remove_window_decorations_from_gtk_css.sh
%clean
rm -rf $RPM_BUILD_ROOT
@@ -62,18 +64,13 @@ rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
-%files -f %{kpname}.lang
+%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libexecdir}/gtk3_preview
-%attr(755,root,root) %{_libexecdir}/gtk_preview
-%attr(755,root,root) %{_libdir}/qt5/plugins/kcm_kdegtkconfig.so
-%attr(755,root,root) %{_libexecdir}/reload_gtk_apps
-/etc/xdg/cgcgtk3.knsrc
-#/etc/xdg/cgcicon.knsrc
-/etc/xdg/cgctheme.knsrc
-%{_iconsdir}/hicolor/*/apps/kde-gtk-config.png
-%{_iconsdir}/hicolor/scalable/apps/kde-gtk-config.svgz
-%dir %{_datadir}/kcm-gtk-module
-%{_datadir}/kcm-gtk-module/preview.ui
-%{_datadir}/kservices5/kde-gtk-config.desktop
-
+%attr(755,root,root) %{_prefix}/libexec/gtk3_preview
+%attr(755,root,root) %{_libdir}/qt5/plugins/kf5/kded/gtkconfig.so
+%attr(755,root,root) %{_libdir}/kconf_update_bin/gtk_theme
+%{_datadir}/kconf_update/gtkconfig.upd
+%attr(755,root,root) %{_libdir}/gtk-3.0/modules/libcolorreload-gtk-module.so
+%attr(755,root,root) %{_libdir}/gtk-3.0/modules/libwindow-decorations-gtk-module.so
+%attr(755,root,root) %{_datadir}/kconf_update/remove_window_decorations_from_gtk_css.sh
+%{_datadir}/themes/Breeze/window_decorations.css
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp5-kde-gtk-config.git/commitdiff/40293ee525c49d9d8e9c4442c2bf32ebbfb23b44
More information about the pld-cvs-commit
mailing list