diff options
author | nia <nia@pkgsrc.org> | 2019-09-15 13:33:10 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-09-15 13:33:10 +0000 |
commit | a70d3ba7811f4183a6d555cc2ecdcc54c188af98 (patch) | |
tree | 30bf71e2060bbdf5a041833db68ffcafd3561668 /security | |
parent | 6f3ed095ee9bcb2c260c3c956a01c524abdd03aa (diff) | |
download | pkgsrc-a70d3ba7811f4183a6d555cc2ecdcc54c188af98.tar.gz |
seahorse-plugins: Remove dependency on GNOME 2's gedit.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse-plugins/Makefile | 7 | ||||
-rw-r--r-- | security/seahorse-plugins/PLIST | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index cc13c25ae62..0e67a45fa76 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2019/07/21 22:25:41 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2019/09/15 13:33:10 nia Exp $ DISTNAME= seahorse-plugins-2.30.1 -PKGREVISION= 66 +PKGREVISION= 67 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse-plugins/2.30/} EXTRACT_SUFX= .tar.bz2 @@ -17,13 +17,14 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes CONFIGURE_ENV+= GNUPG=${GPGME_GPG} +CONFIGURE_ARGS+= --disable-gedit + GCONF_SCHEMAS= seahorse-gedit.schemas GCONF_SCHEMAS+= seahorse-plugins.schemas .include "../../databases/gnome-mime-data/buildlink3.mk" .include "../../databases/shared-mime-info/mimedb.mk" .include "../../devel/GConf/schemas.mk" -.include "../../editors/gedit/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mail/evolution-data-server/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" diff --git a/security/seahorse-plugins/PLIST b/security/seahorse-plugins/PLIST index e2adef0d1a0..f112259d401 100644 --- a/security/seahorse-plugins/PLIST +++ b/security/seahorse-plugins/PLIST @@ -1,10 +1,8 @@ -@comment $NetBSD: PLIST,v 1.6 2010/11/29 12:56:20 drochner Exp $ +@comment $NetBSD: PLIST,v 1.7 2019/09/15 13:33:10 nia Exp $ bin/seahorse-agent bin/seahorse-preferences bin/seahorse-tool lib/bonobo/servers/GNOME_SeahorseApplet.server -lib/gedit-2/plugins/libseahorse-pgp.la -lib/gedit-2/plugins/seahorse-pgp.gedit-plugin lib/nautilus/extensions-2.0/libnautilus-seahorse.la lib/seahorse/seahorse-applet man/man1/seahorse-agent.1 @@ -13,7 +11,6 @@ share/applications/seahorse-pgp-encrypted.desktop share/applications/seahorse-pgp-keys.desktop share/applications/seahorse-pgp-preferences.desktop share/applications/seahorse-pgp-signature.desktop -share/gconf/schemas/seahorse-gedit.schemas share/gconf/schemas/seahorse-plugins.schemas share/gnome-2.0/ui/GNOME_SeahorseApplet.xml share/gnome/help/seahorse-applet/C/legal.xml |