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-piwigoexport | |
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-piwigoexport')
-rw-r--r-- | graphics/kipi-plugin-piwigoexport/Makefile | 1 | ||||
-rw-r--r-- | graphics/kipi-plugin-piwigoexport/pkg-plist | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/kipi-plugin-piwigoexport/Makefile b/graphics/kipi-plugin-piwigoexport/Makefile index 439d87f96431..f80d0fe5ee92 100644 --- a/graphics/kipi-plugin-piwigoexport/Makefile +++ b/graphics/kipi-plugin-piwigoexport/Makefile @@ -8,6 +8,5 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} KIPI_PLUGIN= piwigoexport -NO_STAGE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include <bsd.port.mk> diff --git a/graphics/kipi-plugin-piwigoexport/pkg-plist b/graphics/kipi-plugin-piwigoexport/pkg-plist index 3377c8963205..0166039b098c 100644 --- a/graphics/kipi-plugin-piwigoexport/pkg-plist +++ b/graphics/kipi-plugin-piwigoexport/pkg-plist @@ -1,11 +1,11 @@ lib/kde4/kipiplugin_piwigoexport.so share/apps/kipi/kipiplugin_piwigoexportui.rc share/apps/kipiplugin_piwigoexport/pics/piwigo_logo.png -share/icons/hicolor/16x16/actions/piwigo.png -share/icons/hicolor/22x22/actions/piwigo.png -share/icons/hicolor/32x32/actions/piwigo.png -share/icons/hicolor/48x48/actions/piwigo.png -share/icons/hicolor/scalable/actions/piwigo.svgz +share/icons/hicolor/16x16/apps/kipi-piwigo.png +share/icons/hicolor/22x22/apps/kipi-piwigo.png +share/icons/hicolor/32x32/apps/kipi-piwigo.png +share/icons/hicolor/48x48/apps/kipi-piwigo.png +share/icons/hicolor/scalable/apps/kipi-piwigo.svgz share/kde4/services/kipiplugin_piwigoexport.desktop @dirrm share/apps/kipiplugin_piwigoexport/pics @dirrm share/apps/kipiplugin_piwigoexport |