diff options
author | makc <makc@FreeBSD.org> | 2014-01-22 02:17:23 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-01-22 02:17:23 +0800 |
commit | 70a8558a344fac0e360dddff8d9ee574178a6a21 (patch) | |
tree | 64a23fadcace1d56da3256ae21d9dfdfab949b9f /graphics/kipi-plugin-galleryexport | |
parent | d37a4a5af746ca53b90e13cd5b3712da937ba777 (diff) | |
download | freebsd-ports-gnome-70a8558a344fac0e360dddff8d9ee574178a6a21.tar.gz freebsd-ports-gnome-70a8558a344fac0e360dddff8d9ee574178a6a21.tar.zst freebsd-ports-gnome-70a8558a344fac0e360dddff8d9ee574178a6a21.zip |
- Update to digiKam and Kipi Plugins ports to 3.5.0
- Add new kipi-plugin port for jalbumexport
- Remove useless LATEST_LINK
- Bring stage support
- Convert to options helpers, new style LIB_DEPENDS
- Add patch to fix linking with libpgf [1]
PR: ports/184942 [1]
Reported by: Mike Clarke <jmc-freebsd2 at milibyte.co.uk>
Diffstat (limited to 'graphics/kipi-plugin-galleryexport')
-rw-r--r-- | graphics/kipi-plugin-galleryexport/Makefile | 1 | ||||
-rw-r--r-- | graphics/kipi-plugin-galleryexport/pkg-plist | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/kipi-plugin-galleryexport/Makefile b/graphics/kipi-plugin-galleryexport/Makefile index 158d6db31f4b..d3e92e41d3e3 100644 --- a/graphics/kipi-plugin-galleryexport/Makefile +++ b/graphics/kipi-plugin-galleryexport/Makefile @@ -8,6 +8,5 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= galleryexport -NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-galleryexport/pkg-plist b/graphics/kipi-plugin-galleryexport/pkg-plist index b579e9821ecb..a0bd5609d25d 100644 --- a/graphics/kipi-plugin-galleryexport/pkg-plist +++ b/graphics/kipi-plugin-galleryexport/pkg-plist @@ -1,11 +1,11 @@ lib/kde4/kipiplugin_galleryexport.so share/apps/kipi/kipiplugin_galleryexportui.rc share/apps/kipiplugin_galleryexport/pics/gallery_logo.png -share/icons/hicolor/16x16/actions/gallery.png -share/icons/hicolor/22x22/actions/gallery.png -share/icons/hicolor/32x32/actions/gallery.png -share/icons/hicolor/48x48/actions/gallery.png -share/icons/hicolor/scalable/actions/gallery.svgz +share/icons/hicolor/16x16/apps/kipi-gallery.png +share/icons/hicolor/22x22/apps/kipi-gallery.png +share/icons/hicolor/32x32/apps/kipi-gallery.png +share/icons/hicolor/48x48/apps/kipi-gallery.png +share/icons/hicolor/scalable/apps/kipi-gallery.svgz share/kde4/services/kipiplugin_galleryexport.desktop @dirrm share/apps/kipiplugin_galleryexport/pics @dirrm share/apps/kipiplugin_galleryexport |