eepm-play-gui.spec 948 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Name: eepm-play-gui
Version: 0.1.0
Release: alt1
License: AGPL2

Summary: GUI for epm play

Group: System/Configuration/Packaging

Url: https://gitlab.eterfund.ru/ximper/eepm-play-gui

BuildArch: noarch

Source: %name-%version.tar

Roman Alifanov's avatar
Roman Alifanov committed
16 17 18 19
AutoProv: no

Requires: eepm-repack

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
BuildRequires(pre): rpm-macros-meson rpm-macros-systemd
BuildRequires(pre): rpm-build-python3
BuildRequires(pre): rpm-build-gir

BuildRequires: libadwaita-gir-devel
BuildRequires: meson

%add_python3_path %_datadir/%name

%description
GUI frontend for install third-party applications using epm play.

%prep
%setup

%build
%meson
%meson_build

%install
%meson_install
%find_lang %name

%files -f %name.lang
%_bindir/%name

%_datadir/%name
%_datadir/glib-2.0/schemas/*.gschema.xml
%_datadir/metainfo/*.metainfo.xml

%_desktopdir/ru.eepm.PlayGUI.desktop

%_iconsdir/hicolor/*/apps/*.svg

%changelog
Roman Alifanov's avatar
Roman Alifanov committed
55
* Thu Oct 03 2024 Roman Alifanov <ximper@altlinux.org> 0.1.0-alt1
56
- initial build