diff options
author | adam <adam@pkgsrc.org> | 2005-06-30 15:28:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-06-30 15:28:45 +0000 |
commit | cf39863105f42e251c5aee0c972913bca01081b4 (patch) | |
tree | e71242d90c6b6122a62f0eed9383449926d42641 /sysutils/gentoo | |
parent | 18a0e5bc3cb75e496935a54f6153bfa04f837966 (diff) | |
download | pkgsrc-cf39863105f42e251c5aee0c972913bca01081b4.tar.gz |
Changes 0.11.55:
* Added "Require Source Selection" (and Destination ditto) flag
in the "Before&After" options for external command rows. This
prevents commands from running if there is no selection, which
is handy to avoid making programs read from stdin. Added after
issue report by C. H. Block.
* Brought Copyright in About window and man page into 2005. :)
* Added (commented-out) sample row in gentoogtkrc.in to show how
to set color of non-used pane rows (not reachable by gentoo's
File Style system).
* Fixed broken g_snprintf() formatting specifier in the overwrite
dialog that caused it to crash on Solaris. Reported (possibly
among others) by N. Antic.
* Added option to let window manager position dialogs. Suggested
by "Martinko". This is the new default behavior, too.
* Added a SelectShell command, that makes select/unselect/toggle
decisions based on running shell commands. Suggested by me. :)
See docs/scratch/command_args.txt, or use the GUI. Modified the
default button layout to put SelectRE/SelectShell together.
Diffstat (limited to 'sysutils/gentoo')
-rw-r--r-- | sysutils/gentoo/Makefile | 13 | ||||
-rw-r--r-- | sysutils/gentoo/distinfo | 10 | ||||
-rw-r--r-- | sysutils/gentoo/patches/patch-aa | 6 |
3 files changed, 14 insertions, 15 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile index 10f96c52cf2..a3dba258732 100644 --- a/sysutils/gentoo/Makefile +++ b/sysutils/gentoo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2005/06/01 18:03:21 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/06/30 15:29:13 adam Exp $ -DISTNAME= gentoo-0.11.54 +DISTNAME= gentoo-0.11.55 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/} @@ -8,12 +8,11 @@ MAINTAINER= dunse@goa.nu HOMEPAGE= http://www.obsession.se/gentoo/ COMMENT= Two-pane filemanager using GTK+, 100% GUI configurable -BUILD_USES_MSGFMT= YES - -USE_PKGINSTALL= YES -USE_PKGLOCALEDIR= YES -GNU_CONFIGURE= YES +BUILD_USES_MSGFMT= yes +USE_PKGINSTALL= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} EGDIR= ${PREFIX}/share/examples/gentoo diff --git a/sysutils/gentoo/distinfo b/sysutils/gentoo/distinfo index 27de6b044c0..c76fca101b2 100644 --- a/sysutils/gentoo/distinfo +++ b/sysutils/gentoo/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.16 2005/02/24 13:40:53 agc Exp $ +$NetBSD: distinfo,v 1.17 2005/06/30 15:29:13 adam Exp $ -SHA1 (gentoo-0.11.54.tar.gz) = 51c8497f4ebbcac0e60d400fc6104ddc7644196e -RMD160 (gentoo-0.11.54.tar.gz) = a0760dfca71521eb8ede1c7f9e32f072a0dc626a -Size (gentoo-0.11.54.tar.gz) = 1379376 bytes -SHA1 (patch-aa) = 18383ec1190260affbd0389626e03b70ba3291d5 +SHA1 (gentoo-0.11.55.tar.gz) = 5ba1627d0c7caba8ba0064dde5fd8850a38a092e +RMD160 (gentoo-0.11.55.tar.gz) = 30b4edd10a892709a39ac3f83cc5385652a965e2 +Size (gentoo-0.11.55.tar.gz) = 1395600 bytes +SHA1 (patch-aa) = bd3736cffbda663fd571b6b7a2171e64b4d52927 SHA1 (patch-ab) = 1aaa154789866b436303b0a8f6f20707301d8b7f SHA1 (patch-ac) = ab5d886b29945fcb54baa94e47140516bd4db93e SHA1 (patch-ad) = 0ac9fca5454c98633aa6c0bacfcaa364c34df37f diff --git a/sysutils/gentoo/patches/patch-aa b/sysutils/gentoo/patches/patch-aa index 89f57af0114..e4fee873f5f 100644 --- a/sysutils/gentoo/patches/patch-aa +++ b/sysutils/gentoo/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2004/11/03 15:31:42 adam Exp $ +$NetBSD: patch-aa,v 1.7 2005/06/30 15:29:13 adam Exp $ ---- Makefile.in.orig 2004-05-16 13:17:06.000000000 +0000 +--- Makefile.in.orig 2005-06-04 11:56:23.000000000 +0000 +++ Makefile.in -@@ -186,7 +186,7 @@ prefix = @prefix@ +@@ -190,7 +190,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ |