pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/mate-polkit Make the MATE Polkit authenticati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95e594b71abb
branches:  trunk
changeset: 309288:95e594b71abb
user:      youri <youri%pkgsrc.org@localhost>
date:      Thu Jun 14 21:29:36 2018 +0000

description:
Make the MATE Polkit authentication agent run automatically on other desktops:
- Xfce4
- Cinnamon
- LXDE
- LXQT

diffstat:

 security/mate-polkit/Makefile                                                           |   3 +-
 security/mate-polkit/distinfo                                                           |   3 +-
 security/mate-polkit/patches/patch-src_polkit-mate-authentication-agent-1.desktop.in.in |  13 ++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r ad7de32d9599 -r 95e594b71abb security/mate-polkit/Makefile
--- a/security/mate-polkit/Makefile     Thu Jun 14 17:41:58 2018 +0000
+++ b/security/mate-polkit/Makefile     Thu Jun 14 21:29:36 2018 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2018/05/14 13:09:39 youri Exp $
+# $NetBSD: Makefile,v 1.12 2018/06/14 21:29:36 youri Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-polkit-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    security
 
 COMMENT=       MATE desktop environment Authentication Agent for PolicyKit
diff -r ad7de32d9599 -r 95e594b71abb security/mate-polkit/distinfo
--- a/security/mate-polkit/distinfo     Thu Jun 14 17:41:58 2018 +0000
+++ b/security/mate-polkit/distinfo     Thu Jun 14 21:29:36 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2018/05/14 13:09:39 youri Exp $
+$NetBSD: distinfo,v 1.4 2018/06/14 21:29:36 youri Exp $
 
 SHA1 (mate-polkit-1.20.0.tar.xz) = 0cf9debfb42d547966e09175d5abe3cb01ddb5f3
 RMD160 (mate-polkit-1.20.0.tar.xz) = 989b026dd28caf11f7aafe0bd81cdcb0c09dbf23
 SHA512 (mate-polkit-1.20.0.tar.xz) = d842937cdb62d441140aed68e879bd6972c4ef7351093575bf1fda399f051ece26fb542834060b21cb53d308717f58e57cbd354521b68b27841809f1fd32cfcb
 Size (mate-polkit-1.20.0.tar.xz) = 325416 bytes
+SHA1 (patch-src_polkit-mate-authentication-agent-1.desktop.in.in) = 8240b7a4a3bf7267ebea2f79549e762d31b5f264
diff -r ad7de32d9599 -r 95e594b71abb security/mate-polkit/patches/patch-src_polkit-mate-authentication-agent-1.desktop.in.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/mate-polkit/patches/patch-src_polkit-mate-authentication-agent-1.desktop.in.in   Thu Jun 14 21:29:36 2018 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_polkit-mate-authentication-agent-1.desktop.in.in,v 1.1 2018/06/14 21:29:36 youri Exp $
+
+Run the MATE polkit agent in other desktops that provide one.
+
+--- src/polkit-mate-authentication-agent-1.desktop.in.in.orig  2018-01-28 07:54:19.000000000 +0000
++++ src/polkit-mate-authentication-agent-1.desktop.in.in
+@@ -6,5 +6,5 @@ Terminal=false
+ Type=Application
+ Categories=
+ NoDisplay=true
+-OnlyShowIn=MATE;
++OnlyShowIn=MATE;X-Cinnamon;XFCE;LXDE;LXQT;
+ X-MATE-AutoRestart=true



Home | Main Index | Thread Index | Old Index