move two files into -examples subpackage. pointed out by Moritz Grimm.

go ahead espie@
This commit is contained in:
steven 2006-08-08 16:17:54 +00:00
parent 56f478be9c
commit 707a39de3d
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2006/06/04 09:37:43 espie Exp $
# $OpenBSD: Makefile,v 1.19 2006/08/08 16:17:54 steven Exp $
COMMENT= "C++ X11 GUI toolkit"
COMMENT-examples= "examples for qt4"
@ -11,10 +11,10 @@ COMMENT-sqlite= "sqlite plugin for qt4"
PKGNAME= qt4-${VERSION}
PKGNAME-mysql= qt4-mysql-${VERSION}
PKGNAME-postgresql= qt4-postgresql-${VERSION}
PKGNAME-examples= qt4-examples-${VERSION}
PKGNAME-examples= qt4-examples-${VERSION}p0
PKGNAME-sqlite2= qt4-sqlite2-${VERSION}
PKGNAME-sqlite= qt4-sqlite-${VERSION}
FULLPKGNAME= qt4-${VERSION}
FULLPKGNAME= qt4-${VERSION}p0
FULLPKGNAME-html= qt4-html-${VERSION}
SHARED_LIBS= Qt3Support 5.0 \
QtCore 5.0 \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2006/06/04 09:37:43 espie Exp $
@comment $OpenBSD: PLIST,v 1.12 2006/08/08 16:17:54 steven Exp $
%%SHARED%%
bin/assistant4
bin/designer4
@ -1703,8 +1703,6 @@ lib/qt4/bin/qtconfig
lib/qt4/bin/rcc
lib/qt4/bin/uic
lib/qt4/bin/uic3
lib/qt4/examples/tools/settingseditor/inifiles/licensepage.ini
lib/qt4/examples/tools/settingseditor/inifiles/qsa.ini
lib/qt4/include
@comment lib/qt4/libQt3Support.la
lib/qt4/libQt3Support.prl

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-examples,v 1.5 2006/06/04 09:37:43 espie Exp $
@comment $OpenBSD: PLIST-examples,v 1.6 2006/08/08 16:17:54 steven Exp $
%%SHARED%%
bin/qtdemo
lib/qt4/bin/qtdemo
@ -992,6 +992,8 @@ lib/qt4/examples/tools/regexp/regexpdialog.cpp
lib/qt4/examples/tools/regexp/regexpdialog.h
lib/qt4/examples/tools/settingseditor/
lib/qt4/examples/tools/settingseditor/inifiles/
lib/qt4/examples/tools/settingseditor/inifiles/licensepage.ini
lib/qt4/examples/tools/settingseditor/inifiles/qsa.ini
lib/qt4/examples/tools/settingseditor/locationdialog.cpp
lib/qt4/examples/tools/settingseditor/locationdialog.h
lib/qt4/examples/tools/settingseditor/main.cpp