Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1043 - grun-0.9.2.ebuild (replaces grun-0.8.1.ebuild)
Summary: grun-0.9.2.ebuild (replaces grun-0.8.1.ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Matthew Kennedy (RETIRED)
URL: http://www.numlock.ch
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-10 07:49 UTC by Daniel Mettler
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
a tarball of x11-misc/grun-0.9.2 (grun-0.9.2.ebuild.tar.gz,17.84 KB, application/x-tgz)
2002-03-10 07:50 UTC, Daniel Mettler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Mettler 2002-03-10 07:49:52 UTC
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
Comment 1 Daniel Mettler 2002-03-10 07:50:52 UTC
Created attachment 319 [details]
a tarball of x11-misc/grun-0.9.2

see the descriptions above
Comment 2 Daniel Mettler 2002-03-10 08:51:00 UTC
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.
Comment 3 Daniel Mettler 2002-03-10 16:21:54 UTC
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"
        
 }
Comment 4 Matthew Kennedy (RETIRED) gentoo-dev 2002-04-19 05:09:49 UTC
added to portage as x11-misc/grun
thanks for the contribution!