* [gentoo-commits] repo/gentoo:master commit in: net-misc/wicd/files/
@ 2017-01-29 17:45 Michael Palimaka
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2017-01-29 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 042f1e89e8c699be868720ab79bb208ea9521142
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jan 27 15:26:12 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 17:45:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042f1e89
net-misc/wicd: remove unused patch/file
net-misc/wicd/files/add-wpa-psk-hex-template.patch | 29 ----------------------
net-misc/wicd/files/wicd-init.d | 24 ------------------
2 files changed, 53 deletions(-)
diff --git a/net-misc/wicd/files/add-wpa-psk-hex-template.patch b/net-misc/wicd/files/add-wpa-psk-hex-template.patch
deleted file mode 100644
index 21daaf3..00000000
--- a/net-misc/wicd/files/add-wpa-psk-hex-template.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -U 3 -dHrN wicd-1.7.1b2/encryption/templates/active wicd-1.7.1b2.new/encryption/templates/active
---- wicd-1.7.1b2/encryption/templates/active 2010-10-29 16:36:55.000000000 +0100
-+++ wicd-1.7.1b2.new/encryption/templates/active 2011-09-13 19:58:54.000000000 +0100
-@@ -1,5 +1,6 @@
- wpa
- wpa-psk
-+wpa-psk-hex
- wep-hex
- wep-passphrase
- wep-shared
-diff -U 3 -dHrN wicd-1.7.1b2/encryption/templates/wpa-psk-hex wicd-1.7.1b2.new/encryption/templates/wpa-psk-hex
---- wicd-1.7.1b2/encryption/templates/wpa-psk-hex 1970-01-01 01:00:00.000000000 +0100
-+++ wicd-1.7.1b2.new/encryption/templates/wpa-psk-hex 2011-09-13 19:59:11.000000000 +0100
-@@ -0,0 +1,15 @@
-+name = WPA 1/2 (Preshared Hex Key)
-+author = Thomas Kahle
-+version = 1
-+require apsk *Preshared_Key
-+-----
-+ctrl_interface=/var/run/wpa_supplicant
-+network={
-+ ssid="$_ESSID"
-+ scan_ssid=$_SCAN
-+ proto=WPA RSN
-+ key_mgmt=WPA-PSK
-+ pairwise=CCMP TKIP
-+ group=CCMP TKIP
-+ psk=$_APSK
-+}
diff --git a/net-misc/wicd/files/wicd-init.d b/net-misc/wicd/files/wicd-init.d
deleted file mode 100644
index b61bf66..00000000
--- a/net-misc/wicd/files/wicd-init.d
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-opts="start stop restart"
-
-WICD_DAEMON=/usr/sbin/wicd
-WICD_PIDFILE=/var/run/wicd/wicd.pid
-
-depend() {
- need dbus
-}
-
-start() {
- ebegin "Starting wicd daemon"
- "${WICD_DAEMON}" >/dev/null 2>&1
- eend $?
-}
-
-stop() {
- ebegin "Stopping wicd daemon"
- start-stop-daemon --stop --pidfile "${WICD_PIDFILE}"
- eend $?
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/wicd/files/
@ 2017-05-07 20:45 NP Hardass
0 siblings, 0 replies; 2+ messages in thread
From: NP Hardass @ 2017-05-07 20:45 UTC (permalink / raw
To: gentoo-commits
commit: b5c407cdeec7729cd22fcb122453f81db91a79d8
Author: Matija Skala <mskala <AT> gmx <DOT> com>
AuthorDate: Sat May 6 10:44:29 2017 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sun May 7 20:45:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c407cd
net-misc/wicd: Add X-cat to .desktop for GNOME derivs "System" menus
mate-1.12 shows Wicd inside of the 'Other' subcategory of the 'System'
menu instead of the 'Internet and Network' category.
Adding 'X-GNOME-NetworkSettings' or 'X-MATE-NetworkSettings' fixes this.
nm-applet uses 'X-GNOME-NetworkSettings'
net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch b/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch
index d2b85623660..0ccbd7833b2 100644
--- a/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch
+++ b/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch
@@ -4,7 +4,7 @@ diff -U 3 -dHrN wicd-1.7.2.4.orig/other/wicd.desktop wicd-1.7.2.4/other/wicd.des
@@ -1,5 +1,5 @@
[Desktop Entry]
-Categories=Application;Network;
-+Categories=Network;Settings;Utility;
++Categories=Network;Settings;Utility;X-GNOME-NetworkSettings;
Exec=wicd-gtk --no-tray
GenericName=Network Manager
Icon=wicd-gtk
@@ -14,7 +14,7 @@ diff -U 3 -dHrN wicd-1.7.2.4.orig/other/wicd-tray.desktop wicd-1.7.2.4/other/wic
@@ -1,5 +1,5 @@
[Desktop Entry]
-Categories=Application;Network;
-+Categories=Network;Settings;Utility;
++Categories=Network;Settings;Utility;X-GNOME-NetworkSettings;
Exec=wicd-gtk --tray
GenericName=Network Manager
Icon=wicd-gtk
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-07 20:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-29 17:45 [gentoo-commits] repo/gentoo:master commit in: net-misc/wicd/files/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2017-05-07 20:45 NP Hardass
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox