From patchwork Wed Apr 27 09:24:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 38924 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1C94E27BBEA; Wed, 27 Apr 2022 10:25:35 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id D4F6E27BBE9 for ; Wed, 27 Apr 2022 10:25:34 +0100 (BST) Received: from localhost ([::1]:43790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1njdvS-00029a-21 for patchwork@mira.cbaines.net; Wed, 27 Apr 2022 05:25:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46112) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njdux-00027v-G3 for guix-patches@gnu.org; Wed, 27 Apr 2022 05:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47374) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1njdux-0005vH-46 for guix-patches@gnu.org; Wed, 27 Apr 2022 05:25:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1njduw-0002uB-RH for guix-patches@gnu.org; Wed, 27 Apr 2022 05:25:02 -0400 Subject: bug#55017: [PATCH] gnu: Add worklog. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 27 Apr 2022 09:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55017 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55017-done@debbugs.gnu.org Cc: chuanwei.foo@hotmail.com Mail-Followup-To: 55017@debbugs.gnu.org, othacehe@gnu.org, chuanwei.foo@hotmail.com Received: via spool by 55017-done@debbugs.gnu.org id=D55017.165105148011125 (code D ref 55017); Wed, 27 Apr 2022 09:25:02 +0000 Received: (at 55017-done) by debbugs.gnu.org; 27 Apr 2022 09:24:40 +0000 Received: from localhost ([127.0.0.1]:41270 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njdua-0002tN-5s for submit@debbugs.gnu.org; Wed, 27 Apr 2022 05:24:40 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njduY-0002t7-20 for 55017-done@debbugs.gnu.org; Wed, 27 Apr 2022 05:24:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50658) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njduS-0005tM-Jz; Wed, 27 Apr 2022 05:24:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=zY8cvf8dlD0AXeThQjBBrmxltHB4ZbMI4XGoK7K/6yU=; b=NkOW1LDMitlHtc/jbXBa XrcKNDD/xTX/r/K8OFJNGsElVGsvjBKyoUC1sEVFf9fsK5P6+00dUw2P/RmoPlfTtkdbhJr6qigcT 72l2Qn0ufLvuxDxBA+B6Dlg/cRcqOOVztb8oEjlXyeityC1DFLETQnyCXBJGveFDLT7jjZUkXwb+n CYMrHVrNOJoVjw+Y7dL10NxprJHyqMwR6dqZSGW0aB/QBFa/scRJ0hBo4jpn6jk8UV8StwxVg+CR5 StZo92vACjfrRh1yymzgIvGAUV4e+9+pYQecTRdt0eZDJ82AVVbiVMVkUvLeSMnJ+swaIVgHndDBO AcBziKxsrmh1Pw==; Received: from 71.125.192.77.rev.sfr.net ([77.192.125.71]:42330 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njduO-0005a8-LA; Wed, 27 Apr 2022 05:24:30 -0400 From: Mathieu Othacehe References: Date: Wed, 27 Apr 2022 11:24:25 +0200 In-Reply-To: (Foo Chuan Wei's message of "Tue, 19 Apr 2022 07:27:29 +0000") Message-ID: <874k2elvzq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Pushed with the following modifications: --8<---------------cut here---------------start------------->8--- Mathieu --- a/gnu/packages/task-management.scm +++ b/gnu/packages/task-management.scm @@ -160,24 +160,24 @@ (define-public worklog (file-name (git-file-name name version)) (sha256 (base32 "18dkmy168ks9gcnfqri1rfl0ag0dmh9d6ppfmjfcdd6g9gvi6zll")))) - (build-system gnu-build-system) - (arguments - `(#:make-flags - (list (string-append "CC=" ,(cc-for-target)) - (string-append "BIN=" %output "/bin") - (string-append "MAN=" %output "/share/man")) - #:phases - (modify-phases %standard-phases - (delete 'configure)) - #:tests? #f)) ; No "check" target. - (inputs (list ncurses)) - (home-page "https://github.com/atsb/worklog") - (synopsis "A program for keeping track of time spent on different projects") - (description - "@code{worklog} is a program that helps you keep track of your time. + (build-system gnu-build-system) + (arguments + `(#:make-flags + ,#~(list (string-append "CC=" #$(cc-for-target)) + (string-append "BIN=" #$output "/bin") + (string-append "MAN=" #$output "/share/man")) + #:phases + (modify-phases %standard-phases + (delete 'configure)) + #:tests? #f)) ; No "check" target. + (inputs (list ncurses)) + (home-page "https://github.com/atsb/worklog") + (synopsis "Program keeping track of time spent on different projects") + (description + "@code{worklog} is a program that helps you keep track of your time. @code{worklog} is a simple ncurses based based program that runs a clock and logs time to a logfile.") - (license license:public-domain)))) + (license license:public-domain)))) --8<---------------cut here---------------end--------------->8--- Thanks,