1
0
Fork 0
mirror of synced 2024-05-19 11:53:43 +12:00

Update README and app metadata

This commit is contained in:
Rafał Mikrut 2021-01-23 20:22:05 +01:00
parent c46df07b11
commit 052590d246
2 changed files with 23 additions and 18 deletions

View file

@ -32,12 +32,12 @@ You can find an instruction on how to use Czkawka [**here**](instructions/Instru
## Requirements ## Requirements
If you are using Windows or Mac binaries, there is no specific requirements. If you are using Windows or Mac binaries, there is no specific requirements.
Same with Appimage on Linux (except having system 18.04+ or similar). Same with Appimage, Flatpak and Snap on Linux (except having system 18.04+ or similar).
Although, compiled GUI binaries on Linux or compiling it on your own OS requires you to install these packages: Although, compiled GUI binaries on Linux or compiling it on your own OS requires you to install these packages:
### Ubuntu/Debian ### Ubuntu/Debian
``` ```
sudo apt install cargo libgtk-3-dev sudo apt install libgtk-3-dev
``` ```
### Fedora/CentOS ### Fedora/CentOS
``` ```
@ -48,10 +48,7 @@ sudo yum install gtk3-devel glib2-devel
sudo xbps-install gcc pkg-config alsa-lib-devel sudo xbps-install gcc pkg-config alsa-lib-devel
``` ```
# Installation # Installation
### Precompiled binaries ### Precompiled binaries
Ready-to-go executables are available [**here**](https://github.com/qarmin/czkawka/releases/). Ready-to-go executables are available [**here**](https://github.com/qarmin/czkawka/releases/).
If the app does not run when clicking at a launcher, run it through a terminal. If the app does not run when clicking at a launcher, run it through a terminal.
@ -99,39 +96,45 @@ You can update the package with the same command.
### Snap ### Snap
Snaps also are available, but there is no access to external drives.
``` ```
sudo snap install czkawka sudo snap install czkawka
``` ```
The Snap store entry can be found [**here**](https://snapcraft.io/czkawka). The Snap store entry can be found [**here**](https://snapcraft.io/czkawka).
Fresh builds are created for every commit, but they may be a little unstable, although that happenes very rarely Fresh builds are available in edge branch, but they may be a little unstable, although that happenes very rarely
because I don't push untested code. because I don't push untested code.
<!-- Dunno if the flatpak section should be here, because it just takes valuable
space, but if you want to keep it you do you. I'm only fixing the english
here. -->
### Flatpak ### Flatpak
Maybe someday ```
flatpak install flathub com.github.qarmin.czkawka
```
Czkawka can be found here - https://flathub.org/apps/details/com.github.qarmin.czkawka
### Debian/Ubuntu repository and PPA ### Debian/Ubuntu repository and PPA
I tried to set up it, but I'm having problems described in this [**issue**](https://salsa.debian.org/rust-team/debcargo-conf/-/issues/21). I tried to set up it, but I'm having problems described in this [**issue**](https://salsa.debian.org/rust-team/debcargo-conf/-/issues/21).
Still you can install Czkawka with different methods on this OS.
### AUR - Arch Linux Package (unofficial) ### AUR - Arch Linux Package (unofficial)
Czkawka is also available in Arch Linux's AUR from which it can be easily installed. Czkawka is also available in Arch Linux's AUR from which it can be easily installed.
``` ```
yay -Syu czkawka-git yay -Syu czkawka-git
``` ```
or
```
yay -Syu czkawka-gui-bin
yay -Syu czkawka-cli-bin
```
*This is unofficial package, so new versions will not be always available.* Package info's - https://aur.archlinux.org/packages/?O=0&SeB=nd&K=czkawka&outdated=&SB=n&SO=a&PP=50&do_Search=Go
*This are unofficial packages, so new versions will not be always available immediately.*
### Docker image (unofficial)
Czkawka docker image is available [**here**](https://github.com/jlesage/docker-czkawka)
### Development versions ### Development versions
Artifacts from each commit can be downloaded [**here**](https://github.com/qarmin/czkawka/actions) Artifacts from each commit can be downloaded [**here**](https://github.com/qarmin/czkawka/actions)
<!-- Note the #Compilation link if you're changing this! --> <!-- Note the #Compilation link if you're changing this! -->
# Compilation # Compilation

View file

@ -2,7 +2,7 @@
<component type="desktop-application"> <component type="desktop-application">
<id>com.github.qarmin.czkawka</id> <id>com.github.qarmin.czkawka</id>
<name>Czkawka</name> <name>Czkawka</name>
<summary>Multi functional app to find duplicates, empty folders, similar images etc.</summary> <summary>Multi functional app to find duplicates, empty folders, similar images, broken files etc.</summary>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license> <project_license>MIT</project_license>
<description> <description>
@ -13,7 +13,9 @@
<launchable type="desktop-id">com.github.qarmin.czkawka.desktop</launchable> <launchable type="desktop-id">com.github.qarmin.czkawka.desktop</launchable>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image>https://user-images.githubusercontent.com/41945903/104711404-9cbb7400-5721-11eb-904d-9677c189f7ab.gif</image> <image>https://user-images.githubusercontent.com/41945903/105611697-04735e00-5db7-11eb-833b-120eff81cf48.png</image>
<image>https://user-images.githubusercontent.com/41945903/105611700-06d5b800-5db7-11eb-93b7-8e121150cf0f.png</image>
<image>https://user-images.githubusercontent.com/41945903/105611698-05a48b00-5db7-11eb-9f2e-c95a3b0bb11f.png</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>