summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-11-06 16:03:45 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-11-06 16:03:45 +0000
commitff42f781d10e4d53b2f3369d3fe1149ea8097a16 (patch)
tree78df9a71d53fd92bf34bc73babc6d714b91e7ded /x11-toolkits
parent- Update to 0.6.1 (diff)
Update to 3.11.3.
PR: 72156 Submitted by: Danny Pansters <danny@ricin.com>
Notes
Notes: svn path=/head/; revision=120967
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-kde/Makefile23
-rw-r--r--x11-toolkits/py-kde/distinfo6
-rw-r--r--x11-toolkits/py-kde/files/pkg-message.in3
-rw-r--r--x11-toolkits/py-kde/pkg-descr2
-rw-r--r--x11-toolkits/py-kde/pkg-plist33
5 files changed, 43 insertions, 24 deletions
diff --git a/x11-toolkits/py-kde/Makefile b/x11-toolkits/py-kde/Makefile
index e17833145447..73300fae8c5d 100644
--- a/x11-toolkits/py-kde/Makefile
+++ b/x11-toolkits/py-kde/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= kde
-PORTVERSION= 3.11.1
+PORTVERSION= 3.11.3
CATEGORIES= x11-toolkits kde python
-MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyKDE2/ \
- http://www.river-bank.demon.co.uk/download/PyQt/:qt
+MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyKDE2/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= PyKDE-3.11.1
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PyQt-x11-gpl-${PYQTVERSION}${EXTRACT_SUFX}:qt
+DISTNAME= PyKDE-${PORTVERSION}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
-COMMENT= Python Bindings for KDE
+COMMENT= Python Bindings for KDE3
BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -24,9 +23,8 @@ USE_PYTHON= yes
USE_KDELIBS_VER=3
USE_REINPLACE= yes
-PYQTVERSION= 3.11
+PYQTVERSION= 3.13
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE}
-PKGMESSAGE= ${WRKDIR}/pkg-message
NO_FILTER_SHLIBS= yes
@@ -34,8 +32,6 @@ NO_FILTER_SHLIBS= yes
.if ${OSVERSION} < 500000
BROKEN= "Does not run on 4.x"
-.else
-BROKEN= "Unfetchable"
.endif
post-patch:
@@ -59,12 +55,9 @@ post-install:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${EXAMPLESDIR}
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${EXAMPLESDIR}
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
- @${SED} -e "s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|" < ${FILESDIR}/pkg-message.in \
- > ${PKGMESSAGE}
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
.endif
@${INSTALL_SCRIPT} ${WRKSRC}/contrib/kdepyuic ${PREFIX}/bin
+ @${PYTHON_CMD} -c "import pykdeconfig, dcopexport"
+ @${PYTHON_CMD} -O -c "import pykdeconfig, dcopexport"
.include <bsd.port.post.mk>
diff --git a/x11-toolkits/py-kde/distinfo b/x11-toolkits/py-kde/distinfo
index a718a90820aa..cb96bc3c4a4b 100644
--- a/x11-toolkits/py-kde/distinfo
+++ b/x11-toolkits/py-kde/distinfo
@@ -1,4 +1,2 @@
-MD5 (PyKDE-3.11.1.tar.gz) = ad689ed02054ea03b7f4d2d0cd84e6b6
-SIZE (PyKDE-3.11.1.tar.gz) = 1185069
-MD5 (PyQt-x11-gpl-3.11.tar.gz) = 78d0ef29f57d7efd1d87f9a24fc25f1e
-SIZE (PyQt-x11-gpl-3.11.tar.gz) = 757652
+MD5 (PyKDE-3.11.3.tar.gz) = 7e0b2df3d5f9718833238501c3a21e96
+SIZE (PyKDE-3.11.3.tar.gz) = 1254776
diff --git a/x11-toolkits/py-kde/files/pkg-message.in b/x11-toolkits/py-kde/files/pkg-message.in
deleted file mode 100644
index 20bc95d18e3b..000000000000
--- a/x11-toolkits/py-kde/files/pkg-message.in
+++ /dev/null
@@ -1,3 +0,0 @@
-To test run:
-
-cd %%EXAMPLESDIR%% && python uisampler.py
diff --git a/x11-toolkits/py-kde/pkg-descr b/x11-toolkits/py-kde/pkg-descr
index 7d8285fa55a1..0899157db3aa 100644
--- a/x11-toolkits/py-kde/pkg-descr
+++ b/x11-toolkits/py-kde/pkg-descr
@@ -1,3 +1,3 @@
-Python Bindings for KDE.
+Python Bindings for KDE3
WWW: http://www.riverbankcomputing.co.uk/pykde/index.php
diff --git a/x11-toolkits/py-kde/pkg-plist b/x11-toolkits/py-kde/pkg-plist
index 181adcfa6c18..eddcff267b7b 100644
--- a/x11-toolkits/py-kde/pkg-plist
+++ b/x11-toolkits/py-kde/pkg-plist
@@ -1,5 +1,11 @@
bin/kdepyuic
%%PYTHON_SITELIBDIR%%/dcop.so
+%%PYTHON_SITELIBDIR%%/dcopexport.py
+%%PYTHON_SITELIBDIR%%/dcopexport.pyc
+%%PYTHON_SITELIBDIR%%/dcopexport.pyo
+%%PYTHON_SITELIBDIR%%/dcopext.py
+%%PYTHON_SITELIBDIR%%/dcopext.pyc
+%%PYTHON_SITELIBDIR%%/dcopext.pyo
%%PYTHON_SITELIBDIR%%/kdecore.so
%%PYTHON_SITELIBDIR%%/kdefx.so
%%PYTHON_SITELIBDIR%%/kdeprint.so
@@ -11,7 +17,10 @@ bin/kdepyuic
%%PYTHON_SITELIBDIR%%/kmdi.so
%%PYTHON_SITELIBDIR%%/kparts.so
%%PYTHON_SITELIBDIR%%/kspell.so
+%%PYTHON_SITELIBDIR%%/kutils.so
%%PYTHON_SITELIBDIR%%/pykdeconfig.py
+%%PYTHON_SITELIBDIR%%/pykdeconfig.pyc
+%%PYTHON_SITELIBDIR%%/pykdeconfig.pyo
%%PORTDOCS%%%%EXAMPLESDIR%%/README
%%PORTDOCS%%%%EXAMPLESDIR%%/aboutkde.png
%%PORTDOCS%%%%EXAMPLESDIR%%/astron.png
@@ -125,6 +134,7 @@ share/sip/kdecore/kkeynative.sip
share/sip/kdecore/kkeyserver_x11.sip
share/sip/kdecore/klibloader.sip
share/sip/kdecore/klocale.sip
+share/sip/kdecore/klockfile.sip
share/sip/kdecore/kmacroexpander.sip
share/sip/kdecore/kmanagerselection.sip
share/sip/kdecore/kmdcodec.sip
@@ -156,7 +166,7 @@ share/sip/kdecore/kstddirs.sip
share/sip/kdecore/kstringhandler.sip
share/sip/kdecore/ktempdir.sip
share/sip/kdecore/ktempfile.sip
-share/sip/kdecore/kuniqueapp.sip
+share/sip/kdecore/kuniqueapplication.sip
share/sip/kdecore/kurl.sip
share/sip/kdecore/kurldrag.sip
share/sip/kdecore/kuser.sip
@@ -203,6 +213,7 @@ share/sip/kdeui/kaccelmenu.sip
share/sip/kdeui/kaction.sip
share/sip/kdeui/kactionclasses.sip
share/sip/kdeui/kactioncollection.sip
+share/sip/kdeui/kactionselector.sip
share/sip/kdeui/kactionshortcutlist.sip
share/sip/kdeui/kactivelabel.sip
share/sip/kdeui/kalphapainter.sip
@@ -252,12 +263,14 @@ share/sip/kdeui/kinputdialog.sip
share/sip/kdeui/kjanuswidget.sip
share/sip/kdeui/kkeybutton.sip
share/sip/kdeui/kkeydialog.sip
+share/sip/kdeui/klanguagebutton.sip
share/sip/kdeui/kled.sip
share/sip/kdeui/klineedit.sip
share/sip/kdeui/klineeditdlg.sip
share/sip/kdeui/klistbox.sip
share/sip/kdeui/klistview.sip
share/sip/kdeui/klistviewlineedit.sip
+share/sip/kdeui/klistviewsearchline.sip
share/sip/kdeui/kmainwindow.sip
share/sip/kdeui/kmainwindowiface.sip
share/sip/kdeui/kmenubar.sip
@@ -404,10 +417,14 @@ share/sip/kio/kimageio.sip
share/sip/kio/kiomod.sip
share/sip/kio/kmimemagic.sip
share/sip/kio/kmimetype.sip
+share/sip/kio/kmimetypechooser.sip
+share/sip/kio/knfsshare.sip
share/sip/kio/kpac.sip
share/sip/kio/kprotocolinfo.sip
share/sip/kio/kprotocolmanager.sip
+share/sip/kio/kremoteencoding.sip
share/sip/kio/krun.sip
+share/sip/kio/ksambashare.sip
share/sip/kio/kscan.sip
share/sip/kio/kservice.sip
share/sip/kio/kservicegroup.sip
@@ -415,6 +432,7 @@ share/sip/kio/kservicetype.sip
share/sip/kio/kshellcompletion.sip
share/sip/kio/kshred.sip
share/sip/kio/ksycoca.sip
+share/sip/kio/ksycocadict.sip
share/sip/kio/ksycocaentry.sip
share/sip/kio/ksycocafactory.sip
share/sip/kio/ksycocatype.sip
@@ -472,6 +490,18 @@ share/sip/kspell/kspell.sip
share/sip/kspell/kspelldlg.sip
share/sip/kspell/kspellmod.sip
share/sip/kspell/ksyntaxhighlighter.sip
+share/sip/kutils/kcmoduleinfo.sip
+share/sip/kutils/kcmoduleloader.sip
+share/sip/kutils/kcmoduleproxy.sip
+share/sip/kutils/kcmultidialog.sip
+share/sip/kutils/kfind.sip
+share/sip/kutils/kfinddialog.sip
+share/sip/kutils/kmultitabbar.sip
+share/sip/kutils/kplugininfo.sip
+share/sip/kutils/kpluginselector.sip
+share/sip/kutils/kreplace.sip
+share/sip/kutils/kreplacedialog.sip
+share/sip/kutils/kutilsmod.sip
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/uimodules
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrm share/sip/dcop
@@ -486,3 +516,4 @@ share/sip/kspell/ksyntaxhighlighter.sip
@dirrm share/sip/kmdi
@dirrm share/sip/kparts
@dirrm share/sip/kspell
+@dirrm share/sip/kutils