forked from mirrors/nixpkgs
Remove kde4.eventlist
- Not useful without the KDE 4 desktop
This commit is contained in:
parent
eedbb61eb3
commit
db5ab73ec8
|
@ -1,30 +0,0 @@
|
|||
{ stdenv, fetchurl, automoc4, cmake, gettext, perl, pkgconfig
|
||||
, kdelibs, kdepimlibs, akonadi, boost }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "plasmoid-eventlist-0.6.96";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://kde-look.org/CONTENT/content-files/107779-plasmoid-eventlist-0.6.96.tar.bz2";
|
||||
sha256 = "26cc7bd1c465bf1379fd0ba1fa8592eaa62f2553734d1b283e17359103908eea";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ automoc4 cmake gettext perl pkgconfig ];
|
||||
buildInputs = [ kdelibs kdepimlibs akonadi boost ];
|
||||
|
||||
meta = {
|
||||
inherit (kdelibs.meta) platforms;
|
||||
description = "KDE Plasmoid to show events and todos on the desktop";
|
||||
longDescription = ''
|
||||
This is a plasmoid to show the events and todos from Akonadi resources (KOrganizer, Birthdays etc.).
|
||||
With a google resource also Google calendar items can be shown.
|
||||
Also possible with a CalDAV resource.
|
||||
A facebook resource is also available.
|
||||
|
||||
Incidences can be filtered, added, edited, deleted via context menu.
|
||||
'';
|
||||
homepage = "http://kde-look.org/content/show.php/Eventlist?content=107779";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
|
||||
};
|
||||
}
|
|
@ -16713,8 +16713,6 @@ with pkgs;
|
|||
|
||||
choqok = callPackage ../applications/networking/instant-messengers/choqok { };
|
||||
|
||||
eventlist = callPackage ../applications/office/eventlist {};
|
||||
|
||||
k3b-original = lowPrio (callPackage ../applications/misc/k3b { });
|
||||
|
||||
k3b = callPackage ../applications/misc/k3b/wrapper.nix { };
|
||||
|
|
Loading…
Reference in a new issue