From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J5Ebv-00089n-6I for garchives@archives.gentoo.org; Thu, 20 Dec 2007 06:10:23 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBK69OMc001341; Thu, 20 Dec 2007 06:09:24 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBK67Nwd031467 for ; Thu, 20 Dec 2007 06:07:24 GMT Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 35D7D65A0C; Thu, 20 Dec 2007 06:07:23 +0000 (UTC) Date: Wed, 19 Dec 2007 22:07:21 -0800 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, lack@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in rox-base/rox: ChangeLog rox-2.7-r2.ebuild Message-ID: <20071220060721.GP24034@supernova> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: bbdeae24-8156-44d7-b653-2671eeb61713 X-Archives-Hash: d87cc0095b0012c4c153579911a74332 On 15:05 Mon 17 Dec , Jim Ramsay (lack) wrote: > lack 07/12/17 15:05:57 > > Modified: ChangeLog > Added: rox-2.7-r2.ebuild > Log: > Started using EAPI=1 and IUSE defaults. Also added new 'video' flag to IUSE (bug 202333) > (Portage version: 2.1.3.19) > 1.1 rox-base/rox/rox-2.7-r2.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox/rox-2.7-r2.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox/rox-2.7-r2.ebuild?rev=1.1&content-type=text/plain > IUSE="+svg +video" svg already defaults on for all the desktop profiles, so I'm not really sure what that's gaining you. > RDEPEND=">=x11-libs/gtk+-2.4 > >=dev-libs/glib-2.2 > >=dev-libs/libxml2-2.4.23 > >=x11-misc/shared-mime-info-0.14 > svg? ( gnome-base/librsvg ) > !ppc? ( rox-base/mime-editor > rox-base/thumbs > video? ( rox-extra/videothumbnail ) )" PPC users aren't supposed to get this stuff? If not, is it even a real dependency? > src_compile() { > > cd ${APPNAME} > > # Most rox self-compiles have a 'read' call to wait for the user to > # press return if the compile fails. > # Find and remove this: > sed -i.bak -e 's/\/#read/' AppRun > > ./AppRun --compile || die "make failed" > (cd src; make clean) > /dev/null > # don't need these directories anymore > if [ -n "${KEEP_SRC}" ]; then > (cd src; make clean) > /dev/null Subshells are icky. > else > rm -rf src > fi > rm -fr build > > # Restore the original AppRun > mv AppRun.bak AppRun > } > > # new streamlined install > > src_install() { > doman rox.1 > > dodir ${APPDIR} > cp -r ${APPNAME}/ "${D}/${APPDIR}" > > # add documentation to be proper > ( cd ${APPNAME}/Help > dodoc Changes README README-es TODO > ) Icky. > chmod 0755 "${D}/usr/bin/${WRAPPERNAME}" > chmod 0755 "${D}/usr/bin/${WRAPPERNAME}uri" fperms? > make_desktop_entry ${WRAPPERNAME} ${APPNAME} ${APPNAME}.png "System;Utility;Core;ROX" Thought I saw something about desktop entries dropping the suffix for the icon, but I don't recall the details. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list