-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlens-magic.spec
More file actions
56 lines (42 loc) · 1.5 KB
/
lens-magic.spec
File metadata and controls
56 lines (42 loc) · 1.5 KB
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
Name: lens-magic
Version: 0.1.0
Release: %autorelease
Summary: App for photo development and tweaking with support for RAW images
License: MPL-2.0 AND BSD-2-Clause
URL: https://github.com/SlouchyButton/lens-magic
Source0: https://github.com/SlouchyButton/lens-magic/archive/refs/tags/%{version}.tar.gz
BuildRequires: meson
BuildRequires: gcc
BuildRequires: LibRaw-devel
BuildRequires: libepoxy-devel
BuildRequires: mesa-libGL-devel
BuildRequires: libadwaita-devel
BuildRequires: gtk4-devel
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
%description
This project aims to fill in the gap on Linux for
easy to use app for RAW development and image tweaking.
Goal of this app is to be easy as possible,
follow GNOME style and be fast.
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/com.alesnezbeda.lens-magic.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/com.alesnezbeda.lens-magic.metainfo.xml
%files
%license LICENSE
%doc README.md
%{_bindir}/lens-magic
%{_datadir}/applications/com.alesnezbeda.lens-magic.desktop
%{_metainfodir}/com.alesnezbeda.lens-magic.metainfo.xml
%{_datadir}/glib-2.0/schemas/com.alesnezbeda.lens-magic.gschema.xml
%{_datadir}/icons/hicolor/scalable/apps/com.alesnezbeda.lens-magic.svg
%{_datadir}/icons/hicolor/symbolic/apps/com.alesnezbeda.lens-magic-symbolic.svg
%changelog
%autochangelog