Hook QtWayland and DESCR tweaks

Add qtwayland and remove sqlite2 form DESCR. qt5-sqlite2 is no longer present.
This commit is contained in:
rsadowski 2022-09-01 13:59:09 +00:00
parent 25fffc7641
commit 6c98c4d8de
2 changed files with 5 additions and 3 deletions

View File

@ -4,6 +4,7 @@ COMMENT-examples = examples for Qt5, meta-package
PKGNAME = qt5-${MODQT5_VERSION}
PKGNAME-main = ${PKGNAME}
PKGNAME-examples = qt5-examples-${MODQT5_VERSION}
REVISION-main = 0
MULTI_PACKAGES = -main -examples
@ -41,6 +42,7 @@ RUN_DEPENDS-main = \
x11/qt5/qttranslations=${MODQT5_VERSION} \
x11/qt5/qtvirtualkeyboard,-main=${MODQT5_VERSION} \
x11/qt5/qtwebchannel,-main=${MODQT5_VERSION} \
x11/qt5/qtwayland=${MODQT5_VERSION} \
x11/qt5/qtwebkit \
x11/qt5/qtwebsockets,-main=${MODQT5_VERSION} \
x11/qt5/qtx11extras=${MODQT5_VERSION} \

View File

@ -9,12 +9,12 @@ simple example programs (source + binaries).
There's a debug version of the libraries: qt5-debug.
There are database plugins: qt5-mysql, qt5-postgresql, qt5-sqlite2 and
qt5-tds.
There are database plugins: qt5-mysql, qt5-postgresql and qt5-tds.
People who want to use Qt5 to compile applications outside the ports tree
should note that Qt5's installation conforms to OpenBSD habits, not
TrollTech's recommendations. Accordingly:
upstream recommendations. Accordingly:
- libs are separated from includes.
- moc is installed as ${PREFIX}/bin/moc-qt5, in order not to conflict
with other Qt versions.