Here are random notes about harmattan / aka maemo|meego|m6 for nokia handset n950 or SmartPhone NokiA N9 , and how to build or share software in/for the meego distro …
Hi,
Time to announce this unofficial quick and dirty repo, I've been playing with obs for some time now, and many pple in this forum are referring to it as h:r:h rzr repo, so I guess it's useful and I should explain …
To make short, the repo provides over 200 packages, most of them arent very useful but may help developers or advanced users but there are a couple that worth to be installed…
The project is still open for other maintainers, but let me suggest to look at the “official” community repo (which is empty now) but it will ensure a better quality than what I've been doing with a couple of contributors, this is important too …
Better late than never, I also want to thank all those developers and maintainers without them I or we couldnt do that much … thank you for keeping the motivation …
If you have suggestions/ questions you can use the forum :
More at : http://rzr.online.fr/q/harmattan
As suggested and requested here the temporary Community Repository for Harmattan. We are eager to hear you sharing packages with us. Please let us know, if you have something useful. Feel free to contact “rzr” or “djszapi”.
Just for clarification: It is not an official Community Repository. We do not promise any guarantee! We do not tend to dislike the Surrounds, Apps and Apps-Testing idea, but for the time being, it means too much bureaucracy and organization yet. Hence this is an interim solution for avoiding the unneccessary community effort.
Preferred workflow is : refer to debian as upstream (home:rzr:debian ) and if needed fix package in home:$USER and merge it back to home:rzr:harmattan , any other sources stream are also accepted (maemo, ubuntu, src, etc)
You can also add this extra repo but make sure to be warned : CAUTION UNSECURE DANGEROUS PANIC APOCAPLYSE SUICIDE SELF DESTRUCT ANYONE LEFT ?:
You can set it from the shell :
devel-su
passwd root
passwd user
#
killall pkgmgrd && killall pkgmgrd
#
distro="harmattan"
target="MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard"
repo="home-rzr-${distro}-${target}"
baseurl="http://rzr.online.fr/r/"
url="http://repo.pub.meego.com/home:/rzr:/${distro}/${target}/"
#url="${baseurl}/${url}
echo "deb ${url} ./" | tee "/etc/apt/sources.list.d/${repo}.list"
apt-get update ; apt-get install n9tweak wget
You can also install extra repo for testing packages :
distro="harmattan"
target="MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard"
release="testing"
repo="home-rzr-${distro}-${release}-${target}"
baseurl="http://rzr.online.fr/r/"
url="http://repo.pub.meego.com/home:/rzr:/${distro}:/${release}/${target}/"
#url="${baseurl}/${url}
echo "deb ${url} ./" | tee "/etc/apt/sources.list.d/${repo}.list"
Also you can add my key :
KEY=0x467094BC; gpg --keyserver pgpkeys.mit.edu --recv-key $KEY && gpg -a --export $KEY | $sudo apt-key add -
# 140.211.166.234
Obsolete : Clicking on this file should install the app to enable it :
devel-su # apt-get update apt-get install git apt-get install wget rsync git screen zile ncftp apt-get install xkb-data-addons-rm680 tmux cuteexplorer minifile apt-get install mc
# file=*.deb # pkgmgr install-file -V -f $file
Full list :
https://build.pub.meego.com/project/packages?project=home%3Arzr%3Aharmattan
http://repo.pub.meego.com/home:/rzr:/
Tested and reviewed ones :
git clone http://review.merproject.org/p/mer/release-tools.git