diff options
author | drochner <drochner@pkgsrc.org> | 2000-04-28 20:31:43 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-04-28 20:31:43 +0000 |
commit | f716ec63ecae15e77990fbd84a61b3554b047bf2 (patch) | |
tree | e7617f5f5b8aabdd48ec5735764032d77573b24e /x11 | |
parent | 5bd9bf949bb83c2e13c1c12eb2ec0b7d57167a86 (diff) | |
download | pkgsrc-f716ec63ecae15e77990fbd84a61b3554b047bf2.tar.gz |
just another qt interface builder
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qtarch/Makefile | 30 | ||||
-rw-r--r-- | x11/qtarch/files/md5 | 3 | ||||
-rw-r--r-- | x11/qtarch/files/patch-sum | 4 | ||||
-rw-r--r-- | x11/qtarch/patches/patch-aa | 15 | ||||
-rw-r--r-- | x11/qtarch/patches/patch-ab | 24 | ||||
-rw-r--r-- | x11/qtarch/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/qtarch/pkg/DESCR | 6 | ||||
-rw-r--r-- | x11/qtarch/pkg/PLIST | 67 |
8 files changed, 150 insertions, 0 deletions
diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile new file mode 100644 index 00000000000..b1ff8125afd --- /dev/null +++ b/x11/qtarch/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/04/28 20:31:43 drochner Exp $ +# + +DISTNAME= qtarch-2.0-1 +PKGNAME= qtarch-2.0 +WRKSRC= ${WRKDIR}/${PKGNAME} +CATEGORIES= x11 devel +MASTER_SITES= http://www.qtarch.intranova.net/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.qtarch.intranova.net/ + +DEPENDS+= qt2-*:../../x11/qt +DEPENDS+= png-*:../../graphics/png + +USE_X11= yes +USE_GMAKE= yes + +MAKE_ENV= QTDIR=${X11BASE}/qt2 +PATH= ${QTDIR}/bin:$$PATH + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/qtarch ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/qtarch + ${MKDIR} ${PREFIX}/share/qtarch/help + ${INSTALL_DATA} ${WRKSRC}/help/* ${PREFIX}/share/qtarch/help + ${MKDIR} ${PREFIX}/share/qtarch/doc + ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/qtarch/doc + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/qtarch/files/md5 b/x11/qtarch/files/md5 new file mode 100644 index 00000000000..af0ca1263fd --- /dev/null +++ b/x11/qtarch/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/04/28 20:31:44 drochner Exp $ + +MD5 (qtarch-2.0-1.tar.gz) = 66119089c63517f5f9fc355b48cdf52e diff --git a/x11/qtarch/files/patch-sum b/x11/qtarch/files/patch-sum new file mode 100644 index 00000000000..930a149e9e4 --- /dev/null +++ b/x11/qtarch/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/04/28 20:31:44 drochner Exp $ + +MD5 (patch-aa) = ddcf28b06d28de0f13936a2c292d8844 +MD5 (patch-ab) = 5fee973c039091f5b24c654f6b8f2c7e diff --git a/x11/qtarch/patches/patch-aa b/x11/qtarch/patches/patch-aa new file mode 100644 index 00000000000..259671b110a --- /dev/null +++ b/x11/qtarch/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/04/28 20:31:44 drochner Exp $ + +--- bmp/Makefile.orig Fri Apr 28 20:52:20 2000 ++++ bmp/Makefile Fri Apr 28 20:56:08 2000 +@@ -93,7 +93,9 @@ + include ../Makefile.common + + qembed: qembed.o +- $(CC) qembed.o -o qembed -Wall -L$(QTDIR)/lib -lqt ++ $(CC) qembed.o -o qembed -Wall -L$(QTDIR)/lib -Wl,-R$(QTDIR)/lib -lqt \ ++ -L$(X11BASE)/lib -Wl,-R$(X11BASE)/lib -lX11 -lXext -lSM \ ++ -L$(LOCALBASE)/lib -Wl,-R$(LOCALBASE)/lib -lpng -lz + + $(BMPSOURCE): $(BMPS) qembed + ./qembed $(BMPHEADER) $(BMPSOURCE) $(BMPS) diff --git a/x11/qtarch/patches/patch-ab b/x11/qtarch/patches/patch-ab new file mode 100644 index 00000000000..830df3e0ffc --- /dev/null +++ b/x11/qtarch/patches/patch-ab @@ -0,0 +1,24 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/04/28 20:31:44 drochner Exp $ + +--- Makefile.common.orig Mon Oct 4 03:24:17 1999 ++++ Makefile.common Fri Apr 28 21:41:31 2000 +@@ -19,14 +19,17 @@ + else + CFLAGS = -g -Wall -W -pipe + endif ++CFLAGS+= -D__unix__ + +-LFLAGS = -rdynamic -g -L$(QTDIR)/lib \ ++LFLAGS = -g -L$(QTDIR)/lib -Wl,-R$(QTDIR)/lib \ + widget/libwidget.a \ + prop/libprop.a \ + bmp/libbmp.a \ + layout/liblayout.a \ + pixmap/libpixmap.a \ +- -lfl -lqt -lstdc++ -ldl -rdynamic ++ -lfl -lqt \ ++ -L$(X11BASE)/lib -Wl,-R$(X11BASE)/lib -lX11 -lXext -lSM \ ++ -L$(LOCALBASE)/lib -Wl,-R$(LOCALBASE)/lib -lpng -lz -lstdc++ + ARFLAGS = -crs + CC = g++ + AR = ar diff --git a/x11/qtarch/pkg/COMMENT b/x11/qtarch/pkg/COMMENT new file mode 100644 index 00000000000..d1f2295f21a --- /dev/null +++ b/x11/qtarch/pkg/COMMENT @@ -0,0 +1 @@ +Graphical dialog editor for the Qt widget set diff --git a/x11/qtarch/pkg/DESCR b/x11/qtarch/pkg/DESCR new file mode 100644 index 00000000000..07795f2be61 --- /dev/null +++ b/x11/qtarch/pkg/DESCR @@ -0,0 +1,6 @@ + Qt Architect is a graphical dialog editor for the Qt widget set. +It allows for the graphical creation and placement of widgets onto a +dialog. Various properties for the widget can also be set. Widgets +may be mapped to variables so that you can control them once the +dialog is launched. After the dialog is created on the screen, the +files for the dialog are created. diff --git a/x11/qtarch/pkg/PLIST b/x11/qtarch/pkg/PLIST new file mode 100644 index 00000000000..f4ab3334c7f --- /dev/null +++ b/x11/qtarch/pkg/PLIST @@ -0,0 +1,67 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/28 20:31:43 drochner Exp $ +bin/qtarch +share/qtarch/help/index.html +share/qtarch/help/widget-Button.html +share/qtarch/help/widget-ButtonGroup.html +share/qtarch/help/widget-CheckBox.html +share/qtarch/help/widget-ComboBox.html +share/qtarch/help/widget-Frame.html +share/qtarch/help/widget-GroupBox.html +share/qtarch/help/widget-LCDNumber.html +share/qtarch/help/widget-Label.html +share/qtarch/help/widget-LineEdit.html +share/qtarch/help/widget-ListBox.html +share/qtarch/help/widget-MultiLineEdit.html +share/qtarch/help/widget-PushButton.html +share/qtarch/help/widget-RadioButton.html +share/qtarch/help/widget-ScrollBar.html +share/qtarch/help/widget-Slider.html +share/qtarch/help/widget-User.html +share/qtarch/help/widget-creation.html +share/qtarch/help/widget-layout.html +share/qtarch/help/widget-properties.html +share/qtarch/help/window-properties.html +share/qtarch/doc/AlignBottom.ps +share/qtarch/doc/AlignLeft.ps +share/qtarch/doc/AlignRight.ps +share/qtarch/doc/AlignTop.ps +share/qtarch/doc/BoxLayout.ps +share/qtarch/doc/DlgProperties.gif +share/qtarch/doc/DlgProperties.ps +share/qtarch/doc/DrawCircle.ps +share/qtarch/doc/DrawFill.ps +share/qtarch/doc/DrawLine.ps +share/qtarch/doc/DrawPixel.ps +share/qtarch/doc/DrawRect.ps +share/qtarch/doc/Editor.gif +share/qtarch/doc/Editor.ps +share/qtarch/doc/FirstDialog.gif +share/qtarch/doc/FirstDialog.ps +share/qtarch/doc/Generate.ps +share/qtarch/doc/GenerateDialog.ps +share/qtarch/doc/GenerateFiles.gif +share/qtarch/doc/GenerateFiles.ps +share/qtarch/doc/GridLayout.ps +share/qtarch/doc/Makefile +share/qtarch/doc/NewDialog.ps +share/qtarch/doc/NewPixmap.ps +share/qtarch/doc/NewProject.ps +share/qtarch/doc/ProjectFolded.ps +share/qtarch/doc/ProjectUnfolded.ps +share/qtarch/doc/PushButton.ps +share/qtarch/doc/PushButtonProp.gif +share/qtarch/doc/PushButtonProp.ps +share/qtarch/doc/QtArch.ps +share/qtarch/doc/QtArch.tex +share/qtarch/doc/SigSlot.gif +share/qtarch/doc/SigSlot.ps +share/qtarch/doc/SizeHV.ps +share/qtarch/doc/SizeHoriz.ps +share/qtarch/doc/SizeVertical.ps +share/qtarch/doc/ToBeSaved.ps +share/qtarch/doc/boxLayout.ps +share/qtarch/doc/qtarch.gif +share/qtarch/doc/qtarch.ps +@dirrm share/qtarch/help +@dirrm share/qtarch/doc +@dirrm share/qtarch |