network-manager-applet: update remove unwanted dependencies via patch.
This commit is contained in:
parent
fb7639a549
commit
1152581d7c
2 changed files with 20 additions and 4 deletions
|
|
@ -0,0 +1,17 @@
|
||||||
|
diff --git a/debian/control b/debian/control
|
||||||
|
index e680436f..7114f416 100644
|
||||||
|
--- a/debian/control
|
||||||
|
+++ b/debian/control
|
||||||
|
@@ -32,10 +32,9 @@ Pre-Depends: ${misc:Pre-Depends}
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
network-manager,
|
||||||
|
- gnome-shell | policykit-1-gnome | polkit-1-auth-agent,
|
||||||
|
+ policykit-1-gnome | polkit-1-auth-agent,
|
||||||
|
default-dbus-session-bus | dbus-session-bus
|
||||||
|
-Recommends: gnome-shell | notification-daemon,
|
||||||
|
- gnome-keyring,
|
||||||
|
+Recommends: gnome-keyring,
|
||||||
|
humanity-icon-theme,
|
||||||
|
mobile-broadband-provider-info,
|
||||||
|
iso-codes
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2022 Luis Guzman <ark@switnet.org>
|
# Copyright (C) 2024 Luis Guzman <ark@switnet.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -17,13 +17,12 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=0
|
VERSION=1
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
#Remove gnome-shell and notification-daemon dependency
|
#Remove gnome-shell and notification-daemon dependency
|
||||||
sed -i 's/gnome-shell <!s390x> | //g' debian/control
|
patch_p1 $DATA/remove_gnome-shell_and_notification-daemon_dependencies.patch
|
||||||
sed -i 's/notification-daemon <!s390x>/policykit-1-gnome <!s390x>/g' debian/control
|
|
||||||
|
|
||||||
changelog "Remove gnome-shell and notification-daemon dependency from network-manager-gnome"
|
changelog "Remove gnome-shell and notification-daemon dependency from network-manager-gnome"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue