Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68698 Details for
Bug 106321
rox-base/tasklist-0.5 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rox-base/tasklist-0.5.ebuild
tasklist-0.5.ebuild (text/plain), 1.30 KB, created by
Peter Hyman
on 2005-09-17 17:35:12 UTC
(
hide
)
Description:
rox-base/tasklist-0.5.ebuild
Filename:
MIME Type:
Creator:
Peter Hyman
Created:
2005-09-17 17:35:12 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >MY_PN="Tasklist" >DESCRIPTION="Tasklist - a panel applet to show open applications for ROX" >HOMEPAGE="http://rox.sourceforge.net/" >SRC_URI="http://sheen.fallingsnow.net/Software/${MY_PN}-${PV}.tgz" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=x11-libs/libwnck-2.4.0 > >=dev-libs/libxml2-2.0" > >S=${WORKDIR}/${MY_PN}-${PV} >APPNAME=${MY_PN} >SET_PERM=true > > >inherit rox > >#src_compile() { ># ./AppRun --compile || die ># rm -rf src build >#} > ># do all the things rox.eclass would EXCEPT that ># tasklist tarball install everything cockeyed >src_install() { > cd ${S} > for i in Help/*; do > dodoc "${i}" > done > > insinto /usr/lib/rox/${APPNAME} > cp -r . ${D}/usr/lib/rox/${APPNAME} > > cd ${D}/usr/lib/rox/${APPNAME} > chmod a+x AppRun AppletRun > > # set permisions on all binares files for compiled programms per arch > if [ -n "$SET_PERM" ]; then > ARCH="`uname -m`" > case $ARCH in > i?86) ARCH=ix86 ;; > esac > PLATFORM="`uname -s`-$ARCH" > chmod -R 755 ${D}/usr/lib/rox/${APPNAME}/${PLATFORM} > fi > > #create a script in bin to run the application from command line > dodir /usr/bin/ > cat >${D}/usr/bin/${APPNAME} <<EOF >#!/bin/sh >exec /usr/lib/rox/${APPNAME}/AppRun "\$@" >EOF > chmod a+x ${D}/usr/bin/${APPNAME} >}
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 106321
: 68698