summaryrefslogtreecommitdiff
path: root/archivers/file-roller/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-14 20:55:50 +0000
committerjmmv <jmmv>2003-02-14 20:55:50 +0000
commit8d0488c92409510541887540c6b5380cd84c0aca (patch)
tree2a8c691797fda5230eccdf88849b0b292c7dc536 /archivers/file-roller/Makefile
parentd0984d1d6faabb0b9cb9002052fabb53951a3212 (diff)
downloadpkgsrc-8d0488c92409510541887540c6b5380cd84c0aca.tar.gz
Update to 2.2.1. Changes since 2.0.4:
version 2.2.1 * Change icon themes on the fly and allow svg icons. * Added pt, sk and mn translations. version 2.2.0 * Updated the manual. version 2.1.5 * Handle LHA archives created on Windows. * Bugfixes. version 2.1.4 * Bugfixes. version 2.1.3 * Multi Drag & Drop support. * Session management support. * HIG compliant dialogs. * Added archive operations in the nautilus context menu. * Scripts removed. * Bugfixes. version 2.1.2 * Archive loading is 3 times faster. * Recognize zip archives regardless of the file extension. version 2.1.1 * Use egg-recent for handling recent files. * Use gnome-icon-lookup to get icons. version 2.1.0 * Do not read the archive in non-interative mode, this speeds up extraction with Nautilus scripts. * Fixed russian manual. Changes in the package: - Use schemas.mk to register GConf2 schemas in the global database. - Depend on gnome2-dirs.
Diffstat (limited to 'archivers/file-roller/Makefile')
-rw-r--r--archivers/file-roller/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index 427f591f37a..113a55024de 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/01/04 12:45:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/02/14 20:55:50 jmmv Exp $
#
-DISTNAME= file-roller-2.0.4
+DISTNAME= file-roller-2.2.1
CATEGORIES= archivers gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fileroller/}
@@ -10,6 +10,7 @@ HOMEPAGE= http://fileroller.sourceforge.net/
COMMENT= Front-end to archiving programs like tar and zip
BUILD_USES_MSGFMT= yes
+DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
@@ -17,6 +18,9 @@ USE_GMAKE= yes
USE_PERL5= build
USE_PKGLOCALEDIR= yes
+GCONF2_SCHEMAS= file-roller.schemas
+
+.include "../../devel/GConf2/schemas.mk"
.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../devel/libgnome/buildlink2.mk"
.include "../../devel/bonobo-activation/buildlink2.mk"