From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 19 18:15:33 2020 Received: (at submit) by debbugs.gnu.org; 19 Sep 2020 22:15:33 +0000 Received: from localhost ([127.0.0.1]:48340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJl8m-00039g-Tk for submit@debbugs.gnu.org; Sat, 19 Sep 2020 18:15:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:55578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJl8k-00037T-JL for submit@debbugs.gnu.org; Sat, 19 Sep 2020 18:15:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55276) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJl8k-0000N5-D3 for guix-patches@gnu.org; Sat, 19 Sep 2020 18:15:30 -0400 Received: from mout02.posteo.de ([185.67.36.66]:43587) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJl8h-0007lh-HY for guix-patches@gnu.org; Sat, 19 Sep 2020 18:15:30 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 9E59D2400FB for ; Sun, 20 Sep 2020 00:15:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1600553722; bh=/B7e5RkZXDNwGe3UIp78kDgg9bxprsg/2X30eOVDpuw=; h=From:To:Cc:Subject:Date:From; b=rYVBL+iaY0P6+quvUjiQ95QkDb3BZaddJJXV6FtPdYa6LkkkQCQyWP1ONh67EnbTT 74gfyBXrFOlbnTgMxPQacdZMlSjf7iHzgleYZJ4sauAjCaRB2ekEDqHhYViO6+r80v 1h+TK6gITYFfy5wb9tnq/hdATfhAOWYyW1Mn5n8/i1EeNmCVkQhJdcph/Rc8JF7S90 vg9TY9v1a4rolSgOJoou1Lzc2/NCSoPDEUapdWp1dA8VfW03osryvcPaCV/hSo5RnN GeJ7gL4aGpvO7kMW7vdRvoa9K3yoovh9tDiipn5LNpcXZub5b9yWRzlXDZ0xzfs7yH 8tBlxVZYpiXyg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bv4lD3qWrz6tmM; Sun, 20 Sep 2020 00:15:20 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: Add blanket. Date: Sat, 19 Sep 2020 19:14:50 -0300 Message-Id: <20200919221450.51099-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/19 18:15:23 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/task-management.scm (blanket): New variable. --- IMO this module should be renamed to "productivity". Thoughts? gnu/packages/task-management.scm | 68 +++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm index 601a3616f7..2a56db2095 100644 --- a/gnu/packages/task-management.scm +++ b/gnu/packages/task-management.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 Tomáš Čech +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -19,11 +20,22 @@ (define-module (gnu packages task-management) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) + #:use-module (gnu packages freedesktop) + #:use-module (gnu packages gettext) + #:use-module (gnu packages glib) + #:use-module (gnu packages gnome) + #:use-module (gnu packages gstreamer) + #:use-module (gnu packages gtk) #:use-module (gnu packages linux) #:use-module (gnu packages lua) + #:use-module (gnu packages pkg-config) + #:use-module (gnu packages python) #:use-module (gnu packages tls) #:use-module (guix download) - #:use-module (guix build-system cmake)) + #:use-module (guix git-download) + #:use-module (guix utils) + #:use-module (guix build-system cmake) + #:use-module (guix build-system meson)) (define-public taskwarrior (package @@ -59,3 +71,57 @@ Done time management method. It supports network synchronization, filtering and querying data, exposing task data in multiple formats to other tools.") (license license:expat))) + +(define-public blanket + (package + (name "blanket") + (version "0.3.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rafaelmardojai/blanket/") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "13xip9b2p2ai2jchkck71c849s2rlxzfvlbsgpraw9hswi0rk0jg")))) + (build-system meson-build-system) + (arguments + `(#:glib-or-gtk? #t + #:tests? #f ;the "Validate appstream file" test fails + #:phases + (modify-phases %standard-phases + (add-after 'wrap 'wrap-libs + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (gi-typelib-path (getenv "GI_TYPELIB_PATH")) + (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")) + (python-path (getenv "PYTHONPATH"))) + (wrap-program (string-append out "/bin/blanket") + `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)) + `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path)) + `("PYTHONPATH" ":" prefix (,python-path)))) + #t))))) + (native-inputs + `(("desktop-file-utils" ,desktop-file-utils) + ("gettext" ,gettext-minimal) + ("glib:bin" ,glib "bin") + ("gobject-introspection" ,gobject-introspection) + ("gtk+:bin" ,gtk+ "bin") + ("pkg-config" ,pkg-config))) + (inputs + `(("appstream-glib" ,appstream-glib) + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) + ("gst-plugins-bad" ,gst-plugins-bad) + ("gst-plugins-good" ,gst-plugins-good) ;for ScaleTempo plugin + ("gtk+" ,gtk+) + ("libhandy" ,libhandy) + ("python-gst" ,python-gst) + ("python-pygobject" ,python-pygobject))) + (home-page "https://github.com/rafaelmardojai/blanket") + (synopsis "Ambient sound and noise player") + (description + "Blanket provides different ambient sounds and types of noise to listen +to with the goal of improving your focus and enhancing your productivity. +You can also use it to fall asleep in a noisy environment.") + (license license:gpl3+))) -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 22 04:59:28 2020 Received: (at 43523-done) by debbugs.gnu.org; 22 Sep 2020 08:59:28 +0000 Received: from localhost ([127.0.0.1]:57143 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKe92-0003GQ-5G for submit@debbugs.gnu.org; Tue, 22 Sep 2020 04:59:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKe90-0003GB-Cr for 43523-done@debbugs.gnu.org; Tue, 22 Sep 2020 04:59:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45404) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kKe8u-0002Rd-0n; Tue, 22 Sep 2020 04:59:20 -0400 Received: from [2a01:e0a:19b:d9a0:9d9d:97cc:d92a:8ac0] (port=34974 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kKe8s-0005g4-RK; Tue, 22 Sep 2020 04:59:19 -0400 From: Mathieu Othacehe To: Vinicius Monego Subject: Re: [bug#43523] [PATCH] gnu: Add blanket. References: <20200919221450.51099-1-monego@posteo.net> Date: Tue, 22 Sep 2020 10:59:17 +0200 In-Reply-To: <20200919221450.51099-1-monego@posteo.net> (Vinicius Monego's message of "Sat, 19 Sep 2020 19:14:50 -0300") Message-ID: <875z861922.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43523-done Cc: 43523-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, > * gnu/packages/task-management.scm (blanket): New variable. > --- > IMO this module should be renamed to "productivity". Thoughts? Sure, sounds better. Fun software, pushed as 1f2076757a043c8b0c0af3a6faf249c650756dfc. Thanks, Mathieu -- https://othacehe.org From unknown Fri Jun 20 07:25:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 20 Oct 2020 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator