mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for version 4.9.3
This commit is contained in:
parent
44dbe0cfaa
commit
cc359fc48e
6 changed files with 32 additions and 12 deletions
9
.idea/workspace.xml
generated
9
.idea/workspace.xml
generated
|
@ -7,12 +7,13 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Removed unneeded code">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated process exit code">
|
||||
<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/configuration/multilib.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/configuration/multilib.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/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 +470,6 @@
|
|||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="Updated for test" />
|
||||
<MESSAGE value="Reorder" />
|
||||
<MESSAGE value="Updated for link" />
|
||||
<MESSAGE value="Updated for install" />
|
||||
|
@ -494,6 +494,7 @@
|
|||
<MESSAGE value="Updated pages" />
|
||||
<MESSAGE value="Updated for dependencies" />
|
||||
<MESSAGE value="Removed unneeded code" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Removed unneeded code" />
|
||||
<MESSAGE value="Updated process exit code" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Updated process exit code" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,5 +1,16 @@
|
|||
## slpkg - ChangeLog
|
||||
|
||||
### 4.9.3 - 28/11/2023
|
||||
- Updated:
|
||||
* [Tracking] Returns the complete list of dependencies of a package
|
||||
* Process exit status code message
|
||||
|
||||
- Fixed:
|
||||
* Process stderr exit code
|
||||
|
||||
- Added:
|
||||
* pprkut repository
|
||||
|
||||
### 4.9.2 - 05/08/2023
|
||||
- Updated:
|
||||
* Check updates function for return repository size
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# CLI USAGE
|
||||
|
||||
```bash
|
||||
slpkg - version 4.9.1
|
||||
slpkg - version 4.9.3
|
||||
|
||||
USAGE:
|
||||
slpkg [COMMAND] [OPTIONS] [FILELIST|PACKAGES...]
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
## Download
|
||||
|
||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.2/slpkg-4.9.2.tar.gz">slpkg-4.9.2.tar.gz</a>
|
||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.3/slpkg-4.9.3.tar.gz">slpkg-4.9.3.tar.gz</a>
|
||||
|
||||
## Install
|
||||
```shell
|
||||
$ tar xvf slpkg-4.9.2.tar.gz
|
||||
$ cd slpkg-4.9.2
|
||||
$ tar xvf slpkg-4.9.3.tar.gz
|
||||
$ cd slpkg-4.9.3
|
||||
$ ./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-4.9.2-x86_64-1_dsw.txz">slpkg-4.9.2-x86_64-1_dsw.txz</a>
|
||||
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-4.9.3-x86_64-1_dsw.txz">slpkg-4.9.3-x86_64-1_dsw.txz</a>
|
||||
|
||||
```shell
|
||||
$ upgradepkg --install-new slpkg-4.9.2-x86_64-1_dsw.txz
|
||||
$ upgradepkg --install-new slpkg-4.9.3-x86_64-1_dsw.txz
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
|
|
@ -264,8 +264,15 @@ colors are disabled.
|
|||
|
||||
1 Something wrong happened.
|
||||
|
||||
20 No package found to be downloaded, installed, reinstalled, upgraded,
|
||||
or removed.
|
||||
Installpkg and upgradepkg exit error code:
|
||||
|
||||
1 = tar returned error code
|
||||
|
||||
2 = corrupt compression envelope
|
||||
|
||||
3 = does not end in .tgz
|
||||
|
||||
4 = no such file
|
||||
|
||||
# EXPLANATION CHARACTERS
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ This is the list of the supported repositories:
|
|||
* <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>
|
||||
|
||||
## repositories.toml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue