Skip to content

Commit 1983193

Browse files
committed
documentation update
1 parent 0bd9bb2 commit 1983193

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

doc/PACKAGING.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,19 @@ Perl Distribution Compactor depends on [Module::ScanDeps](https://metacpan.org/p
4040
``{PEB_executable_directory}/resources/app/{application_name}.appdata.xml``
4141

4242
``{PEB_executable_directory}/resources/app/{application_name}.desktop``
43-
is mandatory for any PEB-based application going to be packed by the PEB AppImage Maker.
44-
A minimal example of ``.desktop`` is available [here](https://github.com/ddmitov/perl-executing-browser/blob/master/resources/app/peb-demo.desktop).
45-
``Icon=app`` inside ``.desktop`` must not be changed for the proper display of the application icon.
46-
All registered categories in an ``.desktop`` are available [here](https://standards.freedesktop.org/menu-spec/latest/apa.html).
47-
Any ``.desktop`` file can be validated using the ``desktop-file-validate`` tool from
48-
the ``desktop-file-utils`` package in all major Linux distributions.
43+
is mandatory for any PEB-based application which will be packed by the PEB AppImage Maker.
44+
A minimal example of а ``.desktop`` file is available [here](https://github.com/ddmitov/perl-executing-browser/blob/master/resources/app/peb-demo.desktop).
45+
``Icon=app`` inside a ``.desktop`` file must not be changed for the proper display of the application icon.
46+
All registered categories in a ``.desktop`` file are available [here](https://standards.freedesktop.org/menu-spec/latest/apa.html).
47+
Any ``.desktop`` file can be validated using the ``desktop-file-validate`` tool from the ``desktop-file-utils`` package in all major Linux distributions.
4948

50-
The [AppStream Generator](http://output.jsbin.com/qoqukof) of [probonopd](https://github.com/probonopd) is the recommended tool for generating AppStream ``.appdata.xml`` files for PEB-based applications. An example AppStream file is available [here](https://github.com/ddmitov/perl-executing-browser/blob/master/resources/app/peb-demo.appdata.xml).
51-
An AppStream file is not mandatory, but is highly recommended.
49+
The [AppStream Generator](http://output.jsbin.com/qoqukof) of [probonopd](https://github.com/probonopd) is the recommended tool for generating AppStream ``.appdata.xml`` files for PEB-based applications. An example AppStream file is available [here](https://github.com/ddmitov/perl-executing-browser/blob/master/resources/app/peb-demo.appdata.xml). An AppStream file is not mandatory, but is highly recommended.
5250

5351
Both PEB AppImage configuration files are put on their places in the AppImage directory tree structure by the PEB AppImage Maker script.
5452

5553
* **PEB AppImage Builder Docker Container**
5654

57-
An easy building environment for PEB AppImage executables is the provided [PEB AppImage Builder Docker Container](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/Dockerfile).
55+
An easy building environment for PEB AppImage executables is the [PEB AppImage Builder Docker Container](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/Dockerfile).
5856
To build it, type the following command in the PEB project root directory (the directory of the README.md):
5957

6058
```bash

0 commit comments

Comments
 (0)