Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 333950 Details for
Bug 433840
x11-misc/dex - a tool to manage xdg autostart .desktop entries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dex-0.6.ebuild
dex-0.6.ebuild (text/plain), 786 bytes, created by
Sergey Popov
on 2013-01-01 17:08:32 UTC
(
hide
)
Description:
dex-0.6.ebuild
Filename:
MIME Type:
Creator:
Sergey Popov
Created:
2013-01-01 17:08:32 UTC
Size:
786 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >PYTHON_COMPAT=( python{3_1,3_2} ) >inherit eutils python-r1 > >DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries" >HOMEPAGE="http://e-jc.de/" >SRC_URI="https://github.com/jceb/dex/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="" > >RDEPEND="${PYTHON_DEPS} > virtual/python-argparse" >DEPEND="${DEPEND}" > >src_prepare() { > # needed for proper work of python_replicate_script in src_install > sed -i -e 's:#!.*:#!/usr/bin/python:' dex || die 'sed on python shebang failed' > > epatch_user >} > >src_install() { > dobin dex > python_replicate_script "${ED}/usr/bin/dex" > dodoc README > doman dex.1 >}
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 433840
:
322856
|
333912
|
333950
|
333952