makedeb
Unify Qt application style of CutefishOS
Click here to go back to the commit logs for cutefish-qt-plugins.
Hash: 452b22864f3c20ab6ca90bb23afd76622af65a54
Message: Added Files
diff --git a/.SRCINFO b/.SRCINFO
index 2f08265..73830fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,16 +8,30 @@ pkgbase = cutefish-qt-plugins
license = GPL
makedepends = extra-cmake-modules
makedepends = ninja-build
- makedepends = qttools5-dev-tools
+ makedepends = libqt5x11extras5-dev
+ makedepends = libqt5xdg-dev
+ makedepends = libdbusmenu-qt5-dev
+ makedepends = libxcb1-dev
+ makedepends = libxcb-ewmh-dev
makedepends = qtbase5-dev
+ makedepends = qtbase5-private-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
+ makedepends = qttools5-dev-tools
+ depends = libc6
+ depends = libdbusmenu-qt5-2
+ depends = libgcc-s1
+ depends = libkf5windowsystem5
+ depends = libqt5core5a
+ depends = libqt5dbus5
+ depends = libqt5gui5
+ depends = libqt5quickcontrols2-5
+ depends = libqt5widgets5
+ depends = libqt5x11extras5
+ depends = libqt5xdgiconloader3
+ depends = libstdc++6
+ depends = qtbase-abi-5-15-2
source = cutefish-qt-plugins::git+https://github.com/cutefishos/qt-plugins.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b819e9c..dc4417f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,34 @@ url="https://github.com/cutefishos/qt-plugins"
control_fields=("MPR-Package: ${pkgname}")
license=('GPL')
groups=('cutefish')
-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')
+depends=(
+'libc6'
+'libdbusmenu-qt5-2'
+'libgcc-s1'
+'libkf5windowsystem5'
+'libqt5core5a'
+'libqt5dbus5'
+'libqt5gui5'
+'libqt5quickcontrols2-5'
+'libqt5widgets5'
+'libqt5x11extras5'
+'libqt5xdgiconloader3'
+'libstdc++6'
+'qtbase-abi-5-15-2')
+makedepends=(
+'extra-cmake-modules'
+'ninja-build'
+'libqt5x11extras5-dev'
+'libqt5xdg-dev'
+'libdbusmenu-qt5-dev'
+'libxcb1-dev'
+'libxcb-ewmh-dev'
+'qtbase5-dev'
+'qtbase5-private-dev'
+'qtdeclarative5-dev'
+'qtquickcontrols2-5-dev'
+'qttools5-dev'
+'qttools5-dev-tools')
source=("${pkgname}::git+https://github.com/cutefishos/qt-plugins.git")
md5sums=('SKIP')