Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 330284 Details for
Bug 396167
sys-power/jupiter-applet - a light weight power and hardware control applet for Linux
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-power/jupiter-0.1.7.ebuild
jupiter-0.1.7.ebuild (text/plain), 1.23 KB, created by
daktak
on 2012-11-23 03:56:02 UTC
(
hide
)
Description:
sys-power/jupiter-0.1.7.ebuild
Filename:
MIME Type:
Creator:
daktak
Created:
2012-11-23 03:56:02 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils rpm > >DESCRIPTION="hardware and power management applet for all i386 and x86_64 Linux >laptops, and netbooks" >HOMEPAGE="http://www.jupiterapplet.org/" >MY_P=${P}-1 >SRC_URI="mirror://sourceforge/project/${PN}/${MY_P}.src.rpm" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >DEPEND="sys-apps/coreutils dev-python/libgnome-python net-wireless/rfkill" >RDEPEND="${DEPEND}" > >src_unpack () { > rpm_src_unpack ${A} >} > >src_install () { > insinto /etc/pm/power.d > doins pm/power.d/00-jupiter-cpu || die > fperms 755 /etc/pm/power.d/00-jupiter-cpu || die > insinto /etc/xdg/autostart > doins xdg/autostart/jupiter.desktop || die > doins xdg/autostart/jupiter-startup.desktop || die > insinto /usr/share/applications > doins usr/share/applications/jupiter.desktop || die > insinto /usr/share/pixmaps > doins usr/share/pixmaps/* || die > insinto /usr/lib > doins -r usr/lib/jupiter || die > fperms 755 /usr/lib/jupiter -R || die > dobin usr/bin/jupiter || die > insinto /etc/sudoers.d > doins "${FILESDIR}"/999-jupiter.sudoers || die > >} > >pkg_postinst () { > enewgroup jupiter > elog "Don't forget to add your user to the jupiter group" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 396167
:
325014
| 330284