2023-07-28 13:15:35 +04:30
|
|
|
# Parch Linux Dorood
|
|
|
|
Parch dorood (/do-rood/, درود, pronunciation) which is Persian word for "Greetings", is a welcome app in the Parch distribution. Dorood features:
|
|
|
|
|
|
|
|
- Showing Parch Linux pages on social media
|
|
|
|
- Running the installer program
|
|
|
|
- Updating Parch repositories
|
|
|
|
This program is still on alpha stages and it is not completely ready to use.
|
2023-08-12 21:22:00 +03:30
|
|
|
|
2023-08-19 12:19:43 +03:30
|
|
|
## Build the package on Arch machines
|
|
|
|
|
|
|
|
```shell
|
|
|
|
makepkg -f
|
|
|
|
```
|
|
|
|
|
|
|
|
### Install the package
|
|
|
|
- For installing this pacakge run:
|
2023-07-28 13:15:35 +04:30
|
|
|
```shell
|
2023-08-19 12:19:43 +03:30
|
|
|
cd build
|
|
|
|
sudo pacman -U ./parch-welcome*
|
2023-07-28 13:15:35 +04:30
|
|
|
```
|
|
|
|
|
2023-08-19 12:19:43 +03:30
|
|
|
## Generate Qt Resources (if edited)
|
|
|
|
if you made a changes in src you can update the `qrc` by running this command:
|
2023-07-28 13:15:35 +04:30
|
|
|
```shell
|
2023-08-19 12:19:43 +03:30
|
|
|
cd src
|
|
|
|
python QrcGenerate.py
|
2023-07-28 13:15:35 +04:30
|
|
|
```
|