From: bugs at busybox.net <bugs@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot 0003974]: [PATCH] new package: LiTE (toolkit engine)
Date: Thu, 24 Jul 2008 07:27:44 -0700 [thread overview]
Message-ID: <b1375ad827abcc489333e10ea63d7124@busybox.net> (raw)
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=3974
======================================================================
Reported By: zonque
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 3974
Category: New Features
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 07-07-2008 04:29 PDT
Last Modified: 07-24-2008 07:27 PDT
======================================================================
Summary: [PATCH] new package: LiTE (toolkit engine)
Description:
this patch adds LiTE (DirectFB-based toolkit engine) to the list of
supported packages. Applies to latest svn here.
======================================================================
----------------------------------------------------------------------
daniellaird - 07-08-08 06:11
----------------------------------------------------------------------
I have updated the patch (It all works fine) but without the examples not
much to show. For now the patch just disables the tests and copies all
supporting pngs/fonts etc into $ROOTFS.
----------------------------------------------------------------------
zonque - 07-24-08 04:09
----------------------------------------------------------------------
can this go upstream, please?
Daniel
----------------------------------------------------------------------
bernhardf - 07-24-08 05:17
----------------------------------------------------------------------
this package should use package/Makefile.autotools.in
See various other packages for examples on how this should look like.
Please redo it and attach an updated patch. TIA
----------------------------------------------------------------------
daniellaird - 07-24-08 05:52
----------------------------------------------------------------------
Please find updated patch (adding_lite.patch)
----------------------------------------------------------------------
bernhardf - 07-24-08 07:27
----------------------------------------------------------------------
+$(LITE_HOOK_POST_INSTALL):
+ mkdir -p $(ROOTFS)/usr/share/fonts/truetype/
+ mkdir -p $(ROOTFS)/usr/share/LiTE/examples/
+ cp -R $(LITE_DIR)/examples/*.png $(ROOTFS)/usr/share/LiTE/examples/
+ cp -R $(LITE_DIR)/data/*.png $(ROOTFS)/usr/share/LiTE/
+ cp -R $(LITE_DIR)/fonts/*.ttf $(ROOTFS)/usr/share/fonts/truetype/
+ touch $@
ROOTFS? You probably mean $(TARGET_DIR)
It would be better if you would use $(INSTALL), e.g.:
$(INSTALL) -d $(TARGET_DIR)/usr/share/LiTE/examples/
$(INSTALL) -d $(TARGET_DIR)/usr/share/fonts/truetype
$(INSTALL) -m0644 $(LITE_DIR)/data/*.png $(TARGET_DIR)/usr/share/LiTE/
$(INSTALL) -m0644 $(LITE_DIR)/examples/*.png
$(TARGET_DIR)/usr/share/LiTE/examples/
$(INSTALL) -m0644 $(LITE_DIR)/fonts/*.ttf
$(TARGET_DIR)/usr/share/fonts/truetype/
other than that it looks somewhat reasonable
Issue History
Date Modified Username Field Change
======================================================================
07-07-08 04:29 zonque New Issue
07-07-08 04:29 zonque Status new => assigned
07-07-08 04:29 zonque Assigned To => buildroot
07-07-08 04:29 zonque File Added: lite.diff
07-08-08 06:11 daniellaird Note Added: 0009084
07-24-08 04:09 zonque Note Added: 0009934
07-24-08 05:17 bernhardf Note Added: 0009944
07-24-08 05:51 daniellaird File Added: adding_lite.patch
07-24-08 05:52 daniellaird Note Added: 0009954
07-24-08 07:27 bernhardf Note Added: 0009964
======================================================================
next reply other threads:[~2008-07-24 14:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-24 14:27 bugs at busybox.net [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-07-28 9:10 [Buildroot] [buildroot 0003974]: [PATCH] new package: LiTE (toolkit engine) bugs at busybox.net
2008-07-24 12:52 bugs at busybox.net
2008-07-24 12:17 bugs at busybox.net
2008-07-24 11:09 bugs at busybox.net
2008-07-08 13:11 bugs at busybox.net
2008-07-07 11:29 bugs at busybox.net
2008-07-08 13:09 ` Daniel Laird
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b1375ad827abcc489333e10ea63d7124@busybox.net \
--to=bugs@busybox.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox