elementary-planner: 2.5.7 -> 2.6.9
This commit is contained in:
parent
fbf668b702
commit
79a88108f6
@ -12,22 +12,24 @@
|
|||||||
, libgee
|
, libgee
|
||||||
, json-glib
|
, json-glib
|
||||||
, glib
|
, glib
|
||||||
|
, glib-networking
|
||||||
, sqlite
|
, sqlite
|
||||||
, libsoup
|
, libsoup
|
||||||
, gtk3
|
, gtk3
|
||||||
, pantheon /* granite, icons, maintainers */
|
, pantheon /* granite, icons, maintainers */
|
||||||
, webkitgtk
|
, webkitgtk
|
||||||
|
, libpeas
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "elementary-planner";
|
pname = "elementary-planner";
|
||||||
version = "2.5.7";
|
version = "2.6.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alainm23";
|
owner = "alainm23";
|
||||||
repo = "planner";
|
repo = "planner";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0s2f9q7i31c2splflfnaiqviwnxbsp2zvibr70xafhbhnkmzlrsk";
|
sha256 = "17ij017x2cplqhway8376k8mmrll4w1jfwhf7ixldq9g0q2inzd8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -43,10 +45,12 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
evolution-data-server
|
evolution-data-server
|
||||||
glib
|
glib
|
||||||
|
glib-networking
|
||||||
gtk3
|
gtk3
|
||||||
json-glib
|
json-glib
|
||||||
libgee
|
libgee
|
||||||
libical
|
libical
|
||||||
|
libpeas
|
||||||
libsoup
|
libsoup
|
||||||
pantheon.elementary-icon-theme
|
pantheon.elementary-icon-theme
|
||||||
pantheon.granite
|
pantheon.granite
|
||||||
@ -66,6 +70,10 @@ stdenv.mkDerivation rec {
|
|||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
ln -s $out/bin/com.github.alainm23.planner $out/bin/planner
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Task manager with Todoist support designed for GNU/Linux 🚀️";
|
description = "Task manager with Todoist support designed for GNU/Linux 🚀️";
|
||||||
homepage = "https://planner-todo.web.app";
|
homepage = "https://planner-todo.web.app";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user