gnu: Add krb5-auth-dialog.
* gnu/packages/gnome.scm (krb5-auth-dialog): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
5f8ea8e491
commit
2e6bc59539
1 changed files with 33 additions and 0 deletions
|
@ -259,6 +259,39 @@ (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 krb5-auth-dialog
|
||||||
|
(package
|
||||||
|
(name "krb5-auth-dialog")
|
||||||
|
(version "3.26.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri
|
||||||
|
(string-append "mirror://gnome/sources/" name "/"
|
||||||
|
(version-major+minor version) "/"
|
||||||
|
name "-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1w91gsvmifqhiam3xqf88i5rk2w6qadjalmbvvamjdc37j0vdc6x"))))
|
||||||
|
(build-system glib-or-gtk-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("intltool" ,intltool)
|
||||||
|
("itstool" ,itstool)
|
||||||
|
("libxml2" ,libxml2)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
|
("python-wrapper" ,python-wrapper)))
|
||||||
|
(inputs
|
||||||
|
`(("glib" ,glib)
|
||||||
|
("gtk+" ,gtk+)
|
||||||
|
("libnotify" ,libnotify)
|
||||||
|
("mit-krb5" ,mit-krb5)
|
||||||
|
("network-manager" ,network-manager)))
|
||||||
|
(synopsis "Popup dialogs for Kerberos 5")
|
||||||
|
(description "krb5-auth-dialog is a simple dialog that monitors Kerberos
|
||||||
|
tickets, and pops up a dialog when they are about to expire.")
|
||||||
|
(home-page "https://gitlab.gnome.org/GNOME/krb5-auth-dialog")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public notification-daemon
|
(define-public notification-daemon
|
||||||
(package
|
(package
|
||||||
(name "notification-daemon")
|
(name "notification-daemon")
|
||||||
|
|
Loading…
Reference in a new issue