Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 375

Summary: background changer... chbg-1.5.ebuild
Product: Gentoo Linux Reporter: bnl
Component: Current packagesAssignee: Bruce A. Locke (RETIRED) <blocke>
Status: RESOLVED INVALID    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: 1.0 RC6 r14   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description bnl 2002-01-27 19:18:44 UTC
# Copyright 2002
# <bnl@eecs.berkeley.edu>

S=${WORKDIR}/${P}
DESCRIPTION="X background changer"
SRC_URI="http://chbg.sourceforge.net/sw/${P}.tgz"
HOMEPAGE="http://chbg.sourceforge.net"

DEPEND=">=x11-base/xfree-4.1.0 virtual/glibc >=media-libs/libpng-1.0
        >=x11-libs/gtk+-1.2"

src_compile() {

        local myconf

        myconf="--disable-gnome --disable-eterm"
        ./configure ${myconf} --host=${CHOST} --prefix=/usr || die "Failed 
configure."
        emake || die "Failed to build package."

}

src_install() {

        dobin src/chbg
        insinto /usr/share/pixmaps
        doins chbg_64x64.xpm
        dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
        dodoc xscreensaver-howto.txt xscreensaver.txt

}
Comment 1 Bruce A. Locke (RETIRED) gentoo-dev 2002-02-28 22:25:23 UTC
The header on this ebuild assigning copyright to yourself and mentioning what
license this is under could be why no one has moved on this package yet...

Could you please clarify it?
Comment 2 Bruce A. Locke (RETIRED) gentoo-dev 2002-03-06 22:44:25 UTC
No word from author after a week+... marking as LATER and closing bug

Please resubmit if your interested in having the package added to gentoo
Comment 3 Bruce A. Locke (RETIRED) gentoo-dev 2002-11-06 00:04:33 UTC
Zombie bug.

The software is a gtk 1.x app that hasn't been maintained in over a year and
doesn't look like its worth the effort to package.  Unless someone wants to
contribute an updated version with a GPL header this is INVALID.