all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38094] [PATCH] gnu: Add homebank.
@ 2019-11-06 22:00 Sebastian Schott
  2019-11-08 23:35 ` bug#38094: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Schott @ 2019-11-06 22:00 UTC (permalink / raw)
  To: 38094; +Cc: Sebastian Schott

---
 gnu/packages/finance.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index d8190dadaf..fd29099aa3 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2019 Martin Becze <mjbecze@riseup.net>
+;;; Copyright © 2019 Sebastian Schott <sschott@mailbox.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -151,6 +152,31 @@ of the bitcoin protocol.  This package provides the Bitcoin Core command
 line client and a client based on Qt.")
     (license license:expat)))
 
+(define-public homebank
+  (package
+    (name "homebank")
+    (version "5.2.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://homebank.free.fr/public/homebank-" version ".tar.gz"))
+       (sha256
+        (base32
+         "13ampiv68y30kc0p2560g3yz8whqpwnidfcnb9lndv93b9ca767y"))))
+    (build-system glib-or-gtk-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("intltool" ,intltool)))
+    (inputs
+     `(("gtk+" ,gtk+)
+       ("libsoup" ,libsoup)))
+    (arguments
+     `(#:configure-flags (list "-without-ofx"))) ; libofx is not available yet
+    (home-page "http://homebank.free.fr/")
+    (synopsis "Free, easy, personal accounting for everyone")
+    (description "HomeBank is the free software you have always wanted to manage your personal accounts at home.  The main concept is to be light, simple and very easy to use.  It brings you many features that allows you to analyze your finances in a detailed way instantly and dynamically with powerful report tools based on filtering and graphical charts.")
+    (license license:gpl2+)))
+
 (define-public ledger
   (package
     (name "ledger")
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38094: [PATCH] gnu: Add homebank.
  2019-11-06 22:00 [bug#38094] [PATCH] gnu: Add homebank Sebastian Schott
@ 2019-11-08 23:35 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-11-08 23:35 UTC (permalink / raw)
  To: Sebastian Schott; +Cc: 38094-done

[-- Attachment #1: Type: text/plain, Size: 450 bytes --]

Hi Sebastian,

Sebastian Schott <sschott@mailbox.org> skribis:

> ---
>  gnu/packages/finance.scm | 26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)

Applied!

I took the liberty to make apply the cosmetic changes below to follow
our guidelines, in particular
<https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html>.
I also added a commit log that follows our conventions.

Thank you!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1985 bytes --]

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index fd29099aa3..c9a1637412 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -156,13 +156,13 @@ line client and a client based on Qt.")
   (package
     (name "homebank")
     (version "5.2.8")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "http://homebank.free.fr/public/homebank-" version ".tar.gz"))
-       (sha256
-        (base32
-         "13ampiv68y30kc0p2560g3yz8whqpwnidfcnb9lndv93b9ca767y"))))
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://homebank.free.fr/public/homebank-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "13ampiv68y30kc0p2560g3yz8whqpwnidfcnb9lndv93b9ca767y"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
@@ -173,8 +173,11 @@ line client and a client based on Qt.")
     (arguments
      `(#:configure-flags (list "-without-ofx"))) ; libofx is not available yet
     (home-page "http://homebank.free.fr/")
-    (synopsis "Free, easy, personal accounting for everyone")
-    (description "HomeBank is the free software you have always wanted to manage your personal accounts at home.  The main concept is to be light, simple and very easy to use.  It brings you many features that allows you to analyze your finances in a detailed way instantly and dynamically with powerful report tools based on filtering and graphical charts.")
+    (synopsis "Graphical personal accounting application")
+    (description "HomeBank allows you to manage your personal accounts at
+home.  The seeks to be lightweight, simple and easy to use.  It brings
+features that allow you to analyze your finances in a detailed way instantly
+and dynamically with report tools based on filtering and graphical charts.")
     (license license:gpl2+)))
 
 (define-public ledger

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-08 23:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-06 22:00 [bug#38094] [PATCH] gnu: Add homebank Sebastian Schott
2019-11-08 23:35 ` bug#38094: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.