* [gentoo-dev] gkrellm-gnome ebuild
@ 2001-06-24 16:46 Tod M. Neidt
2001-07-07 9:28 ` Achim Gottinger
0 siblings, 1 reply; 2+ messages in thread
From: Tod M. Neidt @ 2001-06-24 16:46 UTC (permalink / raw
To: gentoo-dev@cvs.gentoo.org
[-- Attachment #1: Type: text/plain, Size: 577 bytes --]
Hi!
Attached is an ebuild file for a gkrellm-gnome plugin that allows you to
set gnome window manager hints in the gkrellm configuration (i.e. remove
the gkrellm buuton from the panel when its running).
The orignal tar ball filename doesn't include the version number so I
appended "-0.1" (taken from the README).
Note: the SRC_URI should be
"http://web.wt.net/~billw/gkrellm/Plugins/gkrellm-gnome.tar.gz"
Portage seems to pull the filename for creating the digest file from
SRC_URI.
This is my first contributed ebuild, so constructive criticism would be
appreciated.
tod
[-- Attachment #2: gkrellm-gnome-0.1.ebuild --]
[-- Type: text/plain, Size: 801 bytes --]
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Tod M. Neidt <tneidt@fidnet.com>
# $Header: /home/cvsroot/gentoo-x86/gnome-apps/gkrellm-gnome-0.1,v 1.0
# 26 Apr 2001 21:30 CST blutgens Exp $
S=${WORKDIR}/gkrellm-gnome
DESCRIPTION="Gnome hints configuration plugin for gkrellm"
#actual orig archive file is gkrellm-gnome.tar.gz
#portage seems to get file name from SRC_URI
SRC_URI="http://web.wt.net/~billw/gkrellm/Plugins/gkrellm-gnome-0.1.tar.gz"
HOMEPAGE="http://web.wt.net/~billw/gkrellm/Plugins.html"
RDEPEND=">=app-admin/gkrellm-1.0.4"
src_compile() {
try make
}
src_install () {
exeinto /usr/share/gkrellm/plugins
doexe src/gkrellm-gnome.so
dodoc README Changelog COPYRIGHT INSTALL
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-dev] gkrellm-gnome ebuild
2001-06-24 16:46 [gentoo-dev] gkrellm-gnome ebuild Tod M. Neidt
@ 2001-07-07 9:28 ` Achim Gottinger
0 siblings, 0 replies; 2+ messages in thread
From: Achim Gottinger @ 2001-07-07 9:28 UTC (permalink / raw
To: gentoo-dev
"Tod M. Neidt" wrote:
>
> Hi!
>
> Attached is an ebuild file for a gkrellm-gnome plugin that allows you to
> set gnome window manager hints in the gkrellm configuration (i.e. remove
> the gkrellm buuton from the panel when its running).
>
> The orignal tar ball filename doesn't include the version number so I
> appended "-0.1" (taken from the README).
>
> Note: the SRC_URI should be
> "http://web.wt.net/~billw/gkrellm/Plugins/gkrellm-gnome.tar.gz"
> Portage seems to pull the filename for creating the digest file from
> SRC_URI.
>
> This is my first contributed ebuild, so constructive criticism would be
> appreciated.
Hi tod, thanks for the ebuild, the only thing you forgott was the DEPEND
variable
the plugin depends on gkrellm and gnome-core during build and runtime.
bye achim~
>
> tod
>
> ------------------------------------------------------------------------
> Name: gkrellm-gnome-0.1.ebuild
> gkrellm-gnome-0.1.ebuild Type: Plain Text (text/plain)
> Encoding: 7bit
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-07-07 15:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-24 16:46 [gentoo-dev] gkrellm-gnome ebuild Tod M. Neidt
2001-07-07 9:28 ` Achim Gottinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox