Hello,
can you reproduce this problem ? I just reinstalled it without any issue, but I admit my latest Arch update is long overdue :D
I'll update the whole system and try it again
Search Criteria
Package Details: diskmonitor 0.3.2-1
Git Clone URL: | https://aur.archlinux.org/diskmonitor.git (read-only) |
---|---|
Package Base: | diskmonitor |
Description: | KDE tools to monitor SMART devices and MDRaid health status |
Upstream URL: | https://github.com/papylhomme/diskmonitor |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | papylhomme |
Last Packager: | papylhomme |
Votes: | 18 |
Popularity: | 1.098689 |
First Submitted: | 2006-09-01 10:20 |
Last Updated: | 2018-04-20 20:54 |
Dependencies (10)
- ki18n (ki18n-git)
- kiconthemes (kiconthemes-git)
- knotifications (knotifications-git)
- kxmlgui (kxmlgui-git)
- plasma-framework (plasma-framework-git)
- qt5-base (qt5-base-git)
- udisks2 (udisks2-elogind, udisks2-nosystemd)
- cmake (cmake-git) (make)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
Required by (0)
Sources (1)
Latest Comments
pdf commented on 2017-01-25 01:53
papylhomme commented on 2017-01-14 10:21
promike commented on 2016-12-29 22:35
Hello!
There seems to be a little problem with SRCINFO:
:: diskmonitor package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.
If they match (or the .SRCINFO is missing), the package can be installed
papylhomme commented on 2015-08-22 19:22
I forgot about this tool :D
- Added knotifications and kxmlgui as dependencies.
- qt5-declarative is required by the plasmoid, so I left it out as it will always pull plasma-framework.
- udisks2 is the backend providing info. Their is no binary link to it as it is accessed via DBus.
This time with package version bump !
sl1pkn07 commented on 2015-08-22 19:19
without adding explicity plasma-framework
└───╼ namcap diskmonitor-0.3.1-1-x86_64.pkg.tar.xz
diskmonitor E: Dependency qt5-declarative detected and not included (libraries ['usr/lib/libQt5Qml.so.5'] needed in files ['usr/lib/qt/qml/org/papylhomme/diskmonitor/libdiskmonitor_qmlplugins.so'])
diskmonitor E: Dependency knotifications detected and not included (libraries ['usr/lib/libKF5Notifications.so.5'] needed in files ['usr/lib/qt/qml/org/papylhomme/diskmonitor/libdiskmonitor_qmlplugins.so'])
diskmonitor E: Dependency kxmlgui detected and not included (libraries ['usr/lib/libKF5XmlGui.so.5'] needed in files ['usr/bin/diskmonitor'])
diskmonitor W: Dependency included and not needed ('udisks2')
NOTE: with add plasma-framework in depends, also say udisk2 not need. this is problem of namcap because no search call executables into libs or scripts
sl1pkn07 commented on 2015-08-22 19:13
without adding explicity plasma-framework
└───╼ namcap diskmonitor-0.3.1-1-x86_64.pkg.tar.xz
diskmonitor E: Dependency qt5-declarative detected and not included (libraries ['usr/lib/libQt5Qml.so.5'] needed in files ['usr/lib/qt/qml/org/papylhomme/diskmonitor/libdiskmonitor_qmlplugins.so'])
diskmonitor E: Dependency knotifications detected and not included (libraries ['usr/lib/libKF5Notifications.so.5'] needed in files ['usr/lib/qt/qml/org/papylhomme/diskmonitor/libdiskmonitor_qmlplugins.so'])
diskmonitor E: Dependency kxmlgui detected and not included (libraries ['usr/lib/libKF5XmlGui.so.5'] needed in files ['usr/bin/diskmonitor'])
NOTE: with add plasma-framework in depends, also say udisk2 not need. this is problem of namcap because no search call executables into libs or scripts
sl1pkn07 commented on 2015-08-22 19:12
without adding explicity plasma-framework
└───╼ namcap diskmonitor-0.3.1-1-x86_64.pkg.tar.xz
diskmonitor E: Dependency qt5-declarative detected and not included (libraries ['usr/lib/libQt5Qml.so.5'] needed in files ['usr/lib/qt/qml/org/papylhomme/diskmonitor/libdiskmonitor_qmlplugins.so'])
diskmonitor E: Dependency knotifications detected and not included (libraries ['usr/lib/libKF5Notifications.so.5'] needed in files ['usr/lib/qt/qml/org/papylhomme/diskmonitor/libdiskmonitor_qmlplugins.so'])
diskmonitor E: Dependency kxmlgui detected and not included (libraries ['usr/lib/libKF5XmlGui.so.5'] needed in files ['usr/bin/diskmonitor'])
NOTE: with add plasma-framework in depends, also say udisk2 not need. this is problem of namcap because no search call executables into libs and scripts
sl1pkn07 commented on 2015-08-22 19:05
without add explicity plasma-framework
└───╼ namcap diskmonitor-0.3.1-1-x86_64.pkg.tar.xz
diskmonitor E: Dependency qt5-declarative detected and not included (libraries ['usr/lib/libQt5Qml.so.5'] needed in files ['usr/lib/qt/qml/org/papylhomme/diskmonitor/libdiskmonitor_qmlplugins.so'])
diskmonitor E: Dependency knotifications detected and not included (libraries ['usr/lib/libKF5Notifications.so.5'] needed in files ['usr/lib/qt/qml/org/papylhomme/diskmonitor/libdiskmonitor_qmlplugins.so'])
diskmonitor E: Dependency kxmlgui detected and not included (libraries ['usr/lib/libKF5XmlGui.so.5'] needed in files ['usr/bin/diskmonitor'])
diskmonitor W: Dependency included and not needed ('udisks2')
papylhomme commented on 2015-08-22 18:03
Hello and thanks, you're right, I certainly shouldn't depend on kdelibs, I fixed it.
Regarding the other dependencies being pulled by plasma-framework, the diskmonitor GUI application depends on them explicitly, I prefer to keep them and not to rely on plasma-framework dependencies. Can you test the new PKGBUILD and report if this is working for you ?
sl1pkn07 commented on 2015-08-22 13:31
are you sure needs kdelibs?
kdelibs is a qt4/kde4 program
and I've test the pkgbuild, only needs:
depends=('udisks2' 'plasma-framework')
and
makedepends=('cmake' 'extra-cmake-modules' 'git' 'python')
the rest of depends is pulled by plasma-framework package
greetings
papylhomme commented on 2015-03-09 13:40
Thanks, updated depends to ('udisks2' 'qt5-base' 'kdelibs' 'ki18n' 'kiconthemes' 'plasma-framework' ) and makedepends ('cmake' 'extra-cmake-modules' 'git')
As for smarmontools, diskmonitor depends only on udisks2. Is there any problem when the package isn't installed ?
davidmcinnis commented on 2015-03-06 17:32
Additional dependencies: smartmontools, plasma-framework, git, kdelibs
davidmcinnis commented on 2015-03-06 17:23
Additional dependencies: smartmontools, plasma-framework, git
davidmcinnis commented on 2015-03-06 17:23
davidmcinnis commented on 2015-03-06 13:30
Additional dependencies: smartmontools, plasma-framework
davidmcinnis commented on 2015-03-06 13:26
Additional dependency: plasma-framework
papylhomme commented on 2015-02-11 11:37
Following this discussion https://bbs.archlinux.org/viewtopic.php?pid=1501858#p1501858, I'm taking over this package to replace it. If anyone want the old one back please tell me
AHoneybun commented on 2012-06-17 05:16
Depends on KDE 3.5, Should be linked to the Tri Project.
.SRCINFO is outdated: http://pastebin.com/QE1r7TaJ