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
|
|
@ -1,6 +1,6 @@
|
|||
#!/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
|
||||
# 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
|
||||
#
|
||||
|
||||
VERSION=0
|
||||
VERSION=1
|
||||
|
||||
. ./config
|
||||
|
||||
#Remove gnome-shell and notification-daemon dependency
|
||||
sed -i 's/gnome-shell <!s390x> | //g' debian/control
|
||||
sed -i 's/notification-daemon <!s390x>/policykit-1-gnome <!s390x>/g' debian/control
|
||||
patch_p1 $DATA/remove_gnome-shell_and_notification-daemon_dependencies.patch
|
||||
|
||||
changelog "Remove gnome-shell and notification-daemon dependency from network-manager-gnome"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue