makedeb
Unify Qt application style of CutefishOS
Click here to go back to the commit logs for cutefish-qt-plugins.
Hash: ee941728435be4694f32144a586017b90c2b3128
Message: Added Files
diff --git a/.SRCINFO b/.SRCINFO
index ee931dc..604adac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,11 +8,16 @@ pkgbase = cutefish-qt-plugins
license = GPL
makedepends = extra-cmake-modules
makedepends = ninja-build
- makedepends = qt5-tools
- depends = kwindowsystem
- depends = libdbusmenu-qt5
- depends = libqtxdg
- depends = qt5-quickcontrols2
+ makedepends = qttools5-dev-tools
+ makedepends = qtbase5-dev
+ makedepends = qtdeclarative5-dev
+ makedepends = qtquickcontrols2-5-dev
+ makedepends = libxcb-ewmh-dev
+ makedepends = qttools5-dev
+ depends = libkf5windowsystem-dev
+ depends = libdbusmenu-qt5-dev
+ depends = libqt5xdg-dev
+ depends = qtquickcontrols2-5-dev
source = https://github.com/cutefishos/qt-plugins/archive/0.3/cutefish-qt-plugins-0.3.tar.gz
sha512sums = 69bc440e6285be6fc702d5f27b2178e009f9609af2658700555d295a4584c82636821b9b1fe30e4b2511d6e68612b9bc131480f388c7d9395e45381d9b6258c2
diff --git a/PKGBUILD b/PKGBUILD
index 8260495..654a9a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Maintainer: Maksym Titenko <titenko.m@gmail.com>
+# Maksym Titenko - Port for Ubuntu
+# Aryan Pathania (aynp)
pkgname=cutefish-qt-plugins
pkgver=0.3
@@ -8,8 +11,8 @@ arch=('x86_64')
url="https://github.com/cutefishos/qt-plugins"
license=('GPL')
groups=('cutefish')
-depends=('kwindowsystem' 'libdbusmenu-qt5' 'libqtxdg' 'qt5-quickcontrols2')
-makedepends=('extra-cmake-modules' 'ninja-build' 'qt5-tools')
+depends=('libkf5windowsystem-dev' 'libdbusmenu-qt5-dev' 'libqt5xdg-dev' 'qtquickcontrols2-5-dev')
+makedepends=('extra-cmake-modules' 'ninja-build' 'qttools5-dev-tools' 'qtbase5-dev' 'qtdeclarative5-dev' 'qtquickcontrols2-5-dev' 'libxcb-ewmh-dev' 'qttools5-dev')
source=("https://github.com/cutefishos/qt-plugins/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('69bc440e6285be6fc702d5f27b2178e009f9609af2658700555d295a4584c82636821b9b1fe30e4b2511d6e68612b9bc131480f388c7d9395e45381d9b6258c2')