evolution-rss-import requires an argument, so there is no point in

providing a menu entry that is run without a way to give an arg.
This commit is contained in:
ajacoutot 2011-07-14 13:42:05 +00:00
parent bd682de70a
commit 40ababe268
2 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2011/07/14 06:08:34 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2011/07/14 13:42:05 ajacoutot Exp $
SHARED_ONLY= Yes
@ -8,7 +8,7 @@ GNOME_PROJECT= evolution-rss
GNOME_VERSION= 0.2.90-20110621
PKGNAME= evolution-rss-${GNOME_VERSION:S/-/./}
REVISION= 0
REVISION= 1
CATEGORIES= mail
@ -52,7 +52,6 @@ MODULES= devel/gettext \
LIB_DEPENDS= devel/libsoup,-gnome \
mail/evolution,-main>=3.0.2
DESKTOP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= evolution-rss
CONFIGURE_STYLE= gnu
@ -89,4 +88,9 @@ do-configure:
pre-configure:
perl -pi -e 's,sed -i -e,perl -pi -e,g' ${WRKSRC}/src/Makefile.in
# evolution-import-rss requires an argument, so there is no point in
# providing a menu entry that is run without a way to give an arg.
post-install:
rm ${PREFIX}/share/applications/evolution-rss.desktop
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/14 05:39:05 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/07/14 13:42:05 ajacoutot Exp $
@pkgpath mail/evolution-plugin-rss
@bin bin/evolution-import-rss
@comment lib/evolution/${EVO_VERSION}/plugins/liborg-gnome-evolution-rss.a
@ -6,7 +6,6 @@
lib/evolution/${EVO_VERSION}/plugins/liborg-gnome-evolution-rss.so
lib/evolution/${EVO_VERSION}/plugins/org-gnome-evolution-rss.eplug
lib/evolution/${EVO_VERSION}/plugins/org-gnome-evolution-rss.xml
share/applications/evolution-rss.desktop
share/evolution/${EVO_VERSION}/errors/org-gnome-evolution-rss.error
share/evolution/${EVO_VERSION}/images/pix.png
share/evolution/${EVO_VERSION}/images/rss-16.png
@ -56,5 +55,3 @@ share/locale/zh_CN/LC_MESSAGES/evolution-rss.mo
${SCHEMAS_INSTDIR}/
${SCHEMAS_INSTDIR}/evolution-rss.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database