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-imageviewer | |
parent | f4de7e74148d628cfdcb794a6ac3edb300408848 (diff) |
- Update to digiKam and Kipi Plugins ports to 3.1.0
- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port
Approved by: portmgr (miwi)
Notes
Notes:
svn path=/head/; revision=315762
Diffstat (limited to 'graphics/kipi-plugin-imageviewer')
-rw-r--r-- | graphics/kipi-plugin-imageviewer/Makefile | 15 | ||||
-rw-r--r-- | graphics/kipi-plugin-imageviewer/pkg-plist | 10 |
2 files changed, 25 insertions, 0 deletions
diff --git a/graphics/kipi-plugin-imageviewer/Makefile b/graphics/kipi-plugin-imageviewer/Makefile new file mode 100644 index 000000000000..39e3fb396646 --- /dev/null +++ b/graphics/kipi-plugin-imageviewer/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= kipi-plugin-${KIPI_PLUGIN} +PORTVERSION= ${DIGIKAM_VER} +CATEGORIES= graphics kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= ${${KIPI_PLUGIN}_DESC} + +USE_GL= glu +USE_XORG= xrandr + +KIPI_PLUGIN= imageviewer +.include "${.CURDIR}/../digikam-kde4/Makefile.common" +.include <bsd.port.mk> diff --git a/graphics/kipi-plugin-imageviewer/pkg-plist b/graphics/kipi-plugin-imageviewer/pkg-plist new file mode 100644 index 000000000000..62ce35e353b2 --- /dev/null +++ b/graphics/kipi-plugin-imageviewer/pkg-plist @@ -0,0 +1,10 @@ +lib/kde4/kipiplugin_imageviewer.so +share/apps/kipi/kipiplugin_imageviewerui.rc +share/apps/kipiplugin_imageviewer/pics/hand.png +share/apps/kipiplugin_imageviewer/pics/nullImage.png +share/apps/kipiplugin_imageviewer/pics/zoom.png +share/icons/hicolor/16x16/actions/ogl.png +share/icons/hicolor/32x32/actions/ogl.png +share/kde4/services/kipiplugin_imageviewer.desktop +@dirrm share/apps/kipiplugin_imageviewer/pics +@dirrm share/apps/kipiplugin_imageviewer |