blob: 3760602327667a18e704a49398fe7d4984462f68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
Name: kamera
Summary: Digital camera support for KDE
Version: 22.08.0
Release: 1
License: GPLv2
URL: https://www.kde.org/applications/graphics/
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/kamera-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kf5-kconfig-devel
BuildRequires: kf5-kconfigwidgets-devel
BuildRequires: kf5-kdoctools-devel
BuildRequires: kf5-ki18n-devel
BuildRequires: kf5-kio-devel
BuildRequires: kf5-kxmlgui-devel
BuildRequires: kf5-rpm-macros
BuildRequires: pkgconfig(libgphoto2)
BuildRequires: cmake(Qt5Core)
Conflicts: kdegraphics < 7:4.6.95-10
Conflicts: kde-l10n < 17.03
Requires: kde-cli-tools
%description
%{summary}.
%prep
%autosetup -p1
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang %{name} --all-name --with-html
%files -f %{name}.lang
%doc AUTHORS README
%license COPYING*
%{_kf5_datadir}/applications/%{name}.desktop
%{_kf5_datadir}/solid/actions/solid_camera.desktop
%{_kf5_libdir}/qt5/plugins/plasma/kcms/systemsettings_qwidgets/kamera.so
%{_kf5_metainfodir}/org.kde.kamera.metainfo.xml
%{_kf5_plugindir}/kio/kio_kamera.so
%changelog
* Mon Dec 19 2022 misaka00251 <liuxin@iscas.ac.cn> - 22.08.0-1
- Init package
|