2009-03-22 20:01:37 +01:00
|
|
|
# $NetBSD: Makefile,v 1.79 2009/03/22 19:01:40 wiz Exp $
|
2002-05-24 16:38:19 +02:00
|
|
|
|
2009-03-15 19:32:43 +01:00
|
|
|
DISTNAME= seahorse-2.26.0
|
2002-05-24 16:38:19 +02:00
|
|
|
CATEGORIES= security
|
2009-03-15 19:32:43 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.26/}
|
2004-10-20 22:45:55 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-05-24 16:38:19 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-08-18 09:28:48 +02:00
|
|
|
HOMEPAGE= http://www.gnome.org/projects/seahorse/
|
2004-03-11 13:41:58 +01:00
|
|
|
COMMENT= GnuPG front end and bonobo component for GNOME
|
2002-05-24 16:38:19 +02:00
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2003-05-30 18:19:50 +02:00
|
|
|
DEPENDS+= gnupg>=1.2.1:../../security/gnupg
|
Update to 0.7.0. Changes since 0.5.0:
seahorse 0.7.0
--------------
* Add a user ID
* Add a subkey
* Delete a subkey
* Change a subkey's expiration
* Revoke a subkey
* Properties shows subkey status (good, revoked, expired)
* Key Manager shows user IDs instead of subkeys
* Sort keys by user ID & validity in Key Manager and Recipients
* Subkeys hidden by default in properties
seahorse 0.6.2
--------------
* Bug fix in GPGME check
* Supported languages: cs, de, es, hu, ja, nl, no, sv, tr
* Interface fixups so buttons are not sensitive when they cannot be
used
seahorse 0.6.1
--------------
* Correctly check for GPGME 0.3.14 and GnuPG 1.2 during build
* More and updated translations
* Key manager updates all keys when changed
* Preferences loads faster
* More HIG compliant windows & dialogs
* Failure to install schemas does not stop installation
* Better about dialog: shows version & lists translators
seahorse 0.6.0
--------------
* Key properties cleanups
* Less passphrase crashes
* Only one window of each type or of each type per key allowed open
* Less memory leaks
* Preferences is slower to load, but keeps track of default signer
better
* Updated help manual with figures
* More translations
* Migration to GNOME
2003-02-15 12:03:42 +01:00
|
|
|
|
2007-08-18 13:10:08 +02:00
|
|
|
.if exists(/usr/bin/ssh) && exists(/usr/bin/ssh-add) && exists(/usr/bin/ssh-keygen)
|
|
|
|
SSH_PATH=/usr/bin/ssh
|
|
|
|
SSH_ADD_PATH=/usr/bin/ssh-add
|
|
|
|
SSH_KEYGEN_PATH=/usr/bin/ssh-keygen
|
|
|
|
.else
|
|
|
|
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh
|
|
|
|
SSH_PATH=${PREFIX}/bin/ssh
|
|
|
|
SSH_ADD_PATH=${PREFIX}/bin/ssh-add
|
|
|
|
SSH_KEYGEN_PATH=${PREFIX}/ssh-keygen
|
|
|
|
.endif
|
|
|
|
|
2003-01-10 08:49:51 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2008-10-27 17:51:59 +01:00
|
|
|
USE_TOOLS+= gawk gmake intltool msgfmt pkg-config
|
2004-10-20 22:45:55 +02:00
|
|
|
USE_LIBTOOL= yes
|
2004-10-20 23:30:13 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2004-10-20 22:45:55 +02:00
|
|
|
|
2006-03-14 16:00:57 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-gedit
|
|
|
|
CONFIGURE_ARGS+= --disable-nautilus
|
2007-08-18 13:10:08 +02:00
|
|
|
CONFIGURE_ENV+= SSH_PATH=${SSH_PATH:Q}
|
|
|
|
CONFIGURE_ENV+= SSH_ADD_PATH=${SSH_ADD_PATH:Q}
|
|
|
|
CONFIGURE_ENV+= SSH_KEYGEN_PATH=${SSH_KEYGEN_PATH:Q}
|
2002-05-24 16:38:19 +02:00
|
|
|
|
2007-04-11 23:48:02 +02:00
|
|
|
PKGCONFIG_OVERRIDE+= libcryptui/cryptui.pc.in
|
2007-09-21 15:03:25 +02:00
|
|
|
GCONF_SCHEMAS= seahorse.schemas
|
2002-05-24 16:38:19 +02:00
|
|
|
|
2004-02-20 14:08:21 +01:00
|
|
|
.include "../../databases/gnome-mime-data/buildlink3.mk"
|
2004-10-20 22:45:55 +02:00
|
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
|
|
.include "../../devel/libglade/buildlink3.mk"
|
2009-03-15 19:32:43 +01:00
|
|
|
.include "../../net/avahi/buildlink3.mk"
|
2008-04-15 20:53:42 +02:00
|
|
|
.include "../../net/libsoup24/buildlink3.mk"
|
2008-11-09 00:46:00 +01:00
|
|
|
.include "../../security/gnome-keyring/buildlink3.mk"
|
2009-03-22 20:01:37 +01:00
|
|
|
BUILDLINK_API_DEPENDS.gpgme+= gpgme>=1.0.1nb2
|
2004-10-20 22:45:55 +02:00
|
|
|
.include "../../security/gpgme/buildlink3.mk"
|
2007-04-11 23:48:02 +02:00
|
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
2008-10-27 17:51:59 +01:00
|
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
2007-04-11 23:48:02 +02:00
|
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
2008-01-11 14:56:56 +01:00
|
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
2004-02-20 14:08:21 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2009-03-19 13:14:01 +01:00
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
2007-04-11 23:48:02 +02:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2002-05-24 16:38:19 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|