1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: dex
Priority: extra
Maintainer: James McCoy <jamessan@debian.org>
Build-Depends: debhelper (>= 9), python3, dh-python
Standards-Version: 3.9.6
Section: x11
Homepage: https://github.com/jceb/dex
Vcs-Git: https://anonscm.debian.org/git/collab-maint/dex.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dex.git/
Package: dex
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: generate and execute Application type .desktop files
DesktopEntry eXecution implements the Freedesktop.org autostart
specification, independent of any desktop or window manager environment.
Applications may be filtered based on the Desktop Environment advertised
in the .desktop file.
.
dex can also create a minimal .desktop file for a specified program.
|