-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathwaydroid-helper.spec
95 lines (75 loc) · 2.37 KB
/
waydroid-helper.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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Name: waydroid-helper
Version: 0.1.2
Release: 1%{?dist}
Summary: A GUI application for Waydroid configuration and extension installation
License: GPLv3+
URL: https://github.com/ayasa520/waydroid-helper
Source: {{{ git_dir_pack }}}
BuildRequires: meson
BuildRequires: ninja-build
BuildRequires: pkgconfig
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: cairo-devel
BuildRequires: gtk4-devel
BuildRequires: libadwaita-devel
BuildRequires: gobject-introspection-devel
BuildRequires: gettext
BuildRequires: dbus-devel
BuildRequires: systemd
BuildRequires: libcap-devel
BuildRequires: desktop-file-utils
Requires: python3
Requires: gtk4
Requires: libadwaita
Requires: waydroid
Requires: fakeroot
Requires: attr
Requires: python3-aiofiles
Requires: python3-bidict
Requires: python3-httpx
Requires: python3-cairo
Requires: python3-gobject >= 3.50
Requires: python3-pywayland
Requires: python3-yaml
Requires: python3-dbus
Recommends: bindfs
%description
Waydroid Helper is a graphical user interface application that provides
a user-friendly way to configure Waydroid and install extensions,
including Magisk, ARM translation, and various Google services alternatives.
%prep
%autosetup -n %{name}
%build
%meson
%meson_build
%global debug_package %{nil}
%install
%meson_install
%files
%license COPYING
%doc README.md
# Binaries
%{_bindir}/waydroid-helper
%{_bindir}/waydroid-cli
# Application data
%{_datadir}/waydroid-helper/
# Desktop entry and icons
%{_datadir}/applications/com.jaoushingan.WaydroidHelper.desktop
%{_datadir}/icons/hicolor/scalable/apps/com.jaoushingan.WaydroidHelper.svg
%{_datadir}/icons/hicolor/symbolic/apps/com.jaoushingan.WaydroidHelper-symbolic.svg
# Metainfo and schemas
%{_datadir}/metainfo/com.jaoushingan.WaydroidHelper.metainfo.xml
%{_datadir}/glib-2.0/schemas/com.jaoushingan.WaydroidHelper.gschema.xml
# Polkit policy
%{_datadir}/polkit-1/actions/com.jaoushingan.WaydroidHelper.policy
# Localization
%{_datadir}/locale/zh_CN/LC_MESSAGES/waydroid-helper.mo
# D-Bus configuration
%{_datadir}/dbus-1/system.d/id.waydro.Mount.conf
%{_datadir}/dbus-1/system-services/id.waydro.Mount.service
# Systemd services
%{_unitdir}/waydroid-mount.service
%{_userunitdir}/waydroid-monitor.service
%changelog
%autochangelog