Merge lp:~gotwig/elementaryos/eBuild-dev into lp:elementaryos/0.1-jupiter

Proposed by Eduard Gotwig
Status: Merged
Merged at revision: 41
Proposed branch: lp:~gotwig/elementaryos/eBuild-dev
Merge into: lp:elementaryos/0.1-jupiter
Diff against target: 40 lines (+4/-3)
2 files modified
build.sh (+1/-0)
conf.sh (+3/-3)
To merge this branch: bzr merge lp:~gotwig/elementaryos/eBuild-dev
Reviewer Review Type Date Requested Status
elementaryos (old) Pending
Review via email: mp+50502@code.launchpad.net

Description of the change

removed postler, which causes in the installation of packages a bug, changed lsb-release name from jupiter back to maverick so updating and upgrading will work out of the box, added a not-ubuntu splash.pcx ( Dan wanted that for now, until we have a isolinux design)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build.sh'
2--- build.sh 2011-02-18 22:20:09 +0000
3+++ build.sh 2011-02-20 11:44:57 +0000
4@@ -86,6 +86,7 @@
5
6 # Remove ubuntu crap, and give it the last kick (first line uncommented for use in the future)
7 # cp -t $BASE_ORIG_PATH/isolinux ./resources/acess.pcx ./resources/blank.pcx ./resources/splash.pcx ./resources/splash.png ./resources/16x16.fnt ./resources/back.jpg
8+cp ./resources/splash.pcx $BASE_ORIG_PATH/isolinux
9 cd $BASE_ORIG_PATH
10 sed -i "s/Ubuntu/elementary/" boot/grub/loopback.cfg
11 rm -r *.exe autorun.inf README.diskdefines pics ubuntu
12
13=== modified file 'conf.sh'
14--- conf.sh 2011-02-18 22:20:09 +0000
15+++ conf.sh 2011-02-20 11:44:57 +0000
16@@ -154,7 +154,7 @@
17 apt-get dist-upgrade -f -y --allow-unauthenticated
18
19 # Install apps for elementary deskop --no-install-recommends
20-apt-get install -f -y --no-install-recommends --allow-unauthenticated abiword abiword-plugin-grammar bcmwl-kernel-source cups dexter dockmanager docky ease elementary-theme elementary-icon-theme elementary-wallpapers gdebi gdebi-core gloobus-preview gnumeric indicator-applet-complete indicator-datetime libgl1-mesa-dri-experimental midori nautilus ntp purple plymouth-theme-elementary-logo postler preload telepathy-salut ttf-droid ttf-unifont zeitgeist zeitgeist-fts-extension
21+apt-get install -f -y --no-install-recommends --allow-unauthenticated abiword abiword-plugin-grammar bcmwl-kernel-source cups dexter dockmanager docky ease elementary-theme elementary-icon-theme elementary-wallpapers gdebi gdebi-core gloobus-preview gnumeric indicator-applet-complete indicator-datetime libgl1-mesa-dri-experimental midori nautilus ntp purple plymouth-theme-elementary-logo preload telepathy-salut ttf-droid ttf-unifont zeitgeist zeitgeist-fts-extension
22 # Should be replaced by a simple 'apt-get install elementary-desktop'
23
24 # Compiz
25@@ -234,10 +234,10 @@
26
27 # Set midori as default browser, and configure it
28 $setconf string /desktop/gnome/applications/browser/exec midori
29-echo -e '[settings] \n homepage=http://elementaryos.org' > /etc/xdg/midori/config
30+echo -e '[settings]\nhomepage=http://elementaryos.org' > /etc/xdg/midori/config
31
32 # elementary Standard Base (eSB) (LSB support)
33-echo -e "DISTRIB_ID=elementary\nDISTRIB_RELEASE=$VERSION\nDISTRIB_CODENAME=jupiter\nDISTRIB_DESCRIPTION=""elementary $VERSION""" > /etc/lsb-release
34+echo -e "DISTRIB_ID=elementary\nDISTRIB_RELEASE=$VERSION\nDISTRIB_CODENAME=maverick\nDISTRIB_DESCRIPTION=""elementary $VERSION""" > /etc/lsb-release
35
36 # Add template file
37 cp -r /usr/share/python-apt/templates/Ubuntu.info /usr/share/python-apt/templates/elementary.info
38
39=== added file 'resources/splash.pcx'
40Binary files resources/splash.pcx 1970-01-01 00:00:00 +0000 and resources/splash.pcx 2011-02-20 11:44:57 +0000 differ

Subscribers

People subscribed via source and target branches