Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm-play-gui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Roman Alifanov
eepm-play-gui
Commits
39910e3d
Commit
39910e3d
authored
Mar 29, 2025
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.7.0-alt1
- very large speed up of getting a list of packages
parent
deeb156b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
eepm-play-gui.spec
eepm-play-gui.spec
+4
-1
meson.build
meson.build
+1
-1
main.py
src/main.py
+1
-1
No files found.
eepm-play-gui.spec
View file @
39910e3d
Name: eepm-play-gui
Version: 0.
6
.0
Version: 0.
7
.0
Release: alt1
License: AGPL2
...
...
@@ -52,6 +52,9 @@ GUI frontend for install third-party applications using epm play.
%_iconsdir/hicolor/*/apps/*.svg
%changelog
* Sat Mar 29 2025 Roman Alifanov <ximper@altlinux.org> 0.7.0-alt1
- very large speed up of getting a list of packages
* Sat Dec 28 2024 Roman Alifanov <ximper@altlinux.org> 0.6.0-alt1
- fixed bug: programs could not be installed if the list of installed programs from epm play was empty
- implemented `epm play --product-alternatives` support
...
...
meson.build
View file @
39910e3d
project('eepm-play-gui',
version: '0.
6
.0',
version: '0.
7
.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
...
...
src/main.py
View file @
39910e3d
...
...
@@ -52,7 +52,7 @@ class EepmPlayGuiApplication(Adw.Application):
about
=
Adw
.
AboutDialog
(
application_name
=
'eepm-play-gui'
,
application_icon
=
'ru.eepm.PlayGUI'
,
developer_name
=
'Etersoft'
,
version
=
'0.
6
.0'
,
version
=
'0.
7
.0'
,
developers
=
[
'Roman Alifanov (Ximper) <ximper@etersoft.ru>'
,
"Vladimir Vaskov <rirusha@altlinux.org>"
],
designers
=
[
'Roman Alifanov (Ximper) <ximper@etersoft.ru>'
,
"Vladimir Vaskov <rirusha@altlinux.org>"
],
artists
=
[
'Roman Alifanov (Ximper) <ximper@etersoft.ru>'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment