plist fixes, ok espie@
This commit is contained in:
parent
526c868956
commit
7146bf495a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.43 2007/10/22 15:36:59 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.44 2007/10/25 09:30:22 wilfried Exp $
|
||||
|
||||
COMMENT-main= C++ X11 GUI toolkit
|
||||
COMMENT-examples= examples for qt4
|
||||
@ -11,11 +11,11 @@ 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}
|
||||
PKGNAME-main= qt4-${VERSION}
|
||||
FULLPKGNAME-html= qt4-html-${VERSION}
|
||||
PKGNAME-main= qt4-${VERSION}p0
|
||||
FULLPKGNAME-html= qt4-html-${VERSION}p0
|
||||
SHARED_LIBS= Qt3Support 8.0 \
|
||||
QtCore 7.0 \
|
||||
QtDesigner 7.0 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-examples,v 1.15 2007/10/22 15:36:59 espie Exp $
|
||||
@comment $OpenBSD: PLIST-examples,v 1.16 2007/10/25 09:30:22 wilfried Exp $
|
||||
@conflict qt4-<=4.2.2
|
||||
%%SHARED%%
|
||||
bin/pixeltool
|
||||
@ -1576,6 +1576,7 @@ lib/qt4/examples/tools/codecs/
|
||||
lib/qt4/examples/tools/codecs/codecs
|
||||
lib/qt4/examples/tools/codecs/codecs.pro
|
||||
lib/qt4/examples/tools/codecs/encodedfiles/
|
||||
lib/qt4/examples/tools/codecs/encodedfiles/.gitattributes
|
||||
lib/qt4/examples/tools/codecs/encodedfiles/iso-8859-1.txt
|
||||
lib/qt4/examples/tools/codecs/encodedfiles/iso-8859-15.txt
|
||||
lib/qt4/examples/tools/codecs/encodedfiles/utf-16.txt
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-html,v 1.13 2007/10/22 15:36:59 espie Exp $
|
||||
share/doc/qt4/
|
||||
@comment $OpenBSD: PLIST-html,v 1.14 2007/10/25 09:30:22 wilfried Exp $
|
||||
share/doc/qt4/html/
|
||||
share/doc/qt4/html/3rdparty.html
|
||||
share/doc/qt4/html/aboutqt.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.11 2007/10/22 15:36:59 espie Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.12 2007/10/25 09:30:22 wilfried Exp $
|
||||
@pkgpath x11/qt4
|
||||
%%SHARED%%
|
||||
bin/assistant4
|
||||
@ -1990,7 +1990,6 @@ lib/qt4/bin/rcc
|
||||
lib/qt4/bin/syncqt
|
||||
lib/qt4/bin/uic
|
||||
lib/qt4/bin/uic3
|
||||
lib/qt4/examples/tools/codecs/encodedfiles/.gitattributes
|
||||
lib/qt4/include
|
||||
@comment lib/qt4/libQt3Support.la
|
||||
lib/qt4/libQt3Support.prl
|
||||
@ -2386,5 +2385,6 @@ lib/qt4/translations/qtconfig_pl.qm
|
||||
lib/qt4/translations/qtconfig_zh_CN.qm
|
||||
lib/qt4/translations/qvfb_pl.qm
|
||||
lib/qt4/translations/qvfb_zh_CN.qm
|
||||
share/doc/qt4/
|
||||
share/doc/qt4/OPENSOURCE-NOTICE.TXT
|
||||
share/doc/qt4/README
|
||||
|
Loading…
Reference in New Issue
Block a user