[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/401: gnu: Add portablexdr.
From: |
guix-commits |
Subject: |
05/401: gnu: Add portablexdr. |
Date: |
Tue, 18 Aug 2020 16:20:25 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit ffc2e48de72862dc90c015434f1cb8399b6d6556
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri May 22 06:22:10 2020 -0400
gnu: Add portablexdr.
* gnu/packages/gnome.scm (portablexdr): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fc63341..34801a0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -141,6 +141,7 @@
#:use-module (gnu packages ninja)
#:use-module (gnu packages nss)
#:use-module (gnu packages openldap)
+ #:use-module (gnu packages package-management)
#:use-module (gnu packages password-utils)
#:use-module (gnu packages pcre)
#:use-module (gnu packages pdf)
@@ -259,6 +260,31 @@ Desktop. It is designed to be as simple as possible and
has some unique
features to enable users to create their discs easily and quickly.")
(license license:gpl2+)))
+(define-public portablexdr
+ (package
+ (name "portablexdr")
+ (version "4.9.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://people.redhat.com/~rjones/" name "/files/"
+ name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0b77ipvvi520nv7rr6jb1c3xryhc3m2mywhby7m48kfgag8vvx2w"))))
+ (build-system gnu-build-system)
+ (synopsis "External Data Representation Library")
+ (description "PortableXDR is an implementation of External Data
+Representation (XDR) Library. It is a standard data serialization format, for
+uses such as computer network protocols. It allows data to be transferred
+between different kinds of computer systems.")
+ (home-page "https://people.redhat.com/~rjones/portablexdr/")
+ (license
+ (list
+ license:gpl2+
+ license:lgpl2.1+))))
+
(define-public tepl
(package
(name "tepl")
- branch wip-desktop created (now ca8d144), guix-commits, 2020/08/18
- 01/401: gnu: Add krb5-auth-dialog., guix-commits, 2020/08/18
- 02/401: gnu: Add tepl., guix-commits, 2020/08/18
- 03/401: gnu: Add libglib-testing., guix-commits, 2020/08/18
- 04/401: gnu: Add malcontent., guix-commits, 2020/08/18
- 06/401: gnu: Add libxmlb., guix-commits, 2020/08/18
- 05/401: gnu: Add portablexdr.,
guix-commits <=
- 07/401: gnu: Add gnome-music., guix-commits, 2020/08/18
- 08/401: gnu: Add gnome-photos., guix-commits, 2020/08/18
- 09/401: gnu: adwaita-icon-theme: Update to 3.36.1., guix-commits, 2020/08/18
- 10/401: gnu: appstream-glib: Update package definition., guix-commits, 2020/08/18
- 11/401: gnu: at-spi2-core: Update package definition., guix-commits, 2020/08/18
- 13/401: gnu: atk: Update to 2.36.0., guix-commits, 2020/08/18
- 17/401: gnu: clutter-gtk: Update package definition., guix-commits, 2020/08/18
- 18/401: gnu: clutter-gst: Update package definition., guix-commits, 2020/08/18
- 19/401: gnu: cogl: Update package definition., guix-commits, 2020/08/18
- 20/401: gnu: dconf: Update to 0.36.0., guix-commits, 2020/08/18