all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: guix-devel@gnu.org
Subject: [WIP v0.1 2/8] gnu: Add kde attica
Date: Tue, 14 Jun 2016 23:15:04 +0200	[thread overview]
Message-ID: <1465938910-15739-3-git-send-email-h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <1465938910-15739-1-git-send-email-h.goebel@crazy-compilers.com>

* gnu/packages/kde-frameworks.scm (attica): 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 902d0fd..ca89374 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -58,6 +59,44 @@ modules provided by CMake to find common software.  In addition, it provides
 common build settings used in software produced by the KDE community.")
     (license license:bsd-3)))
 
+;; Tier 1
+;;
+;; Tier 1 frameworks depend only on Qt (and possibly a small number of other
+;; third-party libraries), so can easily be used by an Qt-based project.
+
+(define-public attica
+  (package
+    (name "attica")
+    (version kde-frameworks-version)
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "http://download.kde.org/stable/frameworks/"
+                            (version-major+minor version) "/"
+                            name "-" version ".tar.xz"))
+        (sha256
+         (base32
+          "1aqfw73g424f60qmpx1lky3qfqrsl1id02388pnlmpa8fnpp940c"))))
+    (build-system cmake-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)))
+    (inputs
+     `(("qt" ,qt)))
+    (home-page "https://community.kde.org/Frameworks")
+    (synopsis "Open Collaboration Service client library")
+    (description "Attica is a Qt library that implements the Open
+Collaboration Services API version 1.6.
+
+It grants easy access to the services such as querying information about
+persons and contents.  The library is used in KNewStuff3 as content provider.
+In order to integrate with KDE's Plasma Desktop, a platform plugin exists in
+kdebase.
+
+The REST API is defined here:
+http://freedesktop.org/wiki/Specifications/open-collaboration-services/
+")
+    (license (list license:lgpl2.1+ license:lgpl3+))))
+
 (define-public kwindowsystem
   (package
     (name "kwindowsystem")
-- 
2.7.4

  parent reply	other threads:[~2016-06-14 21:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-14 21:15 [WIP v0.1 0/8] KDE framework 5, tier 1 Hartmut Goebel
2016-06-14 21:15 ` [WIP v0.1 1/8] extra-cmake: Update comments Hartmut Goebel
2016-06-14 21:15 ` Hartmut Goebel [this message]
2016-06-16 18:41   ` [WIP v0.1 2/8] gnu: Add kde attica Efraim Flashner
2016-06-17  9:26     ` Hartmut Goebel
2016-06-14 21:15 ` [WIP v0.1 3/8] gnu: Add kde bluez-qt Hartmut Goebel
2016-06-14 21:15 ` [WIP v0.1 4/8] gnu: Add kde breeze-icons Hartmut Goebel
2016-06-14 21:15 ` [WIP v0.1 5/8] gnu: Add kde kapidox Hartmut Goebel
2016-06-14 21:15 ` [WIP v0.1 6/8] gnu: Add kde karchive Hartmut Goebel
2016-06-15 12:19   ` Efraim Flashner
2016-06-17  9:21     ` Hartmut Goebel
2016-06-14 21:15 ` [WIP v0.1 7/8] gnu: Add kde kcodecs Hartmut Goebel
2016-06-14 21:15 ` [WIP v0.1 8/8] gnu: Add kde kconfig Hartmut Goebel
2016-06-15 12:22 ` [WIP v0.1 0/8] KDE framework 5, tier 1 Efraim Flashner
2016-06-17  9:23   ` Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465938910-15739-3-git-send-email-h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.