2023-05-10 01:00:36 +00:00
|
|
|
{ stdenv
|
|
|
|
, lib
|
2020-04-20 15:03:42 +00:00
|
|
|
, fetchFromGitHub
|
2023-05-10 01:00:36 +00:00
|
|
|
, desktop-file-utils
|
2020-04-20 15:03:42 +00:00
|
|
|
, meson
|
|
|
|
, ninja
|
2021-01-17 02:09:27 +00:00
|
|
|
, pkg-config
|
2020-04-20 15:03:42 +00:00
|
|
|
, vala
|
2023-05-10 01:00:36 +00:00
|
|
|
, wrapGAppsHook4
|
2024-05-31 05:58:48 +00:00
|
|
|
, evolution-data-server-gtk4
|
2020-02-03 18:14:53 +00:00
|
|
|
, glib
|
2021-04-13 14:49:31 +00:00
|
|
|
, glib-networking
|
2024-05-13 11:12:00 +00:00
|
|
|
, gst_all_1
|
2023-05-10 01:00:36 +00:00
|
|
|
, gtk4
|
2024-01-10 15:36:47 +00:00
|
|
|
, gtksourceview5
|
2024-03-06 12:26:01 +00:00
|
|
|
, gxml
|
2023-05-10 01:00:36 +00:00
|
|
|
, json-glib
|
|
|
|
, libadwaita
|
|
|
|
, libgee
|
|
|
|
, libical
|
2023-06-24 02:36:59 +00:00
|
|
|
, libportal-gtk4
|
2024-03-06 12:26:01 +00:00
|
|
|
, libsecret
|
2023-12-19 14:28:01 +00:00
|
|
|
, libsoup_3
|
2023-05-10 01:00:36 +00:00
|
|
|
, pantheon
|
2020-02-03 18:14:53 +00:00
|
|
|
, sqlite
|
2023-05-10 01:00:36 +00:00
|
|
|
, webkitgtk_6_0
|
2020-02-03 18:14:53 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
stdenv.mkDerivation rec {
|
2023-06-24 02:30:08 +00:00
|
|
|
pname = "planify";
|
2024-09-23 21:09:56 +00:00
|
|
|
version = "4.11.4";
|
2020-02-03 18:14:53 +00:00
|
|
|
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "alainm23";
|
2023-06-24 02:30:08 +00:00
|
|
|
repo = "planify";
|
2023-12-10 15:10:39 +00:00
|
|
|
rev = version;
|
2024-09-23 21:09:56 +00:00
|
|
|
hash = "sha256-ADNMSXvfeAT53coAtCu3CVCU5XUFhLbvAH3WPFoKJVE=";
|
2020-02-03 18:14:53 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
nativeBuildInputs = [
|
|
|
|
desktop-file-utils
|
|
|
|
meson
|
|
|
|
ninja
|
2021-01-17 02:09:27 +00:00
|
|
|
pkg-config
|
2020-02-03 18:14:53 +00:00
|
|
|
vala
|
2023-05-10 01:00:36 +00:00
|
|
|
wrapGAppsHook4
|
2020-02-03 18:14:53 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
buildInputs = [
|
2024-05-31 05:58:48 +00:00
|
|
|
evolution-data-server-gtk4
|
2020-02-03 18:14:53 +00:00
|
|
|
glib
|
2021-04-13 14:49:31 +00:00
|
|
|
glib-networking
|
2024-05-13 11:12:00 +00:00
|
|
|
# Needed for GtkMediaStream creation with success.ogg, see #311295.
|
|
|
|
gst_all_1.gst-plugins-base
|
|
|
|
gst_all_1.gst-plugins-good
|
2023-05-10 01:00:36 +00:00
|
|
|
gtk4
|
2024-01-10 15:36:47 +00:00
|
|
|
gtksourceview5
|
2024-03-06 12:26:01 +00:00
|
|
|
gxml
|
2020-04-01 05:07:50 +00:00
|
|
|
json-glib
|
2023-05-10 01:00:36 +00:00
|
|
|
libadwaita
|
2020-04-01 05:07:50 +00:00
|
|
|
libgee
|
|
|
|
libical
|
2023-06-24 02:36:59 +00:00
|
|
|
libportal-gtk4
|
2024-03-06 12:26:01 +00:00
|
|
|
libsecret
|
2023-12-19 14:28:01 +00:00
|
|
|
libsoup_3
|
2023-05-10 01:00:36 +00:00
|
|
|
pantheon.granite7
|
2020-04-01 05:07:50 +00:00
|
|
|
sqlite
|
2023-05-10 01:00:36 +00:00
|
|
|
webkitgtk_6_0
|
2020-02-03 18:14:53 +00:00
|
|
|
];
|
|
|
|
|
2023-12-10 15:10:39 +00:00
|
|
|
mesonFlags = [
|
|
|
|
"-Dprofile=default"
|
|
|
|
];
|
|
|
|
|
2021-01-11 07:54:33 +00:00
|
|
|
meta = with lib; {
|
2023-05-10 01:00:36 +00:00
|
|
|
description = "Task manager with Todoist support designed for GNU/Linux";
|
2023-06-24 02:30:08 +00:00
|
|
|
homepage = "https://github.com/alainm23/planify";
|
2023-05-10 01:00:36 +00:00
|
|
|
license = licenses.gpl3Plus;
|
2024-07-17 15:08:08 +00:00
|
|
|
maintainers = with maintainers; [ ] ++ teams.pantheon.members;
|
2021-11-03 10:27:38 +00:00
|
|
|
platforms = platforms.linux;
|
2023-06-24 02:36:59 +00:00
|
|
|
mainProgram = "io.github.alainm23.planify";
|
2020-02-03 18:14:53 +00:00
|
|
|
};
|
|
|
|
}
|