unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add gnome-common.
@ 2015-07-15 19:45 Mathieu Lirzin
  2015-07-15 21:39 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Lirzin @ 2015-07-15 19:45 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-gnome-common.patch --]
[-- Type: text/x-diff, Size: 1621 bytes --]

From 9040050b26c3282c24c53adf3d82319fbf760c27 Mon Sep 17 00:00:00 2001
From: Mathieu Lirzin <mthl@openmailbox.org>
Date: Mon, 13 Jul 2015 10:51:46 +0200
Subject: [PATCH] gnu: Add gnome-common.

* gnu/packages/gnome.scm (gnome-common): New variable.
---
 gnu/packages/gnome.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 879c27e..ed25c72 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -132,6 +132,28 @@ 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 gnome-common
+  (package
+    (name "gnome-common")
+    (version "3.14.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://gnome/sources/" name "/"
+                           (version-major+minor version)  "/"
+                           name "-" version ".tar.xz"))
+       (sha256
+        (base32
+         "0b1676g4q44ah73c5gwl1kg88pc93pnq1pa9kwl43d0vg0pj802c"))))
+    (build-system gnu-build-system)
+    (home-page "https://www.gnome.org/")
+    (synopsis "Bootstrap Gnome modules built from git")
+    (description "Gnome-common contains various files needed to bootstrap
+Gnome modules built from git.  It contains a common \"autogen.sh\" script that
+can be used to configure a source directory checked out from git and some
+commonly used macros.")
+    (license license:gpl2+)))
+
 (define-public gnome-desktop
   (package
     (name "gnome-desktop")
-- 
2.1.4

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

* Re: [PATCH] gnu: Add gnome-common.
  2015-07-15 19:45 [PATCH] gnu: Add gnome-common Mathieu Lirzin
@ 2015-07-15 21:39 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-07-15 21:39 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: guix-devel

Mathieu Lirzin <mthl@openmailbox.org> skribis:

> From 9040050b26c3282c24c53adf3d82319fbf760c27 Mon Sep 17 00:00:00 2001
> From: Mathieu Lirzin <mthl@openmailbox.org>
> Date: Mon, 13 Jul 2015 10:51:46 +0200
> Subject: [PATCH] gnu: Add gnome-common.
>
> * gnu/packages/gnome.scm (gnome-common): New variable.

[...]

> +    (synopsis "Bootstrap Gnome modules built from git")
> +    (description "Gnome-common contains various files needed to bootstrap
> +Gnome modules built from git.  It contains a common \"autogen.sh\" script that
> +can be used to configure a source directory checked out from git and some
> +commonly used macros.")

s/Gnome/GNOME/ s/git/Git/

Otherwise LGTM, thanks!

Ludo’.

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

end of thread, other threads:[~2015-07-15 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-15 19:45 [PATCH] gnu: Add gnome-common Mathieu Lirzin
2015-07-15 21:39 ` Ludovic Courtès

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).