summaryrefslogtreecommitdiff
path: root/archivers/file-roller/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-14 23:15:46 +0000
committerxtraeme <xtraeme>2003-12-14 23:15:46 +0000
commit646a8fda42205ca232339e23c4da7d74af95f340 (patch)
tree3370daab31731382dbbf34f7c771e5634cb9a863 /archivers/file-roller/Makefile
parentd9a99cd2016f1f6e364ae450b54d43b0bd4a2c00 (diff)
downloadpkgsrc-646a8fda42205ca232339e23c4da7d74af95f340.tar.gz
Updated to 2.4.1
Changes: * Fixed bug that prevented the user to view the content of a compressed file. * Updated recent files stuff from libegg. * Use unrar if rar is not available. * Updated manual. * Make dialogs more HIG compliant. * Removed "Extract Here" and "Extract in a Folder" from the Nautilus context menu. * Added ARJ archives support. * The delete operation move the archive to the trash instead of deleting it from the disk. * Added ability to convert archives. * Popup a progress dialog when a long operation is underway, instead of using a progress bar in the status bar. * Give more detailed information about the current operation (only for tar archives at the moment). * When creating new archives, if the user does not specify the extension, use 'tgz' as default instead of giving an 'archive type not supported' error. * Associate File Roller to the zoo archive format. * Use a text entry instead of the option menu for the location. * Do not allow dangerous operations, that is operations that if stopped can cause the lost of the archive, such as adding and removing files, to be stopped. * Allow to stop folders reading. * Added ability to test zoo archives. * New toolbar icons. * Added ZOO archives support. * Read folders asynchronously. * Display a better error message when the user forgets to specify the archive name in the "add to archive" dialog. * Handle tar archives with a ':' in the path. And more... review Changelog to see a full list of changes.
Diffstat (limited to 'archivers/file-roller/Makefile')
-rw-r--r--archivers/file-roller/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index dec3c1ed2c1..047b21dbda1 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2003/12/13 00:45:21 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2003/12/14 23:15:46 xtraeme Exp $
#
-DISTNAME= file-roller-2.2.4
-PKGREVISION= 3
+DISTNAME= file-roller-2.4.1
CATEGORIES= archivers gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/file-roller/2.2/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/file-roller/2.4/}
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://fileroller.sourceforge.net/
@@ -22,9 +21,9 @@ USE_PKGLOCALEDIR= yes
GCONF2_SCHEMAS= file-roller.schemas
.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/libbonobo/buildlink2.mk"
.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../devel/libgnome/buildlink2.mk"
-.include "../../devel/bonobo-activation/buildlink2.mk"
.include "../../devel/libglade2/buildlink2.mk"
.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../sysutils/gnome-vfs2/buildlink2.mk"