* flare, freedroidRPG
Don't start with the app name, in the _data section too...
Re-order blocks
* help2man
SUMMARY must not end with "."
Re-ordered blocks
* html_parser, xml_parser
Corrected license
Re-ordered blocks
* jq
Corrected copy&paste mishap, I guess
Re-ordered blocks
* librevenge
Re-ordered blocks
Removed email addresses from COPYRIGHT
* mesa
Don't start with the app name, in the _swrat and _swpipe sections too...
Re-ordered blocks
* qupzilla
SUMMARY must not end with "."
* ruby
Corrected license
Re-ordered blocks
* vncserver
Removed "copyright" from COPYRIGHT
* make use of browser.mozconfig
* move $libDir/firefox-2.0.0.22pre to $appsDir/BeZilla
* rearrange libs
* create devel package
* add Deskbar link
* use haiku-widget-theme
* add missing zip requires
* mozconfig clean-up
* 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.
NetSurf devs helped fix the Haiku port after I noticed the 3.2 release
was not working. Get the latest changes from their git repo so we can
have a working release.
Also add dependency on hubbub since this is now dynamically linked.
Unfortunately it's broken. The start page will not draw anything, and
trying to access any other URL triggers an assert. I don't even
understand why NetSurf is building in DEBUG mode, the assert shouldn't
be active...
* fix dependencies and build system
* check doesn't build correctly with haikuporter on x86_64 beause
of a Python bug (hard link extraction in tar files)
...so add it. Also tweak the pkg_config setting so that QupZilla can use
it to detect what QtWebKit version is available. Also modifies the source
to point to my fork that has the patches (and then some more) already in it,
I have a pull request pending upstream.
The default source distribution comes with all dependencies. It is not
as easy to compile, and it's better to have the libs in separate
packages for others to use, anyway.
* portVersionedName contains the secondary architecture,
so using it means secondary package builds fail.
example: $portVersionedName is libwow_x86-0.0.0 when
doing an x86 build on x86_gcc2
- Modified recipe to use prefix of $appsDir at qmake rather than hardcoded path in defines.pri.
- Use commit hashtag to reference a specific version from git repo.
* All the packages have changed version
* Cleanup the dependencies to avoid repeating transitive ones
* libxml is not required anymore (libdom replaces it everywhere)
* on the other hand, NetSurf build uses perl html::entities. Added a bep for it.
* Also adjusted the licences. While NetSurf is still GPL/MIT+OpenSSL exception, all the other libs are plain MIT, with various copyright holders.
(cherry picked from commit 9b6e3c28b0)
Conflicts:
dev-libs/libwapcaplet/libwapcaplet-0.2.0-HEAD.bep
dev-util/buildsystem/buildsystem-1.0-HEAD.bep
media-libs/libnsbmp/libnsbmp-0.1.0-HEAD.bep
media-libs/libsvgtiny/libsvgtiny-0.1.0-HEAD.bep
net-libs/libdom/libdom-0.0.1-HEAD.bep
www-client/netsurf/netsurf-3.1-HEAD.bep
* 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