Skip to content
Snippets Groups Projects
Commit ac031cc8 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

mate-desktop-environment: improve dependencies

parent ad7d4a4d
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2020 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2020-2022 Ruben Rodriguez <ruben@trisquel.info>
# #
# 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,11 +17,16 @@ ...@@ -17,11 +17,16 @@
# 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=1 VERSION=2
. ./config . ./config
sed 's/eom .*,/viewnior,/' -i debian/control sed 's/eom .*,/viewnior,/' -i debian/control
sed 's/ubuntu-mate-themes |//' -i debian/control
sed 's/ubuntu-mate-wallpapers/trisquel-wallpapers/' -i debian/control
sed 's/thunderbird/icedove/' -i debian/control
sed 's/firefox/abrowser/' -i debian/control
sed 's/fonts-cantarell | fonts-ubuntu/fonts-trisquel/' -i debian/control
changelog "Default to Viewnior for image viewer" changelog "Default to Viewnior for image viewer"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment