makedeb
System library for Cutefish applications
Click here to go back to the commit logs for libcutefish.
Hash: 4b319ee9c740014024e5f90b7d98365b69e03d3d
Message: Added Files
diff --git a/.SRCINFO b/.SRCINFO
index 935c8e3..ff102b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,12 +6,19 @@ pkgbase = libcutefish
arch = x86_64
license = GPL
makedepends = extra-cmake-modules
- makedepends = ninja
- makedepends = qt5-tools
+ makedepends = ninja-build
+ makedepends = qttools5-dev-tools
+ makedepends = qtbase5-dev
+ makedepends = qtdeclarative5-dev
+ makedepends = qtquickcontrols2-5-dev
+ makedepends = qttools5-dev
depends = kscreen
- depends = modemmanager-qt
- depends = networkmanager-qt
- depends = qt5-quickcontrols2
+ depends = modemmanager-qt-dev
+ depends = libkf5networkmanagerqt-dev
+ depends = libqt5quickcontrols2-5
+ depends = libkf5screen-dev
+ depends = libkf5kio-dev
+ depends = libqt5sensors5-dev
depends = accountsservice
depends = bluez
source = https://github.com/cutefishos/libcutefish/archive/0.2/libcutefish-0.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 220e0d4..acc1a99 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=libcutefish
pkgver=0.2
@@ -7,10 +10,10 @@ pkgdesc="System library for Cutefish applications"
arch=('x86_64')
url="https://github.com/cutefishos/libcutefish"
license=('GPL')
-depends=('kscreen' 'modemmanager-qt' 'networkmanager-qt' 'qt5-quickcontrols2'
+depends=('kscreen' 'modemmanager-qt-dev' 'libkf5networkmanagerqt-dev' 'libqt5quickcontrols2-5' 'libkf5screen-dev' 'libkf5kio-dev' 'libqt5sensors5-dev'
# via dbus:
'accountsservice' 'bluez')
-makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+makedepends=('extra-cmake-modules' 'ninja-build' 'qttools5-dev-tools' 'qtbase5-dev' 'qtdeclarative5-dev' 'qtquickcontrols2-5-dev' 'qttools5-dev')
source=("https://github.com/cutefishos/libcutefish/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('eb36a032081f5abcd886f646d47cb75b180c36d292a2df91f5eea8c091fb17fcfc7fbef4bd36ef448b46511dd8552fe34a946c20f9c0cb2069624b6b4b7705f1')