mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated for version 5.0.4
This commit is contained in:
parent
d8d2afe6a7
commit
f0fc6cc4de
5 changed files with 28 additions and 19 deletions
|
@ -7,10 +7,12 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Fix to split the summary message">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for a bug report">
|
||||
<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" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -467,7 +469,6 @@
|
|||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="Updated for multilib" />
|
||||
<MESSAGE value="Updated for date" />
|
||||
<MESSAGE value="Updated for icon" />
|
||||
<MESSAGE value="Updated for logo" />
|
||||
|
@ -492,6 +493,7 @@
|
|||
<MESSAGE value="Updated for remove" />
|
||||
<MESSAGE value="Updated for version 5.0.2" />
|
||||
<MESSAGE value="Fix to split the summary message" />
|
||||
<option name="LAST_COMMIT_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" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,5 +1,20 @@
|
|||
## slpkg - ChangeLog
|
||||
|
||||
### 5.0.4 - 04/04/2024
|
||||
- Updated:
|
||||
* Updated to ignore blacklist installed packages
|
||||
* Updated progress bar spinners
|
||||
|
||||
- Removed:
|
||||
* python3-progress dependency
|
||||
|
||||
- Bugfixes:
|
||||
* Fixed compare invalid packages version
|
||||
* Fixed to work with locals repositories
|
||||
|
||||
- Added:
|
||||
* Added extra lftp mirror options in the config file
|
||||
|
||||
### 5.0.3 - 01/04/2024
|
||||
- Updated:
|
||||
* Updated for slpkg_new-configs and (D)iff command (Thanks to Marav)
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
## Download
|
||||
|
||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.0.3/slpkg-5.0.3.tar.gz">slpkg-5.0.3.tar.gz</a>
|
||||
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>
|
||||
|
||||
## Install
|
||||
```shell
|
||||
$ tar xvf slpkg-5.0.3.tar.gz
|
||||
$ cd slpkg-5.0.3
|
||||
$ tar xvf slpkg-5.0.4.tar.gz
|
||||
$ cd slpkg-5.0.4
|
||||
$ ./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.3-x86_64-1_dsw.txz">slpkg-5.0.3-x86_64-1_dsw.txz</a>
|
||||
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>
|
||||
|
||||
```shell
|
||||
$ upgradepkg --install-new slpkg-5.0.3-x86_64-1_dsw.txz
|
||||
$ upgradepkg --install-new slpkg-5.0.4-x86_64-1_dsw.txz
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# slpkg(1)
|
||||
|
||||
Version 5.0.0, Orestiada, Hellas
|
||||
Version 5.0.4, Orestiada, Hellas
|
||||
|
||||
|
||||
slpkg - Package manager utility for Slackware.
|
||||
|
@ -229,8 +229,6 @@ Repositories file in the /etc/slpkg/repositories.toml file.
|
|||
|
||||
Blacklist file in the /etc/slpkg/blacklist.toml file.
|
||||
|
||||
Rules file in the /etc/slpkg/rules.toml file.
|
||||
|
||||
_slpkg\_new-configs_ command it's managing the .new configuration files easily and fast. Move, copy or remove them.
|
||||
|
||||
<a name="report-bugs"></a>
|
||||
|
@ -240,8 +238,6 @@ _slpkg\_new-configs_ command it's managing the .new configuration files easily a
|
|||
|
||||
Please report any found to: https://gitlab.com/dslackw/slpkg/-/issues.
|
||||
|
||||
Note: With the issue, please reference the log file you will find in the /tmp/slpkg/logs/slpkg.log path and paste it too.
|
||||
|
||||
<a name="author"></a>
|
||||
|
||||
# Author
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# slpkg(1)
|
||||
|
||||
Version 5.0.0, Orestiada, Hellas
|
||||
Version 5.0.4, Orestiada, Hellas
|
||||
|
||||
|
||||
<a name="nom"></a>
|
||||
|
@ -233,8 +233,6 @@ Fichier de référentiels dans le fichier /etc/slpkg/repositories.toml.
|
|||
|
||||
Fichier de liste noire dans le fichier /etc/slpkg/blacklist.toml.
|
||||
|
||||
Fichier de règles dans le fichier /etc/slpkg/rules.toml.
|
||||
|
||||
_slpkg\_new-configs_ permet de gérer les fichiers de configuration .new facilement et rapidement. Déplacez-les, copiez-les ou supprimez-les.
|
||||
|
||||
<a name="rapport-de-bogues"></a>
|
||||
|
@ -244,8 +242,6 @@ _slpkg\_new-configs_ permet de gérer les fichiers de configuration .new facilem
|
|||
|
||||
Veuillez rapporter tout bug trouvé à : https://gitlab.com/dslackw/slpkg/-/issues.
|
||||
|
||||
Note : Avec le problème, veuillez référencer le fichier journal que vous trouverez dans le chemin /tmp/slpkg/logs/slpkg.log et le coller également.
|
||||
|
||||
<a name="auteur"></a>
|
||||
|
||||
# Auteur
|
||||
|
|
Loading…
Reference in a new issue