svn commit: r304147 - in head/deskutils: . plasma-applet-qstardict

Max Brazhnikov makc at FreeBSD.org
Wed Sep 12 13:37:58 UTC 2012


Author: makc
Date: Wed Sep 12 13:37:57 2012
New Revision: 304147
URL: http://svn.freebsd.org/changeset/ports/304147

Log:
  Add new port deskutils/plasma-applet-qstardict:
  
  Dictionary plasmoid for KDE from QStarDict authors.
  
  WWW: http://qstardict.ylsoftware.com

Added:
  head/deskutils/plasma-applet-qstardict/
  head/deskutils/plasma-applet-qstardict/Makefile   (contents, props changed)
  head/deskutils/plasma-applet-qstardict/distinfo   (contents, props changed)
  head/deskutils/plasma-applet-qstardict/pkg-descr   (contents, props changed)
  head/deskutils/plasma-applet-qstardict/pkg-plist   (contents, props changed)
Modified:
  head/deskutils/Makefile

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Wed Sep 12 13:36:38 2012	(r304146)
+++ head/deskutils/Makefile	Wed Sep 12 13:37:57 2012	(r304147)
@@ -207,6 +207,7 @@
     SUBDIR += plasma-applet-fancytasks
     SUBDIR += plasma-applet-panelspacer
     SUBDIR += plasma-applet-playwolf
+    SUBDIR += plasma-applet-qstardict
     SUBDIR += plasma-applet-serverstatuswidget
     SUBDIR += plasma-applet-simpleweatherforecast
     SUBDIR += plasma-applet-teacooker

Added: head/deskutils/plasma-applet-qstardict/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/plasma-applet-qstardict/Makefile	Wed Sep 12 13:37:57 2012	(r304147)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	qstardict
+PORTVERSION=	1.0.1
+CATEGORIES=	deskutils textproc kde
+MASTER_SITES=	http://qstardict.ylsoftware.com/files/
+PKGNAMEPREFIX=	plasma-applet-
+
+MAINTAINER=	makc at FreeBSD.org
+COMMENT=	Dictionary plasma applet for KDE
+
+RUN_DEPENDS=	${QSTARDICT_PLUGIN_PATH}/libstardict.so:${PORTSDIR}/textproc/qstardict
+
+USE_BZIP2=	yes
+USE_CMAKE=	yes
+USE_QT4=	qmake_build uic_build moc_build rcc_build
+USE_KDE4=	automoc4 kdeprefix kdelibs
+CMAKE_SOURCE_PATH=	${WRKSRC}/kdeplasma
+MAKE_JOBS_SAFE=	yes
+
+QSTARDICT_PLUGIN_PATH=	${LOCALBASE}/lib/qstardict/plugins
+
+post-patch:
+	${REINPLACE_CMD} -e 's|/usr/lib/qstardict/plugins|${QSTARDICT_PLUGIN_PATH}|g' \
+		${WRKSRC}/kdeplasma/dataengine/config.h.cmake
+
+.include <bsd.port.mk>

Added: head/deskutils/plasma-applet-qstardict/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/plasma-applet-qstardict/distinfo	Wed Sep 12 13:37:57 2012	(r304147)
@@ -0,0 +1,2 @@
+SHA256 (qstardict-1.0.1.tar.bz2) = b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f
+SIZE (qstardict-1.0.1.tar.bz2) = 565098

Added: head/deskutils/plasma-applet-qstardict/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/plasma-applet-qstardict/pkg-descr	Wed Sep 12 13:37:57 2012	(r304147)
@@ -0,0 +1,3 @@
+Dictionary plasmoid for KDE from QStarDict authors.
+
+WWW: http://qstardict.ylsoftware.com

Added: head/deskutils/plasma-applet-qstardict/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/plasma-applet-qstardict/pkg-plist	Wed Sep 12 13:37:57 2012	(r304147)
@@ -0,0 +1,4 @@
+lib/kde4/plasma_applet_qstardict.so
+lib/kde4/plasma_engine_qstardict.so
+share/kde4/services/plasma-dataengine-qstardict.desktop
+share/kde4/services/plasma-qstardict-default.desktop



More information about the svn-ports-all mailing list