]> git.pld-linux.org Git - packages/kf5-kwidgetsaddons.git/blame - kf5-kwidgetsaddons.spec
- updated to 5.97.0
[packages/kf5-kwidgetsaddons.git] / kf5-kwidgetsaddons.spec
CommitLineData
9ef68a43
WF
1#
2# Conditional build:
3%bcond_with tests # build with tests
74f46358 4%define kdeframever 5.97
9b4c09f5 5%define qtver 5.15.2
2382771a 6%define kfname kwidgetsaddons
938c12b8
WF
7
8Summary: Large set of desktop widgets
2382771a 9Name: kf5-%{kfname}
74f46358 10Version: 5.97.0
c482eb0e 11Release: 1
938c12b8
WF
12License: LGPL v2.1+
13Group: X11/Libraries
a1cb7c81 14Source0: https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
74f46358 15# Source0-md5: c5343837bea2bb66ed8fa6371a2b9ee6
a069a333 16Patch0: failed-tests.patch
938c12b8 17URL: http://www.kde.org/
9b4c09f5 18BuildRequires: Qt5Core-devel >= %{qtver}
2382771a 19BuildRequires: Qt5Test-devel >= %{qtver}
9b4c09f5 20BuildRequires: Qt5UiTools-devel >= %{qtver}
2382771a 21BuildRequires: Qt5Widgets-devel >= %{qtver}
9b4c09f5 22BuildRequires: cmake >= 3.16
2b8e4a0c 23BuildRequires: kf5-extra-cmake-modules >= %{version}
9fdb64b6 24BuildRequires: ninja
2382771a 25BuildRequires: qt5-linguist >= %{qtver}
04801e38 26BuildRequires: rpmbuild(macros) >= 1.736
4e91442d
ER
27BuildRequires: tar >= 1:1.22
28BuildRequires: xz
a5134952 29Requires: Qt5Widgets >= %{qtver}
3416b7c4 30Requires: kf5-dirs
938c12b8
WF
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%define qt5dir %{_libdir}/qt5
34
35%description
36This repository contains add-on widgets and classes for applications
37that use the Qt Widgets module. If you are porting applications from
38KDE Platform 4 "kdeui" library, you will find many of its classes
39here.
40
41Provided are action classes that can be added to toolbars or menus, a
42wide range of widgets for selecting characters, fonts, colors,
43actions, dates and times, or MIME types, as well as platform-aware
44dialogs for configuration pages, message boxes, and password requests.
45
46Further widgets and classes can be found in other KDE frameworks. For
47a full list, please see
48<https://projects.kde.org/projects/frameworks/>
49
50
51%package devel
2382771a
AM
52Summary: Header files for %{kfname} development
53Summary(pl.UTF-8): Pliki nagłówkowe dla programistów używających %{kfname}
938c12b8
WF
54Group: X11/Development/Libraries
55Requires: %{name} = %{version}-%{release}
38aea8e8 56Requires: Qt5Widgets-devel >= %{qtver}
9b4c09f5 57Requires: cmake >= 3.16
938c12b8
WF
58
59%description devel
2382771a 60Header files for %{kfname} development.
938c12b8
WF
61
62%description devel -l pl.UTF-8
2382771a 63Pliki nagłówkowe dla programistów używających %{kfname}.
938c12b8
WF
64
65%prep
2382771a 66%setup -q -n %{kfname}-%{version}
da3aa334 67#%%patch0 -p1
938c12b8
WF
68
69%build
70install -d build
71cd build
9fdb64b6 72%cmake -G Ninja \
9ef68a43 73 %{!?with_tests:-DBUILD_TESTING=OFF} \
2382771a 74 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
938c12b8 75 ../
9fdb64b6 76%ninja_build
938c12b8 77
9ef68a43
WF
78%if %{with tests}
79ctest
80%endif
81
82
938c12b8
WF
83%install
84rm -rf $RPM_BUILD_ROOT
9fdb64b6 85%ninja_install -C build
938c12b8 86
e7f5a885 87%find_lang %{kfname}5_qt --with-qm --all-name --with-kde
938c12b8
WF
88
89%clean
90rm -rf $RPM_BUILD_ROOT
91
92%post -p /sbin/ldconfig
93%postun -p /sbin/ldconfig
94
2382771a 95%files -f %{kfname}5_qt.lang
938c12b8
WF
96%defattr(644,root,root,755)
97%doc README.md
3a708c04 98%ghost %{_libdir}/libKF5WidgetsAddons.so.5
fe0f7078 99%attr(755,root,root) %{_libdir}/libKF5WidgetsAddons.so.*.*
db93af64 100%attr(755,root,root) %{_libdir}/qt5/plugins/designer/kwidgetsaddons5widgets.so
938c12b8
WF
101%dir %{_datadir}/kf5/kcharselect
102%{_datadir}/kf5/kcharselect/kcharselect-data
08da70fc 103%{_datadir}/qlogging-categories5/kwidgetsaddons.categories
938c12b8
WF
104
105%files devel
106%defattr(644,root,root,755)
107%{_includedir}/KF5/KWidgetsAddons
938c12b8 108%{_libdir}/cmake/KF5WidgetsAddons
3a708c04 109%{_libdir}/libKF5WidgetsAddons.so
938c12b8 110%{qt5dir}/mkspecs/modules/qt_KWidgetsAddons.pri
This page took 0.138394 seconds and 4 git commands to generate.