[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/277: gnu: Add krb5-auth-dialog.
From: |
guix-commits |
Subject: |
01/277: gnu: Add krb5-auth-dialog. |
Date: |
Thu, 6 Aug 2020 17:02:31 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit a9ebbdd06160b77e9651889af8cc49f94ec769b6
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu May 21 05:26:27 2020 -0400
gnu: Add krb5-auth-dialog.
* gnu/packages/gnome.scm (krb5-auth-dialog): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8f0153f..07c8871 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -258,6 +258,39 @@ Desktop. It is designed to be as simple as possible and
has some unique
features to enable users to create their discs easily and quickly.")
(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
(package
(name "notification-daemon")
- branch wip-desktop created (now 3158807), guix-commits, 2020/08/06
- 09/277: gnu: adwaita-icon-theme: Update to 3.36.1., guix-commits, 2020/08/06
- 03/277: gnu: Add libglib-testing., guix-commits, 2020/08/06
- 05/277: gnu: Add portablexdr., guix-commits, 2020/08/06
- 04/277: gnu: Add malcontent., guix-commits, 2020/08/06
- 06/277: gnu: Add libxmlb., guix-commits, 2020/08/06
- 01/277: gnu: Add krb5-auth-dialog.,
guix-commits <=
- 10/277: gnu: appstream-glib: Update package definition., guix-commits, 2020/08/06
- 22/277: gnu: Add nuspell., guix-commits, 2020/08/06
- 11/277: gnu: at-spi2-core: Update package definition., guix-commits, 2020/08/06
- 19/277: gnu: cogl: Update package definition., guix-commits, 2020/08/06
- 24/277: gnu: enchant: Update package definition., guix-commits, 2020/08/06
- 18/277: gnu: clutter-gst: Update package definition., guix-commits, 2020/08/06
- 21/277: gnu: Add ronn., guix-commits, 2020/08/06
- 25/277: gnu: Add presage., guix-commits, 2020/08/06
- 26/277: gnu: fcitx: Update package definition., guix-commits, 2020/08/06
- 08/277: gnu: Add gnome-photos., guix-commits, 2020/08/06