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
cbfe494d
Commit
cbfe494d
authored
9 years ago
by
Fabian Harfert
Committed by
Efraim Flashner
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add mate-themes.
* gnu/packages/mate.scm (mate-themes): New variable.
parent
bb2fe79e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/mate.scm
+32
-0
32 additions, 0 deletions
gnu/packages/mate.scm
with
32 additions
and
0 deletions
gnu/packages/mate.scm
+
32
−
0
View file @
cbfe494d
...
...
@@ -51,3 +51,35 @@ (define-public mate-icon-theme
(
description
"This package contains the default icon theme used by the MATE desktop."
)
(
license
license:lgpl3+
)))
(
define-public
mate-themes
(
package
(
name
"mate-themes"
)
(
version
"1.12.2"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"http://pub.mate-desktop.org/releases/"
(
version-major+minor
version
)
"/"
name
"-gtk"
(
version-major+minor
(
package-version
gtk+
))
"-"
version
".tar.xz"
))
(
sha256
(
base32
"0kyrlgs5azzj60gnxx2n9qszcligxn959wr42wr0iqnrpiygk5nf"
))))
(
build-system
gnu-build-system
)
(
native-inputs
`
((
"pkg-config"
,
pkg-config
)
(
"intltool"
,
intltool
)))
(
inputs
`
((
"gtk+"
,
gtk+-2
)
(
"gdk-pixbuf"
,
gdk-pixbuf
)
(
"gtk-engines"
,
gtk-engines
)
(
"murrine"
,
murrine
)))
(
home-page
"http://mate-desktop.org/"
)
(
synopsis
"Official themes for the MATE desktop"
)
(
description
"This package includes the standard themes for the MATE desktop, for
example Menta, TraditionalOk, GreenLaguna or BlackMate."
)
(
license
(
list
license:lgpl2
.
1
+
license:cc-by-sa3
.
0
license:gpl3+
license:gpl2+
))))
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