replaces http://bugs.gentoo.org/show_bug.cgi?id=1036 now this seems to be the most current version of grun (thx to g2boojum for the hint ;). including the debian patch, which does mainly debian-related things but also fixes some issues and introduces some improvements. how to test/install it: save the attachment to the current local directory and do as root: tar xzvf grun-0.9.2.ebuild.tar.gz -C /usr/portage emerge --pretend grun emerge grun if you like to customize it, read the hints displayed (all you need is explained) and the man-page mettlerd@hal mettlerd $ md5sum grun-0.9.2.ebuild.tar.gz a7730723076a6666caf3b0b1b61c100a grun-0.9.2.ebuild.tar.gz regards dan
Created attachment 319 [details] a tarball of x11-misc/grun-0.9.2 see the descriptions above
somehow bugzilla just does not work nicely for me as i could not attach any additional files to this ebuild submission. thus there is no other way than adding it here: ChangeLog file for x11-misc/grun: # ChangeLog for x11-misc/grun # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp *grun-0.9.2 (10.03.2002) 10 Mar 2002; Daniel Mettler <mettlerd@icu.unizh.ch> grun-0.9.2.ebuild, ChangeLog, files/grun-0.9.2-gentoo.diff, files/digest-grun-0.9.2: Initial submission of grun-0.9.2. The source tarball was taken from the Debian FTP server as well as the patch (renamed to grun-0.9.2-gentoo.diff). GRun is a tiny yet powerful GTK-based application launcher such as those found in Gnome and KDE, but suitable for all window managers. Read the displayed hints when emerging grun and the man page for information about how to configure/customize GRun.
here's a little patch to enable the installation of the documentation files too. please apply it directly to grun-0.9.2 as (i hope this "lazyness" is allowed as long as it's not in cvs yet ;) rgds dan --- grun-0.9.2.ebuild.original Sun Mar 10 14:42:53 2002 +++ grun-0.9.2.ebuild Sun Mar 10 23:07:59 2002 @@ -52,6 +52,8 @@ src_install () { make DESTDIR=${D} install || die "make install failed" + dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL \ + LANGUAGES NEWS README TODO || die "dodoc failed" }
added to portage as x11-misc/grun thanks for the contribution!