kde bindings for other programming languages
This commit is contained in:
parent
6e9a97e78b
commit
cf09715019
15
x11/kde/bindings3/Makefile
Normal file
15
x11/kde/bindings3/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/01/27 20:24:28 espie Exp $
|
||||
|
||||
COMMENT= "X11 toolkit, extra language support"
|
||||
CATEGORIES= x11 x11/kde devel
|
||||
VERSION= 3.1
|
||||
DISTNAME= kdebindings-${VERSION}
|
||||
|
||||
#LIB_DEPENDS=kdecore.4,DCOP,kdefx,kdesu,kdeui,kio,kscreensaver::x11/kde/libs3 \
|
||||
kwin::x11/kde/base3
|
||||
SEPARATE_BUILD=flavored
|
||||
|
||||
#post-patch:
|
||||
# cd ${WRKSRC}/smoke/qt && QTINCDIR=${MODQT_INCDIR} perl generate.pl
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/kde/bindings3/distinfo
Normal file
3
x11/kde/bindings3/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kde/kdebindings-3.1.tar.bz2) = 05dad7c3e6644c6993601b718834cbf6
|
||||
RMD160 (kde/kdebindings-3.1.tar.bz2) = 6d9bdba962936d8c39dec4d01d08581f79db24eb
|
||||
SHA1 (kde/kdebindings-3.1.tar.bz2) = 26376058cddc1051ce58e883983d9746721ae9e6
|
16
x11/kde/bindings3/patches/patch-smoke_qt_generate_pl
Normal file
16
x11/kde/bindings3/patches/patch-smoke_qt_generate_pl
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-smoke_qt_generate_pl,v 1.1.1.1 2003/01/27 20:24:28 espie Exp $
|
||||
--- smoke/qt/generate.pl.orig Thu Jan 16 19:44:47 2003
|
||||
+++ smoke/qt/generate.pl Sat Jan 18 14:58:33 2003
|
||||
@@ -60,7 +60,11 @@ my %excludes = (
|
||||
|
||||
# List Qt headers, and exclude the ones listed above
|
||||
my @headers = ();
|
||||
-$qtinc=$ENV{"QTDIR"} . "/include";
|
||||
+if (defined $ENV{'QTINCDIR'}) {
|
||||
+ $qtinc = $ENV{'QTINCDIR'};
|
||||
+} else {
|
||||
+ $qtinc=$ENV{"QTDIR"} . "/include";
|
||||
+}
|
||||
opendir (QT, $qtinc) or die "Couldn't find $qtinc";
|
||||
foreach $filename (readdir(QT)) {
|
||||
$entry = $qtinc."/".$filename;
|
12
x11/kde/bindings3/patches/patch-xparts_Makefile_in
Normal file
12
x11/kde/bindings3/patches/patch-xparts_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-xparts_Makefile_in,v 1.1.1.1 2003/01/27 20:24:28 espie Exp $
|
||||
--- xparts/Makefile.in.orig Thu Jan 16 01:06:26 2003
|
||||
+++ xparts/Makefile.in Thu Jan 16 01:06:32 2003
|
||||
@@ -266,7 +266,7 @@ qt_libraries = @qt_libraries@
|
||||
x_includes = @x_includes@
|
||||
x_libraries = @x_libraries@
|
||||
|
||||
-SUBDIRS = src xpart_notepad mozilla
|
||||
+SUBDIRS = src xpart_notepad
|
||||
|
||||
EXTRA_DIST = Makefile.cvs glib.m4 gtk.m4
|
||||
subdir = xparts
|
5
x11/kde/bindings3/pkg/DESCR
Normal file
5
x11/kde/bindings3/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
kde bindings for other programming languages.
|
||||
includes the smoke compiler, that can be used to produce qt perl
|
||||
bindings, for instance.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
10
x11/kde/bindings3/pkg/PFRAG.shared
Normal file
10
x11/kde/bindings3/pkg/PFRAG.shared
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/01/27 20:24:28 espie Exp $
|
||||
lib/libdcopc.so.1.0
|
||||
lib/libgtkxparts.so.0.0
|
||||
lib/libkdec.so.1.0
|
||||
lib/libkdexparts.so.1.0
|
||||
lib/libkjsembed.so.1.0
|
||||
lib/libqtc.so.1.0
|
||||
lib/libsmokeqt.so.1.0
|
||||
lib/libxp_notepadpart.so.0.0
|
||||
DYNLIBDIR(%D/lib)
|
33
x11/kde/bindings3/pkg/PLIST
Normal file
33
x11/kde/bindings3/pkg/PLIST
Normal file
@ -0,0 +1,33 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/01/27 20:24:28 espie Exp $
|
||||
bin/clib
|
||||
bin/shell_xparthost
|
||||
bin/xp_notepad
|
||||
include/dcopc/dcopc.h
|
||||
include/dcopc/dcopobject.h
|
||||
include/dcopc/marshal.h
|
||||
include/dcopc/util.h
|
||||
include/kjsembed/dialogfactory.h
|
||||
include/kjsembed/jsconsolepart.h
|
||||
include/kjsembed/jsconsolewidget.h
|
||||
include/kjsembed/jshookloader.h
|
||||
include/kjsembed/jsobjectproxy.h
|
||||
include/kjsembed/messagelogwidget.h
|
||||
include/smoke.h
|
||||
include/xkparts/gtkbrowserextension.h
|
||||
include/xkparts/gtkpart.h
|
||||
include/xkparts/xpart.h
|
||||
include/xkparts/xparthost.h
|
||||
lib/libdcopc.la
|
||||
lib/libgtkxparts.la
|
||||
lib/libkdec.la
|
||||
lib/libkdexparts.la
|
||||
lib/libkjsembed.la
|
||||
lib/libqtc.la
|
||||
lib/libsmokeqt.la
|
||||
lib/libxp_notepadpart.la
|
||||
share/services/xp_notepad.desktop
|
||||
%%SHARED%%
|
||||
@dirrm share/services
|
||||
@dirrm include/xkparts
|
||||
@dirrm include/kjsembed
|
||||
@dirrm include/dcopc
|
Loading…
Reference in New Issue
Block a user