2007-06-05 07:36:59 +02:00
|
|
|
# $NetBSD: Makefile,v 1.62 2007/06/05 05:37:01 wiz Exp $
|
2002-05-24 16:38:19 +02:00
|
|
|
|
2007-04-11 23:48:02 +02:00
|
|
|
DISTNAME= seahorse-1.0.1
|
2007-06-05 07:36:59 +02:00
|
|
|
PKGREVISION= 1
|
2002-05-24 16:38:19 +02:00
|
|
|
CATEGORIES= security
|
2007-04-11 23:48:02 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/1.0/}
|
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
|
2003-05-27 17:50:04 +02:00
|
|
|
HOMEPAGE= http://seahorse.sourceforge.net/
|
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
|
|
|
|
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
|
|
|
|
2003-01-10 08:49:51 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2007-04-11 23:48:02 +02:00
|
|
|
USE_TOOLS+= 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
|
2002-05-24 16:38:19 +02:00
|
|
|
|
2007-04-11 23:48:02 +02:00
|
|
|
PKGCONFIG_OVERRIDE+= libcryptui/cryptui.pc.in
|
|
|
|
GCONF2_SCHEMAS= seahorse.schemas
|
2002-05-24 16:38:19 +02:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.gpgme+= gpgme>=1.0.1nb2
|
2004-10-20 22:45:55 +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"
|
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
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
2004-02-20 14:08:21 +01:00
|
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
2005-05-19 23:14:11 +02:00
|
|
|
.include "../../net/libsoup-devel/buildlink3.mk"
|
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"
|
2004-10-20 22:45:55 +02:00
|
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
2007-04-11 23:48:02 +02:00
|
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
2003-02-18 15:55:54 +01:00
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
2004-02-20 14:08:21 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2007-04-11 23:48:02 +02:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
# XXX
|
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
2002-05-24 16:38:19 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|