Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/files/
Date: Thu, 22 Dec 2016 15:56:24
Message-Id: 1482422168.639506b114271367704b6197f9271cafc88631b9.kensington@gentoo
1 commit: 639506b114271367704b6197f9271cafc88631b9
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 18 18:52:10 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 15:56:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639506b1
7
8 mate-base/mate-control-center: remove unused patch
9
10 .../files/mate-control-center-1.6.2-libsecret.patch | 15 ---------------
11 1 file changed, 15 deletions(-)
12
13 diff --git a/mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch b/mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch
14 deleted file mode 100644
15 index b66a9af..00000000
16 --- a/mate-base/mate-control-center/files/mate-control-center-1.6.2-libsecret.patch
17 +++ /dev/null
18 @@ -1,15 +0,0 @@
19 -diff --git a/libslab/app-shell.c b/libslab/app-shell.c
20 -index 3c33230..5f4af23 100644
21 ---- a/libslab/app-shell.c
22 -+++ b/libslab/app-shell.c
23 -@@ -987,8 +987,8 @@ static void handle_menu_action_performed (Tile * launcher, TileEvent * event, Ti
24 - return TRUE;
25 - }
26 -
27 -- /* discard mate-keyring-manager if CASA is installed */
28 -- if ((exec && !strcmp (exec, "mate-keyring-manager"))
29 -+ /* discard gnome-keyring-manager if CASA is installed */
30 -+ if ((exec && !strcmp (exec, "gnome-keyring-manager"))
31 - && (path = g_find_program_in_path ("CASAManager.sh")))
32 - {
33 - g_free (path);