Skip to content
Snippets Groups Projects
Commit 6fbf8bcc authored by Luis Guzmán's avatar Luis Guzmán
Browse files

ubuntu-budgie-meta: add trisquel-app-install and abrowser by default.

parent 4a11609b
No related branches found
No related tags found
1 merge request!974ubuntu-budgie-meta: add trisquel-app-install and abrowser by default.
Pipeline #825 passed
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# 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=2 VERSION=3
. ./config . ./config
# Rebrand and tweak packages # Rebrand and tweak packages
...@@ -32,11 +32,22 @@ grep -l snapd desktop*| xargs sed -i '/snapd/d' ...@@ -32,11 +32,22 @@ grep -l snapd desktop*| xargs sed -i '/snapd/d'
grep -l ubuntu-budgie desktop*| xargs sed -i 's|ubuntu-budgie|trisquel-budgie|g' grep -l ubuntu-budgie desktop*| xargs sed -i 's|ubuntu-budgie|trisquel-budgie|g'
sed -i 's|ubuntu-budgie|trisquel-budgie|' metapackage-map sed -i 's|ubuntu-budgie|trisquel-budgie|' metapackage-map
# Add custom trisquel packages
grep -l thunderbird desktop* | xargs sed -i "/thunderbird/a abrowser"
grep -l thunderbird desktop* | xargs sed -i "s|thunderbird|icedove|"
grep -l gnome-software desktop* | xargs sed -i "s|gnome-software|trisquel-app-install|g"
replace 'ubuntu-release-upgrader-gtk' 'trisquel-release-upgrader-gtk' replace 'ubuntu-release-upgrader-gtk' 'trisquel-release-upgrader-gtk'
replace 'fonts-ubuntu' 'fonts-trisquel' replace 'fonts-ubuntu' 'fonts-trisquel'
# Remove raspimeta package components # Remove raspimeta package components
find -name \*-raspi-\*|xargs rm find -name \*-raspi-\*|xargs rm
rm update.cfg rm update.cfg
# Fix order names by sorting them out
for i in $(ls desktop-*)
do
cat $i | sort -o $i
done
changelog "Rebuild to drop non-available deprecated and non-free source packages." changelog "Rebuild to drop non-available deprecated and non-free source packages."
compile compile
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