Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
7aab13f1
Commit
7aab13f1
authored
9 years ago
by
Mathieu Lirzin
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add gnome-common.
* gnu/packages/gnome.scm (gnome-common): New variable.
parent
889e57f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/gnome.scm
+23
-0
23 additions, 0 deletions
gnu/packages/gnome.scm
with
23 additions
and
0 deletions
gnu/packages/gnome.scm
+
23
−
0
View file @
7aab13f1
...
...
@@ -5,6 +5,7 @@
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Copyright © 2015 Andy Wingo <wingo@igalia.com>
;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
...
...
@@ -132,6 +133,28 @@ (define-public brasero
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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment