Updated liferea helper

This commit is contained in:
Rubén Rodríguez 2014-05-21 02:58:22 +02:00
parent 5da9d79894
commit 00ec35f3a6

View file

@ -23,16 +23,13 @@ COMPONENT=main
. ./config . ./config
#remove references to Opera and Mozilla #remove references to Opera and Mozilla
sed 's/"opera", //' -i liferea.schemas sed '/opera/ s/^.*$/<description>Selects which browser to use to open external links.<\/description>/' -i net.sf.liferea.gschema.xml*
sed '/opera/d' -i ./src/ui/ui_prefs.c sed 's/Firefox/Abrowser/g; s/firefox/abrowser/g; /google-chrome/,/{/d; /opera/,/{/d' -i src/browser.c
sed 's/"mozilla", //' -i liferea.schemas
sed '/mozilla/d' -i ./src/ui/ui_prefs.c
replace mozilla abrowser . rm debian/patches/ubuntu-example-feeds.patch debian/patches/debian-example-feeds.patch
rm debian/patches/ubuntu-example-feeds debian/patches/debian-example-feeds
sed '/ubuntu-example-feeds/d; /debian-example-feeds/d;' debian/patches/series -i sed '/ubuntu-example-feeds/d; /debian-example-feeds/d;' debian/patches/series -i
#rm opml/feedlist_* #rm opml/feedlist_*
#sed '/feedlist_/d; s/\(.*feedlist.opml.*\)/\1\n\tfeedlist_es.opml/;' opml/Makefile.* -i #sed '/feedlist_/d; s/\(.*feedlist.opml.*\)/\1\n\tfeedlist_es.opml/;' opml/Makefile.* -i