elementary-planner: cleanup

* add elementary theme
The program forces this theme to be used
* update description
This commit is contained in:
worldofpeace 2020-04-20 11:03:42 -04:00
parent 9409f5ba2d
commit 19c3bbfff1

View File

@ -1,6 +1,12 @@
{ stdenv, fetchFromGitHub, fetchpatch { stdenv
, meson, ninja, pkgconfig, desktop-file-utils , fetchFromGitHub
, python3, vala, wrapGAppsHook , meson
, ninja
, pkgconfig
, desktop-file-utils
, python3
, vala
, wrapGAppsHook
, evolution-data-server , evolution-data-server
, libical , libical
, libgee , libgee
@ -63,8 +69,15 @@ stdenv.mkDerivation rec {
patchShebangs build-aux/meson/post_install.py patchShebangs build-aux/meson/post_install.py
''; '';
preFixup = ''
gappsWrapperArgs+=(
# the theme is hardcoded
--prefix XDG_DATA_DIRS : "${pantheon.elementary-gtk-theme}/share"
)
'';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Task and project manager designed to elementary OS"; description = "Task manager with Todoist support designed for GNU/Linux 🚀";
homepage = "https://planner-todo.web.app"; homepage = "https://planner-todo.web.app";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ] ++ pantheon.maintainers; maintainers = with maintainers; [ dtzWill ] ++ pantheon.maintainers;