mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add mate-indicator-applet.
* gnu/packages/mate.scm (mate-indicator-applet): New variable. Change-Id: Iad9f3d54a084efce1302b682a358d30dc4c4b42e
This commit is contained in:
parent
0cf5958c42
commit
a43ff1e2b8
1 changed files with 25 additions and 0 deletions
|
@ -594,6 +594,31 @@ Interactive Weather Information Network (IWIN).
|
|||
@end enumerate\n")
|
||||
(license (list license:gpl2+ license:lgpl2.0+ license:gpl3+))))
|
||||
|
||||
(define-public mate-indicator-applet
|
||||
(package
|
||||
(name "mate-indicator-applet")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/"
|
||||
(version-major+minor version)
|
||||
"/"
|
||||
"mate-indicator-applet-"
|
||||
version
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1ka9mplw28p2sb75lj9559sszqvi44f0ppypgj6maghajw1xgcyf"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs (list pkg-config gettext-minimal))
|
||||
(inputs (list gtk+ libindicator mate-common mate-panel hicolor-icon-theme))
|
||||
(home-page "https://mate-desktop.org/")
|
||||
(synopsis
|
||||
"Applet for displaying application indicators on the MATE panel.")
|
||||
(description "This applet displays information from various applications
|
||||
consistently in the MATE panel.")
|
||||
(license (list license:gpl3 license:lgpl2.1))))
|
||||
|
||||
(define-public mate-sensors-applet
|
||||
(package
|
||||
(name "mate-sensors-applet")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue