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

Updated gfxboot theme

parent f2cdf950
No related branches found
No related tags found
No related merge requests found
...@@ -26,18 +26,18 @@ sed 's/] def/ [ "nds" "nds" "Plattdüütsch" ]\n[ "oc" "oc" "Occitan" ]\n[ "aym ...@@ -26,18 +26,18 @@ sed 's/] def/ [ "nds" "nds" "Plattdüütsch" ]\n[ "oc" "oc" "Occitan" ]\n[ "aym
cp po/es.po po/quz.po cp po/es.po po/quz.po
cp po/es.po po/aym.po cp po/es.po po/aym.po
for FILE in po/*.po*; do #for FILE in po/*.po*; do
[ $FILE = "hi.po" ] && continue #[ $FILE = "hi.po" ] && continue
ACCESSLINE=$(expr $(grep -n \"Accessibility\" $FILE |cut -d: -f1|head -n 1) + 1) #ACCESSLINE=$(expr $(grep -n \"Accessibility\" $FILE |cut -d: -f1|head -n 1) + 1)
ACCESSWORD=$(sed -n ${ACCESSLINE}p $FILE |sed 's/msgstr \"//;s/\"//') #ACCESSWORD=$(sed -n ${ACCESSLINE}p $FILE |sed 's/msgstr \"//;s/\"//')
#
LINE=$(expr $(grep -n "Try Ubuntu Netbook without installing" $FILE|cut -d: -f1) + 1 ) #LINE=$(expr $(grep -n "Try Ubuntu Netbook without installing" $FILE|cut -d: -f1) + 1 )
sed "${LINE}s/\"$/ (+ $ACCESSWORD)\"/" -i $FILE #sed "${LINE}s/\"$/ (+ $ACCESSWORD)\"/" -i $FILE
LINE=$(expr $(grep -n "Install Ubuntu Netbook" $FILE|cut -d: -f1) + 1 ) #LINE=$(expr $(grep -n "Install Ubuntu Netbook" $FILE|cut -d: -f1) + 1 )
sed "${LINE}s/\"$/ (+ $ACCESSWORD)\"/" -i $FILE #sed "${LINE}s/\"$/ (+ $ACCESSWORD)\"/" -i $FILE
#
sed 's/Try Ubuntu Netbook without installing/Try Ubuntu Netbook without installing (+ Accessibility)/' -i $FILE #sed 's/Try Ubuntu Netbook without installing/Try Ubuntu Netbook without installing (+ Accessibility)/' -i $FILE
done #done
replace Kubuntu Triskel . replace Kubuntu Triskel .
replace "Ubuntu Netbook" Trisquel . replace "Ubuntu Netbook" Trisquel .
...@@ -55,6 +55,7 @@ replace "Enterprise Cloud" "Gamer" . ...@@ -55,6 +55,7 @@ replace "Enterprise Cloud" "Gamer" .
replace Ubuntu Trisquel . replace Ubuntu Trisquel .
sed /txt_option_free/d dia_fulloptions.inc -i sed /txt_option_free/d dia_fulloptions.inc -i
sed /fulloptions.free/d dia_fulloptions.inc -i
#sed 's:\(.*\)120\(.*\):\181\2\n/timeout.time.x timeout.x 550 add def:' timeout.inc -i #sed 's:\(.*\)120\(.*\):\181\2\n/timeout.time.x timeout.x 550 add def:' timeout.inc -i
cat << EOF | patch -p1 cat << EOF | patch -p1
...@@ -101,7 +102,7 @@ sed 's/gfxboot-theme-ubuntu/gfxboot-theme-trisquel/' debian/control -i ...@@ -101,7 +102,7 @@ sed 's/gfxboot-theme-ubuntu/gfxboot-theme-trisquel/' debian/control -i
changelog "Rebranded for Trisquel" changelog "Rebranded for Trisquel"
sed '1s/gfxboot-theme-ubuntu/gfxboot-theme-trisquel/' debian/changelog /CurrentlyBuilding -i sed '1s/gfxboot-theme-ubuntu/gfxboot-theme-trisquel/' debian/changelog /CurrentlyBuilding -i
sed 's/main/universe/' /CurrentlyBuilding -i #sed 's/main/universe/' /CurrentlyBuilding -i
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