diff options
author | drochner <drochner@pkgsrc.org> | 2007-04-11 21:48:02 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-04-11 21:48:02 +0000 |
commit | 1897833bf6b1e413e58c70c25c472559beb41406 (patch) | |
tree | 2e54511c9e7c42fd7c40d1664cec465e3e9631d5 /security/seahorse/Makefile | |
parent | 4ebcde7dc8043676e7cb322ce7bf6e708d87efae (diff) | |
download | pkgsrc-1897833bf6b1e413e58c70c25c472559beb41406.tar.gz |
update to 1.0.1
This moves this pkg to the new stable gnome branch, too much to list here.
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r-- | security/seahorse/Makefile | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 8bdd7c594d2..b47b51405f3 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2007/03/21 12:05:52 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2007/04/11 21:48:02 drochner Exp $ -DISTNAME= seahorse-0.8.1 -PKGREVISION= 4 +DISTNAME= seahorse-1.0.1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/0.8/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/1.0/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -14,20 +13,18 @@ DEPENDS+= gnupg>=1.2.1:../../security/gnupg GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake intltool msgfmt pkg-config autoconf +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --disable-gedit CONFIGURE_ARGS+= --disable-nautilus -GCONF2_SCHEMAS= seahorse.schemas +PKGCONFIG_OVERRIDE+= libcryptui/cryptui.pc.in +GCONF2_SCHEMAS= seahorse.schemas BUILDLINK_API_DEPENDS.gpgme+= gpgme>=1.0.1nb2 -pre-configure: - cd ${WRKSRC} && autoconf - .include "../../databases/gnome-mime-data/buildlink3.mk" .include "../../databases/shared-mime-info/mimedb.mk" .include "../../devel/GConf2/schemas.mk" @@ -35,7 +32,13 @@ pre-configure: .include "../../devel/libgnomeui/buildlink3.mk" .include "../../net/libsoup-devel/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +# XXX +.include "../../x11/libSM/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |