diff --git a/README.md b/README.md index b499af5..5686b39 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ Unify Qt application style of CutefishOS. +### Archlinux ## Dependencies - `sudo pacman -S gcc extra-cmake-modules qt5-base qt5-tools qt5-x11extras libqtxdg libdbusmenu-qt5 libxcb` -## Build +### Debian +## Dependencies +`sudo apt install cmake extra-cmake-modules libqt5x11extras5-dev libkf5windowsystem-dev libqt5xdg-dev libdbusmenu-qt5-dev libxcb-shape0-dev libxcb-icccm4-dev libxcb1-dev libxcb-ewmh-dev qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools` +## Build ```shell mkdir build cd build diff --git a/debian/changelog b/debian/changelog index ef7d24b..f9386a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cutefish-qt-plugins (0.6) UNRELEASED; urgency=high +cutefish-qt-plugins (0.6-1) UNRELEASED; urgency=high * Initial release (CutefishOS) diff --git a/debian/rules b/debian/rules index ab2f7c3..4fe3ea4 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export QT_SELECT=5 %: - dh $@ + dh $@ --parallel override_dh_auto_configure: dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON