mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
- Remove two directories from pkg-plist which get already removed by libkipi
- Fix path to k3b - Bump PORTEPOCH to aid in portupgrading from digikamplugins Approved by: maintainer
This commit is contained in:
parent
ff23255ed3
commit
e81c34a412
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122933
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= kipi-plugins
|
||||
PORTVERSION= 0.1.b.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= digikam
|
||||
@ -151,5 +152,8 @@ PLIST_SUB+= WALLPAPER:="@comment "
|
||||
post-patch::
|
||||
@${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${SUBDIRS}@g' ${WRKSRC}/kipi-plugins/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's@\/usr\/bin\/k3b@${PREFIX}\/bin\/k3b@g' \
|
||||
${WRKSRC}/kipi-plugins/cdarchiving/cdarchiving.cpp \
|
||||
${WRKSRC}/kipi-plugins/cdarchiving/cdarchivingdialog.cpp
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -33,7 +33,6 @@
|
||||
%%CDARCHIVING:%%share/apps/kipi/data/index.htm
|
||||
%%CDARCHIVING:%%share/services/kipiplugin_cdarchiving.desktop
|
||||
%%CDARCHIVING:%%@dirrm share/apps/kipi/data/autorun
|
||||
%%CDARCHIVING:%%@dirrm share/apps/kipi/data
|
||||
|
||||
%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.la
|
||||
%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.so
|
||||
@ -546,7 +545,6 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo
|
||||
@dirrm share/doc/HTML/en/kipi-plugins
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
|
||||
@dirrm share/apps/kipi
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/services 2>/dev/null || true
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= kipi-plugins
|
||||
PORTVERSION= 0.1.b.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= digikam
|
||||
@ -151,5 +152,8 @@ PLIST_SUB+= WALLPAPER:="@comment "
|
||||
post-patch::
|
||||
@${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${SUBDIRS}@g' ${WRKSRC}/kipi-plugins/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's@\/usr\/bin\/k3b@${PREFIX}\/bin\/k3b@g' \
|
||||
${WRKSRC}/kipi-plugins/cdarchiving/cdarchiving.cpp \
|
||||
${WRKSRC}/kipi-plugins/cdarchiving/cdarchivingdialog.cpp
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -33,7 +33,6 @@
|
||||
%%CDARCHIVING:%%share/apps/kipi/data/index.htm
|
||||
%%CDARCHIVING:%%share/services/kipiplugin_cdarchiving.desktop
|
||||
%%CDARCHIVING:%%@dirrm share/apps/kipi/data/autorun
|
||||
%%CDARCHIVING:%%@dirrm share/apps/kipi/data
|
||||
|
||||
%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.la
|
||||
%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.so
|
||||
@ -546,7 +545,6 @@ share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo
|
||||
@dirrm share/doc/HTML/en/kipi-plugins
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
|
||||
@dirrm share/apps/kipi
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/services 2>/dev/null || true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user