gnome3.pomodoro: clean up
This commit is contained in:
parent
2d084a349e
commit
0cc5034aa5
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoconf-archive, appstream-glib, intltool, pkgconfig, libtool, wrapGAppsHook,
|
{ stdenv, fetchFromGitHub, autoconf-archive, appstream-glib, intltool, pkgconfig, libtool, wrapGAppsHook,
|
||||||
dbus_glib, libcanberra_gtk2, gst_all_1, vala, gnome3, gtk3, libxml2,
|
dbus_glib, libcanberra, gst_all_1, vala, gnome3, gtk3, libxml2, autoreconfHook,
|
||||||
glib, gobjectIntrospection, libpeas
|
glib, gobjectIntrospection, libpeas
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -14,24 +14,21 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0fiql99nhj168wbfhvzrhfcm4c4569gikd2zaf10vzszdqjahrl1";
|
sha256 = "0fiql99nhj168wbfhvzrhfcm4c4569gikd2zaf10vzszdqjahrl1";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureScript = "./autogen.sh";
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoconf-archive libtool intltool appstream-glib
|
autoreconfHook vala autoconf-archive libtool intltool appstream-glib
|
||||||
wrapGAppsHook pkgconfig libxml2
|
wrapGAppsHook pkgconfig libxml2
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib gobjectIntrospection libpeas
|
glib gobjectIntrospection libpeas
|
||||||
dbus_glib libcanberra_gtk2 vala gst_all_1.gstreamer
|
dbus_glib libcanberra gst_all_1.gstreamer
|
||||||
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
|
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
|
||||||
gnome3.gsettings_desktop_schemas
|
gnome3.gsettings_desktop_schemas
|
||||||
gnome3.gnome_common gnome3.gnome_shell gtk3
|
gnome3.gnome_shell gtk3 gnome3.defaultIconTheme
|
||||||
gnome3.defaultIconTheme
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/codito/gnome-shell-pomodoro;
|
homepage = http://gnomepomodoro.org/;
|
||||||
description = "A time management utility for GNOME based on the pomodoro technique";
|
description = "A time management utility for GNOME based on the pomodoro technique";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
This GNOME utility helps to manage time according to Pomodoro Technique.
|
This GNOME utility helps to manage time according to Pomodoro Technique.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user