File size increase after import

Sandor Bodo-Merle sbodomerle at gmail.com
Wed Feb 4 10:33:26 MST 2009


On Wed, Feb 4, 2009 at 3:44 PM, Robby Stephenson <robby at periapsis.org>wrote:

> Thanks for the email. The current KDE4 version in trunk is still rather
> rough, but you pointed out some issues that I wasn't aware of. I'll be sure
> to check on them.
>

Thanks. That would be great. Unfortunately im not familiar with Qt (yet. I
have some Gtk experience tough).
Now that KDE4.2 is usable on desktop im looking forward for a new Tellico.
Btw - checking out the sources and building a deb package fails at first
because there is no builds directory.
This minor patch fixes it.

Index: debian/rules
===================================================================
--- debian/rules        (revision 3431)
+++ debian/rules        (working copy)
@@ -28,7 +28,7 @@
 ${build_dir}:
        dh_testdir

-       mkdir ${build_dir}
+       mkdir -p ${build_dir}
        # Add here commands to configure the package.
        cd ${build_dir} && \
                cmake $(CURDIR) \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://forge.novell.com/pipermail/tellico-users/attachments/20090204/6ae37153/attachment.html


More information about the tellico-users mailing list