-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmendingwall.spec
41 lines (34 loc) · 1.11 KB
/
mendingwall.spec
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
Name: mendingwall
Version: 0.0.0
Release: 1
Summary: Hop between multiple desktop environments
License: GPL-3.0-or-later
Group: Applications/System
URL: https://mendingwall.indii.org
Source0: %{name}-%{version}.tar.gz
BuildRequires: gcc meson blueprint-compiler gettext desktop-file-utils glib2-devel gtk4-devel libadwaita-devel libportal-devel
%description
Linux distributions offer a choice of desktop environment, but installing
more than one can break themes and clutter menus. Mending Wall fixes this.
%prep
%setup -q -n %{name}-%{version}
%build
%meson
%meson_build
%install
%meson_install
%files
%license COPYING
%{_bindir}/%{name}*
%{_datadir}/%{name}/*.conf
%{_datadir}/%{name}/*.desktop
%{_datadir}/%{name}/*.sh
%{_datadir}/applications/org.indii.%{name}*.desktop
%{_datadir}/dbus-1/services/org.indii.%{name}*.service
%{_datadir}/glib-2.0/schemas/org.indii.%{name}.gschema.xml
%{_datadir}/metainfo/org.indii.%{name}.metainfo.xml
%{_iconsdir}/hicolor/symbolic/apps/org.indii.%{name}*.svg
%{_iconsdir}/hicolor/scalable/apps/org.indii.%{name}*.svg
%changelog
%autochangelog