diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
commit | e9c34f4c34b0640b3613f03cd96e9f19730b2a07 (patch) | |
tree | ef2b2b24dfacf6def95c54d3379c421565b1fe2b /devel/dolphin-plugins | |
parent | 4dc7ccc95d370549c7c9c7c9c253d64aa92881ae (diff) | |
download | ports-e9c34f4c34b0640b3613f03cd96e9f19730b2a07.tar.gz ports-e9c34f4c34b0640b3613f03cd96e9f19730b2a07.zip |
Notes
Diffstat (limited to 'devel/dolphin-plugins')
-rw-r--r-- | devel/dolphin-plugins/Makefile | 18 | ||||
-rw-r--r-- | devel/dolphin-plugins/distinfo | 2 | ||||
-rw-r--r-- | devel/dolphin-plugins/pkg-descr | 3 | ||||
-rw-r--r-- | devel/dolphin-plugins/pkg-plist | 11 |
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/dolphin-plugins/Makefile b/devel/dolphin-plugins/Makefile new file mode 100644 index 000000000000..c81df69da74c --- /dev/null +++ b/devel/dolphin-plugins/Makefile @@ -0,0 +1,18 @@ +# Created by: Max Brazhnikov <makc@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= dolphin-plugins +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= devel kde +MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Plugins for Dolphin file manager + +USES= cmake:outsource +USE_XZ= yes +USE_KDE4= kdelibs libkonq kdeprefix kdehier automoc4 +USE_QT4= moc_build qmake_build rcc_build uic_build + +.include <bsd.port.mk> diff --git a/devel/dolphin-plugins/distinfo b/devel/dolphin-plugins/distinfo new file mode 100644 index 000000000000..7e3b18d28cd8 --- /dev/null +++ b/devel/dolphin-plugins/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.12.2/dolphin-plugins-4.12.2.tar.xz) = eef2b694adb554d2eb20c77e06a893d3274453baeb4bf2a67c151b773cd0bbe1 +SIZE (KDE/4.12.2/dolphin-plugins-4.12.2.tar.xz) = 56056 diff --git a/devel/dolphin-plugins/pkg-descr b/devel/dolphin-plugins/pkg-descr new file mode 100644 index 000000000000..50940741f304 --- /dev/null +++ b/devel/dolphin-plugins/pkg-descr @@ -0,0 +1,3 @@ +Plugins for Dolphin file manager. + +WWW: http://www.kde.org/ diff --git a/devel/dolphin-plugins/pkg-plist b/devel/dolphin-plugins/pkg-plist new file mode 100644 index 000000000000..7aa002b6c4f5 --- /dev/null +++ b/devel/dolphin-plugins/pkg-plist @@ -0,0 +1,11 @@ +lib/kde4/fileviewbazaarplugin.so +lib/kde4/fileviewgitplugin.so +lib/kde4/fileviewhgplugin.so +lib/kde4/fileviewsvnplugin.so +share/config.kcfg/fileviewgitpluginsettings.kcfg +share/config.kcfg/fileviewhgpluginsettings.kcfg +share/config.kcfg/fileviewsvnpluginsettings.kcfg +share/kde4/services/fileviewbazaarplugin.desktop +share/kde4/services/fileviewgitplugin.desktop +share/kde4/services/fileviewhgplugin.desktop +share/kde4/services/fileviewsvnplugin.desktop |