Wed, 14 Jan 2009 15:59:12 +0100
Correct and improve many buildconf and code logic blocks. In particular:
1. Document potential problems building with current binutils releases.
2. Document the flawed webkit and explain its temporary exclusion.
3. Document the edition of Qt which is built and installed.
4. Remove the Solaris x11_supdir logic as it is no longer found.
5. Correct several .pr[io] files including QMAKE_CXXFLAGS and INCPATH,
which previously caused preexisting Qt installations to deliver
erroneous old include and library logic instead of relying on
that of the currently building package. -I/opkg/include is now
placed at the end of the compile statements.
6. Don't trust the QMAKE_[INC|LIB]DIR_X11 identifiers in qmake.conf.
7. Allow more 64-bit builds and more properly identify the platform.
8. Place plugins (which are shared objects) in lib instead of share.
9. Build components as plugins when possible if with_shared is enabled.
10. Translate German text to English to be more consistent.
11. Instead of removing the pkgconfig directory of with_shared builds,
place it in a child directory useful for shared building.
12. Document the nonstandard shared build directory structure,
including using the hidden pkgconfig directory (PKG_CONFIG_PATH.)
13. Change %doc to specify files rather than directories in the RPM DB.
michael@13 | 1 | |
michael@13 | 2 | This is @l_prefix@, an RPM-based OpenPKG software package hierarchy. |
michael@13 | 3 | This filesystem area contains software which was automatically |
michael@13 | 4 | installed through OpenPKG RPM packages from http://www.openpkg.org/. |
michael@13 | 5 | |
michael@13 | 6 | Short OpenPKG RPM query command summary: |
michael@13 | 7 | |
michael@13 | 8 | $ @l_prefix@/bin/openpkg rpm -qa |
michael@13 | 9 | (q)uery list of (a)ll installed packages |
michael@13 | 10 | |
michael@13 | 11 | $ @l_prefix@/bin/openpkg rpm -qi <name> |
michael@13 | 12 | (q)uery (i)nformation about package <name> |
michael@13 | 13 | |
michael@13 | 14 | $ @l_prefix@/bin/openpkg rpm -qlv <name> |
michael@13 | 15 | (q)uery (v)erbose (l)ist of installed files of package <name> |
michael@13 | 16 | |
michael@13 | 17 | Use "eval `@l_prefix@/bin/openpkg rc --eval all env`" from within a |
michael@13 | 18 | user's Bourne (Again) Shell startup script (.profile or .bashrc) in |
michael@13 | 19 | order to activate this hierarchy and all of its packages. |
michael@13 | 20 | |
michael@13 | 21 | In case of any questions or problems post to the OpenPKG project |
michael@13 | 22 | user support mailing list <openpkg-users@openpkg.org>. For more |
michael@13 | 23 | details about OpenPKG visit http://www.openpkg.org/. |
michael@13 | 24 |