This fixes some issues with libanjuta. The previous version spitted out hundrets
of error messages whenever gtkpod changed the progressbar. This issue is fixed
in 2.1.5.
a2j_control fails because dbus is not in the python path. The exact error
message is:
Traceback (most recent call last):
File ".nix-profile/bin/a2j_control", line 11, in <module>
import dbus
ImportError: No module named dbus
The fix is to add the python dbus module to the build inputs and wrap the
python path for a2j_control.
The project has changed its name to cool-retro-term. The project also added a
dependency that is included as a submodule. I added this dependency as a
separate expression.
The current options for the XServer produce a huge amount of log messages. The
server produces around 70-80 messages per minute. The most messages look like
this:
display-manager-start[1846]: GetModeLine - scrn: 0 clock: 75200
display-manager-start[1846]: GetModeLine - hdsp: 1366 hbeg: 1414 hend: 1478 httl: 1582
display-manager-start[1846]: vdsp: 768 vbeg: 772 vend: 779 vttl: 792 flags: 9
Since theses messages aren't very useful, I propose to remove the `-logverbose`
and `-verbose` options from the XServer arguments.
[Bjørn Forsman:
* use "mkdir -p" instead of "ensureDir" (deprecated)
* place *.pc file in $out/lib/pkgconfig/ (instead of
$out/share/pkgconfig/ which doesn't work)
* prefix commit message with "libid3tag:"
]
Using setup.py results in the following error message:
Missing file: share/applications/gpodder.desktop
If you want to install, use "make install" instead of using
setup.py directly. See the README file for more information.