Updated for version 5.0.5

This commit is contained in:
Dimitris Zlatanidis 2024-04-12 21:41:01 +03:00
parent f0fc6cc4de
commit 4c2c92314e
5 changed files with 47 additions and 29 deletions

View file

@ -7,12 +7,12 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for a bug report">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for coding style">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/changelog.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/changelog.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/cli_usage/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/cli_usage/index.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/install.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/install.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/manpages/en.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/manpages/en.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/manpages/fr.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/manpages/fr.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/repositories.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/repositories.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -469,7 +469,6 @@
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="Updated for date" />
<MESSAGE value="Updated for icon" />
<MESSAGE value="Updated for logo" />
<MESSAGE value="Updated for linked" />
@ -494,6 +493,7 @@
<MESSAGE value="Updated for version 5.0.2" />
<MESSAGE value="Fix to split the summary message" />
<MESSAGE value="Updated for a bug report" />
<option name="LAST_COMMIT_MESSAGE" value="Updated for a bug report" />
<MESSAGE value="Updated for coding style" />
<option name="LAST_COMMIT_MESSAGE" value="Updated for coding style" />
</component>
</project>

View file

@ -1,5 +1,24 @@
## slpkg - ChangeLog
### 5.0.5 - 12/04/2024
- Added:
* Added maximum parallel for downloading in the config file
* Added --pkg-version option in search command
* Added display the file size with the command find
- Removed:
* Removed support for local repositories
- Updated:
* Updated to exclude packages from slack_extra repository (Thanks to Marav)
* Updated salixos mirrors
* Updated the repositories.toml config file
- Fixed:
* Fixed BrokenPipeError: [Errno 32] Broken pipe
* Fixed for download path in download only
* Fixed alignment in search command
### 5.0.4 - 04/04/2024
- Updated:
* Updated to ignore blacklist installed packages

View file

@ -1,7 +1,7 @@
# CLI USAGE
```bash
slpkg - version 5.0.3
slpkg - version 5.0.5
USAGE: [0/7807]
slpkg [COMMAND] [OPTIONS] <packages>

View file

@ -2,12 +2,12 @@
## Download
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.0.4/slpkg-5.0.4.tar.gz">slpkg-5.0.4.tar.gz</a>
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.0.5'/slpkg-5.0.5'.tar.gz">slpkg-5.0.5'.tar.gz</a>
## Install
```shell
$ tar xvf slpkg-5.0.4.tar.gz
$ cd slpkg-5.0.4
$ tar xvf slpkg-5.0.5'.tar.gz
$ cd slpkg-5.0.5'
$ ./install.sh
```
The package will be installed as Slackware package.
@ -18,10 +18,10 @@ Alternatively you can visit: <a href="https://slackbuilds.org/repository/15.0/sy
## Binary package
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.0.4-x86_64-1_dsw.txz">slpkg-5.0.4-x86_64-1_dsw.txz</a>
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.0.5'-x86_64-1_dsw.txz">slpkg-5.0.5'-x86_64-1_dsw.txz</a>
```shell
$ upgradepkg --install-new slpkg-5.0.4-x86_64-1_dsw.txz
$ upgradepkg --install-new slpkg-5.0.5'-x86_64-1_dsw.txz
```
## Dependencies

View file

@ -4,24 +4,23 @@ This is the list of the supported repositories:
* <a href="https://slackbuilds.org/" target="_blank">Slackbuilds</a>
* <a href="https://cgit.ponce.cc/slackbuilds/" target="_blank">Ponce</a>
* <a href="https://slackware.uk/slackware/slackware64-15.0/" target="_blank">Slackware</a>
* <a href="https://slackware.uk/slackware/slackware64-15.0/extra/" target="_blank">Slackware Extra</a>
* <a href="https://slackware.uk/slackware/slackware64-15.0/patches/" target="_blank">Slackware Patches</a>
* <a href="http://slackware.uk/people/alien/sbrepos/15.0/x86_64/" target="_blank">Alien</a>
* <a href="https://slackware.nl/people/alien/multilib/15.0/" target="_blank">Multilib</a>
* <a href="https://slackware.nl/people/alien/restricted_sbrepos/15.0/x86_64/" target="_blank">Restricted</a>
* <a href="https://reddoglinux.ddns.net/linux/gnome/41.x/x86_64/" target="_blank">Gnome</a>
* <a href="https://slackware.uk/msb/15.0/1.26/x86_64/" target="_blank">Msb</a>
* <a href="https://slackware.uk/csb/15.0/x86_64/" target="_blank">Csb</a>
* <a href="https://slack.conraid.net/repository/slackware64-current/" target="_blank">Conraid</a>
* <a href="https://slackdce.radioclub.ar/slackdce/15.0/x86_64/" target="_blank">slackdce</a>
* <a href="https://packages.slackonly.com/pub/packages/15.0-x86_64/" target="_blank">Slackonly</a>
* <a href="https://download.salixos.org/x86_64/slackware-15.0/" target="_blank">SalixOS</a>
* <a href="https://download.salixos.org/x86_64/slackware-15.0/extra/" target="_blank">SalixOS Extra</a>
* <a href="https://download.salixos.org/x86_64/slackware-15.0/patches/" target="_blank">SalixOS Patches</a>
* <a href="http://www.slackel.gr/repo/x86_64/current/" target="_blank">Slackel</a>
* <a href="https://slackware.uk/slint/x86_64/slint-15.0/" target="_blank">Slint</a>
* <a href="https://repo.liwjatan.org/pprkut/15.0/x86_64/" target="_blank">Pprkut</a>
* <a href="https://slackware.uk/slackware/" target="_blank">Slackware</a>
* <a href="https://slackware.uk/slackware/" target="_blank">Slackware Extra</a>
* <a href="https://slackware.uk/slackware/" target="_blank">Slackware Patches</a>
* <a href="http://slackware.uk/people/alien/sbrepos/" target="_blank">Alien</a>
* <a href="https://slackware.nl/people/alien/multilib/" target="_blank">Multilib</a>
* <a href="https://slackware.nl/people/alien/restricted_sbrepos/" target="_blank">Restricted</a>
* <a href="https://reddoglinux.ddns.net/linux/gnome/" target="_blank">Gnome</a>
* <a href="https://slackware.uk/msb/" target="_blank">Msb</a>
* <a href="https://slackware.uk/csb/" target="_blank">Csb</a>
* <a href="https://slack.conraid.net/repository/" target="_blank">Conraid</a>
* <a href="https://slackdce.radioclub.ar/slackdce/" target="_blank">slackdce</a>
* <a href="https://packages.slackonly.com/pub/packages/" target="_blank">Slackonly</a>
* <a href="https://repo.greeklug.gr/data/pub/linux/salix/" target="_blank">SalixOS</a>
* <a href="https://repo.greeklug.gr/data/pub/linux/salix/" target="_blank">SalixOS Extra</a>
* <a href="http://www.slackel.gr/repo/" target="_blank">Slackel</a>
* <a href="https://slackware.uk/slint/" target="_blank">Slint</a>
* <a href="https://repo.liwjatan.org/pprkut/" target="_blank">Pprkut</a>
## repositories.toml