mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: pluma: update to 1.28.0.
* gnu/packages/mate.scm (pluma): Update to 1.28.0. [inputs]: Add mate-desktop and startup-notification. Change-Id: I62f75c46daaad85a44a68b11464d6ce439d5cc91 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f9ef315aaa
commit
5eae0c66c2
1 changed files with 5 additions and 3 deletions
|
@ -1387,14 +1387,14 @@ (define-public engrampa
|
|||
(define-public pluma
|
||||
(package
|
||||
(name "pluma")
|
||||
(version "1.26.1")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
|
||||
(base32 "1m51cmcl6z68bx37zhi72wfl58kq9bg7xcih1sjr6l1li6axz2ma"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(; Tests can not succeed.
|
||||
|
@ -1423,10 +1423,12 @@ (define-public pluma
|
|||
libpeas
|
||||
libxml2
|
||||
libice
|
||||
mate-desktop
|
||||
packagekit
|
||||
pango
|
||||
python
|
||||
scrollkeeper))
|
||||
scrollkeeper
|
||||
startup-notification))
|
||||
(home-page "https://mate-desktop.org/")
|
||||
(synopsis "Text Editor for MATE")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue