diff options
author | youri <youri@pkgsrc.org> | 2018-06-14 21:29:36 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-06-14 21:29:36 +0000 |
commit | b0e90e199678654e0415c1810f974a50a27ca625 (patch) | |
tree | 1b444d91eeb85085ca0f7a017885a1bf4bc7cb26 /security/mate-polkit | |
parent | 696f29f5304ee453e80ef465ea48a399799c603f (diff) | |
download | pkgsrc-b0e90e199678654e0415c1810f974a50a27ca625.tar.gz |
Make the MATE Polkit authentication agent run automatically on other desktops:
- Xfce4
- Cinnamon
- LXDE
- LXQT
Diffstat (limited to 'security/mate-polkit')
-rw-r--r-- | security/mate-polkit/Makefile | 3 | ||||
-rw-r--r-- | security/mate-polkit/distinfo | 3 | ||||
-rw-r--r-- | security/mate-polkit/patches/patch-src_polkit-mate-authentication-agent-1.desktop.in.in | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/security/mate-polkit/Makefile b/security/mate-polkit/Makefile index ac606abb40d..f5f3fe33a59 100644 --- a/security/mate-polkit/Makefile +++ b/security/mate-polkit/Makefile @@ -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 --git a/security/mate-polkit/distinfo b/security/mate-polkit/distinfo index 2246587a1f4..73b40b4c104 100644 --- a/security/mate-polkit/distinfo +++ b/security/mate-polkit/distinfo @@ -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 --git a/security/mate-polkit/patches/patch-src_polkit-mate-authentication-agent-1.desktop.in.in b/security/mate-polkit/patches/patch-src_polkit-mate-authentication-agent-1.desktop.in.in new file mode 100644 index 00000000000..145b4e8868c --- /dev/null +++ b/security/mate-polkit/patches/patch-src_polkit-mate-authentication-agent-1.desktop.in.in @@ -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 |