Merge branch 'main' of github.com:cutefishos/filemanager

This commit is contained in:
kateleet 2021-12-20 23:40:50 +08:00
commit edd04ceff8
3 changed files with 9 additions and 3 deletions

View file

@ -6,7 +6,7 @@ Cutefish File Manager, simple to use, beautiful, and retain the classic PC inter
## Dependencies ## Dependencies
### Debian/Ubuntu ### Ubuntu
``` ```
sudo apt install equivs curl git devscripts lintian build-essential automake autotools-dev --no-install-recommends sudo apt install equivs curl git devscripts lintian build-essential automake autotools-dev --no-install-recommends
@ -14,6 +14,12 @@ sudo apt install equivs curl git devscripts lintian build-essential automake aut
sudo mk-build-deps -i -t "apt-get --yes" -r sudo mk-build-deps -i -t "apt-get --yes" -r
``` ```
### Debian
```
sudo apt install build-essential cmake extra-cmake-modules libkf5kio-dev libkf5solid-dev libkf5windowsystem-dev qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools
```
### ArchLinux ### ArchLinux
```shell ```shell

2
debian/changelog vendored
View file

@ -1,4 +1,4 @@
cutefish-filemanager (0.6) UNRELEASED; urgency=high cutefish-filemanager (0.6-1) UNRELEASED; urgency=high
* Initial release (CutefishOS) <support@cutefishos.com> * Initial release (CutefishOS) <support@cutefishos.com>

2
debian/rules vendored
View file

@ -3,7 +3,7 @@
export QT_SELECT=5 export QT_SELECT=5
%: %:
dh $@ dh $@ --parallel
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON