Search Criteria
Package Details: lxqt-notificationd-git 0.12.0.5.g549013c-1
Git Clone URL: | https://aur.archlinux.org/lxqt-notificationd-git.git (read-only, click to copy) |
---|---|
Package Base: | lxqt-notificationd-git |
Description: | LXQt notification daemon and library. |
Upstream URL: | https://lxqt.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jleclanche |
Maintainer: | yan12125 |
Last Packager: | yan12125 |
Votes: | 40 |
Popularity: | 0.000000 |
First Submitted: | 2013-10-24 00:55 |
Last Updated: | 2018-08-14 17:20 |
Dependencies (7)
- kwindowsystem (kwindowsystem-git)
- liblxqt-git
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- cmake (cmake-git) (make)
- git (git-git) (make)
- lxqt-build-tools-git (make)
- qt5-tools (qt5-tools-git) (make)
Required by (41)
- awesome-cinnamon (requires notification-daemon)
- awesome-gnome (requires notification-daemon)
- barify (requires notification-daemon)
- batify (requires notification-daemon) (optional)
- batify-git (requires notification-daemon) (optional)
- batterymon-clone (requires notification-daemon) (optional)
- batti (requires notification-daemon) (optional)
- blueman-git (requires notification-daemon)
- buzz-git (requires notification-daemon)
- epoptes (requires notification-daemon)
- epoptes-bzr (requires notification-daemon)
- fluxable-newmenu (requires notification-daemon) (optional)
- gajim-git (requires notification-daemon) (optional)
- gajimbo-git (requires notification-daemon) (optional)
- github-notify (requires notification-daemon)
- i3-volume (requires notification-daemon)
- indicator-keylock (requires notification-daemon) (optional)
- kalu (requires notification-daemon)
- kalu-git (requires notification-daemon)
- kalu-kde (requires notification-daemon)
- linconnect-server-git (requires notification-daemon) (optional)
- lxqt-desktop-git
- lxqt-kwin-desktop-git (requires lxqt-notificationd)
- mail-notification (requires notification-daemon)
- minirss-git (requires notification-daemon)
- moonwm-git (requires notification-daemon)
- napi-bash (requires notification-daemon) (optional)
- napi-bash-git (requires notification-daemon) (optional)
- netgui (requires notification-daemon) (optional)
- notification-daemon-engine-ubuntu (requires notification-daemon)
- obdevicemenu (requires notification-daemon) (optional)
- qubes-vm-core (requires notification-daemon)
- ran-git (requires notification-daemon) (optional)
- transmission-cmake-gtk (requires notification-daemon) (optional)
- transmission-csd-git (requires notification-daemon) (optional)
- transmission-gtk-git (requires notification-daemon) (optional)
- turpial (requires notification-daemon)
- turpial-git (requires notification-daemon)
- wicd-gtk-git (requires notification-daemon) (optional)
- xwrited (requires notification-daemon)
- xwrited-hg (requires notification-daemon)
Latest Comments
1 2 Next › Last »
yan12125 commented on 2017-06-16 20:45
Oops, I didn't see your orphan request @m4sk1n. If you want to take over the package feel free to ping me here or drop me a mail.
yan12125 commented on 2017-06-16 20:36
Adopted and removed lxqt-common. Please tell me if there are more issues.
technic93 commented on 2017-06-13 12:03
Please remove lxqt-common.
ahrs commented on 2017-06-12 11:33
Oh great maintainer, I too would like to call on you to remove lxqt-common from the dependencies. It's really annoying to go through the process of building all of the lxqt packages in the AUR only for the installation to fail due to a package conflict.
I'm currently using sed -i 's/"lxqt-common"//g' PKGBUILD as a workaround.
yan12125 commented on 2017-06-09 08:39
Hi, could you remove lxqt-common from depends? It's deprecated and no longer necessary.
https://github.com/lxde/lxqt/issues/1274
yan12125 commented on 2016-07-31 08:25
Hi, could you add 'notification-daemon' to provides? Just like what I've asked at https://bugs.archlinux.org/task/49952
JKAbrams commented on 2015-07-22 22:08
Changeing:
#include <SysStat/CpuStat>
#include <SysStat/MemStat>
#include <SysStat/NetStat>
into:
#include <sysstat-qt5/SysStat/CpuStat>
#include <sysstat-qt5/SysStat/MemStat>
#include <sysstat-qt5/SysStat/NetStat>
in the files:
lxqt-panel-git/src/lxqt-panel/plugin-sysstat/lxqtsysstat.cpp
lxqt-panel-git/src/lxqt-panel/plugin-sysstat/lxqtsysstatconfiguration.cpp
fixes the problem.
JKAbrams commented on 2015-07-22 21:49
I spoke too soon:
lxqt-panel-git/src/lxqt-panel/plugin-sysstat/lxqtsysstat.cpp:31:27: fatal error: SysStat/CpuStat: No such file or directory
compilation terminated.
JKAbrams commented on 2015-07-22 21:46
libsysstat just need to be install and then it builds, should be in build-dep.
JKAbrams commented on 2015-07-22 21:34
-- Network Monitor plugin requires libstatgrab
--
CMake Error at plugin-sysstat/CMakeLists.txt:3 (find_package):
By not providing "FindSysStat-Qt5.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"SysStat-Qt5", but CMake did not find one.
Could not find a package configuration file provided by "SysStat-Qt5" with
any of the following names:
SysStat-Qt5Config.cmake
sysstat-qt5-config.cmake
Add the installation prefix of "SysStat-Qt5" to CMAKE_PREFIX_PATH or set
"SysStat-Qt5_DIR" to a directory containing one of the above files. If
"SysStat-Qt5" provides a separate development package or SDK, be sure it
has been installed.