* idutils
Remove "." from SUMMARY.
Minor cosmetics.
* im
Remove "." from SUMMARY.
Minor cosmetics.
Sorted _devel block to the top.
* iozone
Improved DESCRIPTION.
Minor cosmetics.
* isl
Remove "." from SUMMARY.
Minor cosmetics.
Sorted _devel block to the top.
* iup
Remove "." from SUMMARY.
Minor cosmetics.
Sorted _devel block to the top.
* joyce
Remove "." from SUMMARY.
Improved DESCRIPTION.
Updated HOMEPAGE URL.
Minor cosmetics.
As it compiled without any changes, added recipe for latest v2.2.7
* kdelibs4
Remove "." from SUMMARY.
Sorted _devel block to the top.
Removed the full-stop and repeating package name in SUMMARY.
Removed hard line breaks, broke up some very long paragraphs and
use bullet lists where possible.
All done by browsing through HaikuDepot. There may be (many) more left
in the whole haikuports repo...
Included 10 extended desriptions done by soyoye14 for GCI 2014
(https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632)
Removed/insert whitespace where it seems to be the custom in recipes.
Sometimes rearranged elements of a recipe (moving license and copyright
up, for example).
* Referring the current haiku version explicitly is not needed, since
the RequiresUpdater takes care of setting the version of Haiku used
for building a package.
@waddlesplash: please do a --clean and clean build to validate your
recipes
@scottmc: asking students for a screenshot of the package is not enough,
please either test the recipes yourself, or don't review these
tasks if you can't...
This does not work: it gets about halfway through and then stops because
of an unresolved symbol that runtime_loader cannot seem to find. I haven't
pinpointed the source of the problem yet, but I figured this should be online
for others to review and scrutinize.
* Fix an upstream problem with the time conversion in the native
system notifications
* Kludge the packaging to put *.so symlinks in the runtime path too.
Not particularly happy about it but I'm sick of dealing with this
recipe. This makes qmake/cmake/etc... happy
* Fix systray support by removing check for
/boot/common/bin/qsystray. Instead we always return true
when determining if Haiku supports a systray since qsystray
is guaranteed to be installed
* qmake will need some fine tuning. When trying to build other
qt based projects it will insert the wrong link flags
(i.e. -L.../lib... instead of -L.../develop/lib...)
* Untested as secondary on gcc2
* Could use some subpackages like _debug/_demos/etc...
(demos and examples are disabled at the moment)
* Might need some fine tuning of install directories but they're
generally ok. This is things like possibly moving qtconfig
into the preferences directory and putting some of the bin
commands that are currently in the _devel package into an apps
dir.
* Several of the libs and some of the data files from the main
package could probably be put in the _devel package.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
ports that do not have a proper recipe yet