Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264162 - app-misc/gentoo-0.15.3 version bump
Summary: app-misc/gentoo-0.15.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-29 11:31 UTC by Andy Hunne
Modified: 2009-04-27 21:09 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Hunne 2009-03-29 11:31:41 UTC
This ebuild is for the latest version of the Gentoo file manager, version 0.15.3.  All I did was change the dependency to GTK-2+ and changed the name of the ebuild.  Built with no problems on my system, but I don't know if the ebuild is 100% correct - certified noob here.

Reproducible: Always




# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.15.3.ebuild

DESCRIPTION="A modern GTK+ based filemanager for any WM"
HOMEPAGE="http://www.obsession.se/gentoo/"
SRC_URI="mirror://sourceforge/gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="nls gnome fam"

DEPEND="=x11-libs/gtk+-2*"
RDEPEND="nls? ( sys-devel/gettext )
    fam? ( virtual/fam )"

src_compile() {
    econf \
        --sysconfdir=/etc/gentoo \
        $(use_enable fam) \
        $(use_enable nls) || die

    emake || die
}

src_install() {
    make DESTDIR=${D} install || die

    if use gnome ; then
        insinto /usr/share/pixmaps
        doins icons/gentoo.png
        insinto /usr/share/gnome/apps/Applications
        doins ${FILESDIR}/gentoo.desktop
    fi

    dodoc AUTHORS BUGS CONFIG-CHANGES CREDITS ChangeLog \
        NEWS ONEWS README* TODO
    dodoc docs/FAQ docs/menus.txt

    dohtml docs/*.{html,css}
    dohtml -r docs/images
    dohtml -r docs/config

    newman docs/gentoo.1x gentoo.1

    docinto scratch
    dodoc docs/scratch/*
}
Comment 1 Patrick Lauer gentoo-dev 2009-04-27 21:09:47 UTC
+*gentoo-0.15.3 (27 Apr 2009)                                                                      
+                                                                                                  
+  27 Apr 2009; Patrick Lauer <patrick@gentoo.org> +gentoo-0.15.3.ebuild:                          
+  Bump to 0.15.3, fixes #264162