1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Eventlist: Renamed accordingly and fixed the description.

This commit is contained in:
Matija Šuklje 2013-10-07 00:26:27 +02:00
parent 4f74888a9f
commit c8a9b0069f

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, kdelibs, kdepimlibs, akonadi, gettext, boost }:
stdenv.mkDerivation rec {
name = "eventlist-0.6.96";
name = "plasmoid-eventlist-0.6.96";
src = fetchurl {
url = "http://kde-look.org/CONTENT/content-files/107779-plasmoid-eventlist-0.6.96.tar.bz2";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
inherit (kdelibs.meta) platforms;
description = "KDE Plasmoid to show events and todos on the desktop.";
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.