diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-04-08 17:10:56 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-04-08 17:10:56 +0000 |
commit | e7ae0125df81fadd3e2ddfa76cf808fdfebbe843 (patch) | |
tree | b81149ea12ce6a5f92464207866d518bb355ed3c /graphics/kipi-plugin-debianscreenshots | |
parent | f4de7e74148d628cfdcb794a6ac3edb300408848 (diff) |
Notes
Diffstat (limited to 'graphics/kipi-plugin-debianscreenshots')
-rw-r--r-- | graphics/kipi-plugin-debianscreenshots/Makefile | 14 | ||||
-rw-r--r-- | graphics/kipi-plugin-debianscreenshots/pkg-plist | 8 |
2 files changed, 22 insertions, 0 deletions
diff --git a/graphics/kipi-plugin-debianscreenshots/Makefile b/graphics/kipi-plugin-debianscreenshots/Makefile new file mode 100644 index 000000000000..ed150359f812 --- /dev/null +++ b/graphics/kipi-plugin-debianscreenshots/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= kipi-plugin-${KIPI_PLUGIN} +PORTVERSION= ${DIGIKAM_VER} +CATEGORIES= graphics kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${KIPI_PLUGIN}_DESC} + +LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson + +KIPI_PLUGIN= debianscreenshots +.include "${.CURDIR}/../digikam-kde4/Makefile.common" +.include <bsd.port.mk> diff --git a/graphics/kipi-plugin-debianscreenshots/pkg-plist b/graphics/kipi-plugin-debianscreenshots/pkg-plist new file mode 100644 index 000000000000..0f5932fcee77 --- /dev/null +++ b/graphics/kipi-plugin-debianscreenshots/pkg-plist @@ -0,0 +1,8 @@ +lib/kde4/kipiplugin_debianscreenshots.so +share/apps/kipi/kipiplugin_debianscreenshotsui.rc +share/icons/hicolor/16x16/actions/debianscreenshots.png +share/icons/hicolor/22x22/actions/debianscreenshots.png +share/icons/hicolor/32x32/actions/debianscreenshots.png +share/icons/hicolor/48x48/actions/debianscreenshots.png +share/icons/hicolor/scalable/actions/debianscreenshots.svgz +share/kde4/services/kipiplugin_debianscreenshots.desktop |