unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38531] [PATCH 0/1] Add missing KDE framework "purpose".
@ 2019-12-08 16:33 Hartmut Goebel
  2019-12-08 16:34 ` [bug#38531] [PATCH 1/1] gnu: Add purpose Hartmut Goebel
  0 siblings, 1 reply; 4+ messages in thread
From: Hartmut Goebel @ 2019-12-08 16:33 UTC (permalink / raw)
  To: 38531

We missed packaging this one.

Hartmut Goebel (1):
  gnu: Add purpose.

 gnu/packages/kde-frameworks.scm | 39 +++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

-- 
2.21.0

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

* [bug#38531] [PATCH 1/1] gnu: Add purpose.
  2019-12-08 16:33 [bug#38531] [PATCH 0/1] Add missing KDE framework "purpose" Hartmut Goebel
@ 2019-12-08 16:34 ` Hartmut Goebel
  2019-12-19 22:10   ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Hartmut Goebel @ 2019-12-08 16:34 UTC (permalink / raw)
  To: 38531

* gnu/packages/kde-frameworks.scm(purpose): New variable.
---
 gnu/packages/kde-frameworks.scm | 39 +++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index ee6c8ea485..82415e9afa 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3495,6 +3495,45 @@ script engines.")
     ;; dual licensed
     (license (list license:gpl2+ license:lgpl2.1+))))
 
+(define-public purpose
+  (package
+    (name "purpose")
+    (version "5.63.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://kde/stable/frameworks/"
+                    (version-major+minor version) "/"
+                    name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1mc5z131z9da6qjhlxqz64ys4fgq38iryna58f8l04x8f9igjn8f"))))
+    (build-system cmake-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)))
+    (inputs
+     `(;;TODO: ("kaccounts" ,kaccounts)
+       ("kconfig" ,kconfig)
+       ("kcoreaddons" ,kcoreaddons)
+       ("knotifications" ,knotifications)
+       ("ki18n" ,ki18n)
+       ("kio" ,kio)
+       ("kirigami" ,kirigami)
+       ("qtbase" ,qtbase)
+       ("qtdeclarative" ,qtdeclarative)))
+    (arguments
+     `(#:tests? #f  ;; seem to require network; don't find QTQuick components
+       #:configure-flags '("-DBUILD_TESTING=OFF"))) ; not run anyway
+    (home-page "https://community.kde.org/Frameworks")
+    (synopsis "Offers available actions for a specific purpose")
+    (description "This framework offers the possibility to create integrate
+services and actions on any application without having to implement them
+specifically.  Purpose will offer them mechanisms to list the different
+alternatives to execute given the requested action type and will facilitate
+components so that all the plugins can receive all the information they
+need.")
+    (license license:lgpl2.1+)))
+
 ;; This version of kdbusaddons does not use kinit as an input, and is used to
 ;; build kinit-bootstrap, as well as bootstrap versions of all kinit
 ;; dependencies which also rely on kdbusaddons.
-- 
2.21.0

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

* [bug#38531] [PATCH 1/1] gnu: Add purpose.
  2019-12-08 16:34 ` [bug#38531] [PATCH 1/1] gnu: Add purpose Hartmut Goebel
@ 2019-12-19 22:10   ` Ludovic Courtès
  2019-12-21 19:09     ` bug#38531: " Hartmut Goebel
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2019-12-19 22:10 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: 38531

Hi Hartmut,

Hartmut Goebel <h.goebel@crazy-compilers.com> skribis:

> * gnu/packages/kde-frameworks.scm(purpose): New variable.

LGTM, thanks!

Ludo'.

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

* bug#38531: [PATCH 1/1] gnu: Add purpose.
  2019-12-19 22:10   ` Ludovic Courtès
@ 2019-12-21 19:09     ` Hartmut Goebel
  0 siblings, 0 replies; 4+ messages in thread
From: Hartmut Goebel @ 2019-12-21 19:09 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 38531-close

Pushed as  4207da9e2cea91d67b7d1c93efb7f316e802a391
Thanks for the review*
*


-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

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

end of thread, other threads:[~2019-12-21 19:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-08 16:33 [bug#38531] [PATCH 0/1] Add missing KDE framework "purpose" Hartmut Goebel
2019-12-08 16:34 ` [bug#38531] [PATCH 1/1] gnu: Add purpose Hartmut Goebel
2019-12-19 22:10   ` Ludovic Courtès
2019-12-21 19:09     ` bug#38531: " Hartmut Goebel

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).