eepm-play-gui.spec 1.55 KB
Newer Older
1
Name: eepm-play-gui
Roman Alifanov's avatar
Roman Alifanov committed
2
Version: 0.3.0
3 4 5 6 7 8 9 10 11 12 13 14 15
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 56 57 58 59 60 61
* Tue Oct 15 2024 Roman Alifanov <ximper@altlinux.org> 0.3.0-alt1
- fix error: tput: unknown terminfo capability '2'
- added flags dialog and button
- added the ability to answer a question from the terminal (such as [Y/n])
- added the --auto flag and other minor improvements
- added reset button

Roman Alifanov's avatar
Roman Alifanov committed
62 63 64
* Wed Oct 09 2024 Roman Alifanov <ximper@altlinux.org> 0.2.1-alt1
- some improvements (thx rirusha@)

Roman Alifanov's avatar
Roman Alifanov committed
65 66 67 68 69
* Tue Oct 08 2024 Roman Alifanov <ximper@altlinux.org> 0.2.0-alt1
- redesign + changing the color of the row when the state is changed
- added filter: changed
- resetting the button status and lists immediately after command running

Roman Alifanov's avatar
Roman Alifanov committed
70
* Thu Oct 03 2024 Roman Alifanov <ximper@altlinux.org> 0.1.0-alt1
71
- initial build