lxde-metapackages: set correct browser dependencies.
This commit is contained in:
parent
daba10136c
commit
745e43935c
2 changed files with 50 additions and 0 deletions
|
|
@ -0,0 +1,22 @@
|
||||||
|
diff --git a/debian/control b/debian/control
|
||||||
|
index e0f0285c..5cc1787e 100644
|
||||||
|
--- a/debian/control
|
||||||
|
+++ b/debian/control
|
||||||
|
@@ -22,7 +22,7 @@ Recommends: polkitd,
|
||||||
|
lxterminal | x-terminal-emulator,
|
||||||
|
notification-daemon,
|
||||||
|
xscreensaver
|
||||||
|
-Suggests: firefox-esr | firefox | www-browser,
|
||||||
|
+Suggests: abrowser | icecat | www-browser,
|
||||||
|
lxde,
|
||||||
|
lxlauncher
|
||||||
|
Description: metapackage for the LXDE core
|
||||||
|
@@ -59,7 +59,7 @@ Recommends: connman-gtk | network-manager-gnome | wicd,
|
||||||
|
smplayer | vlc | mplayer-gui, gnome-colors,
|
||||||
|
gnome-system-tools,
|
||||||
|
gucharmap,
|
||||||
|
- firefox-esr | firefox | www-browser,
|
||||||
|
+ abrowser | icecat | www-browser,
|
||||||
|
lightdm | x-display-manager,
|
||||||
|
lxmusic | audacious, lxpolkit,
|
||||||
|
parcellite | clipit | copyq, numlockx, usermode,
|
||||||
28
helpers/make-lxde-metapackages
Normal file
28
helpers/make-lxde-metapackages
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2025 Luis Guzmán <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
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
#
|
||||||
|
|
||||||
|
VERSION=1
|
||||||
|
|
||||||
|
. ./config
|
||||||
|
|
||||||
|
apply_patch_changes
|
||||||
|
|
||||||
|
changelog "Set correct browser dependencies order on Trisquel environment."
|
||||||
|
|
||||||
|
package
|
||||||
Loading…
Add table
Add a link
Reference in a new issue