mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: Add gnome-menus.
* gnu/packages/gnome.scm (gnome-menus). New variable.
This commit is contained in:
parent
fc4eb87dc4
commit
304162651a
1 changed files with 23 additions and 0 deletions
|
@ -246,6 +246,29 @@ (define-public brasero
|
||||||
features to enable users to create their discs easily and quickly.")
|
features to enable users to create their discs easily and quickly.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public gnome-menus
|
||||||
|
(package
|
||||||
|
(name "gnome-menus")
|
||||||
|
(version "3.32.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://gnome/sources/gnome-menus/"
|
||||||
|
(version-major+minor version) "/"
|
||||||
|
name "-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0x2blzqrapmbsbfzxjcdcpa3vkw9hq5k96h9kvjmy9kl415wcl68"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("gettext" ,gettext-minimal)
|
||||||
|
("glib" ,glib)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
|
(synopsis "Menu support for GNOME desktop")
|
||||||
|
(description "GNOME Menus contains the libgnome-menu library, the layout
|
||||||
|
configuration files for the GNOME menu, as well as a simple menu editor.")
|
||||||
|
(home-page "https://gitlab.gnome.org/GNOME/gnome-menus")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public deja-dup
|
(define-public deja-dup
|
||||||
(package
|
(package
|
||||||
(name "deja-dup")
|
(name "deja-dup")
|
||||||
|
|
Loading…
Reference in a new issue