User:Epage
(Adding links, first-boot-wizard) |
|||
Line 23: | Line 23: | ||
* Python package dependencies change | * Python package dependencies change | ||
** I switched to python2.6 | ** I switched to python2.6 | ||
+ | *** Probably most random apps will work with python2.6 | ||
** I removed version numbers from my deps (like python2.5-gtk) | ** I removed version numbers from my deps (like python2.5-gtk) | ||
** python-glade needs to be explicit | ** python-glade needs to be explicit |
Revision as of 12:44, 15 July 2009
Background
- BS in Computer Engineering
- Driver developer
Hardware
- Nokia 770
- Nokia n810 - Maemo 4.1
Software Projects
- ejpi Creator
- DialCentral Maintainer
- Quicknote Contributor
- Mer Contributor
- mer-cpa-about Creator
- mer-cpa-input Creator
- first-boot-wizard Contributor
Mer Ideas
Notes on porting to Mer:
- Python package dependencies change
- I switched to python2.6
- Probably most random apps will work with python2.6
- I removed version numbers from my deps (like python2.5-gtk)
- python-glade needs to be explicit
- Has installation problems as a dependency, after manually installing it and agreeing to some random question, installation of my package worked
- python-xml requires python-launcher not to be installed
- I switched to python2.6
- Py2Deb
- It puts package deps in the *.dsc build deps, manually delete them
- It also does not follow the new category system
- Other
- run-standalone.sh is broken due to a missing dependency, so I remove it from my *.desktop file when building for Mer