Cedega für Jaunty

Habe die Anweisungen von http://www.ubuntu-inside.me/

befolgt und euch ein Packet gepackt 😀


Cedega
Download


How to Get Your Cedega Working On Ubuntu Jaunty

When i was using Ubuntu Jaunty Beta, i saw that cedega debian packages
do not work with jaunty.It complains about a dependency called
python2.4-dbus (Error: Dependency is not satisfiable:
Python2.4-dbus).Today we will fix this issue so your cedega will work
with Ubuntu Jaunty.Let’s start.

Download cedega package from here."cd" to the directory where you
downloaded cedega debian package (for example : cd
/home/yourusername/Desktop/)

Now we will create folders :

$mkdir -p cedega_000133_all/DEBIAN

This will create cedega_000133_all folder and inside that DEBIAN
folder.Now let’s edit the packages, rebuild it and get things working :

$ar p cedega_000133_all.deb data.tar.gz | tar zx -C cedega_000133_all/

$ar p cedega_000133_all.deb control.tar.gz | tar zx -C
cedega_000133_all/DEBIAN/

$mv cedega_000133_all.deb cedega_000133_all.prerebuild.deb

$perl -pi -e ’s/python2.4-dbus/python-dbus/‘
cedega_000133_all/DEBIAN/control

$dpkg-deb –build cedega_000133_all

$rm -rf cedega_000133_all

$sudo dpkg -i cedega_000133_all.deb

That is it.Have a nice kill : )

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert