diff options
author | 2007-01-31 00:12:12 +0000 | |
---|---|---|
committer | 2007-01-31 00:12:12 +0000 | |
commit | ceb50997229d153c9f5262b71be51bb1ad2009aa (patch) | |
tree | eeb60507daf3ed2076f2c98c537274c0ea8a71f4 /rox-extra/picky/picky-0.4.5-r1.ebuild | |
parent | Apply xprop/gtk d'n'd patch; thanks to Roland Kammerer. (bug #164429) (diff) | |
download | historical-ceb50997229d153c9f5262b71be51bb1ad2009aa.tar.gz historical-ceb50997229d153c9f5262b71be51bb1ad2009aa.tar.bz2 historical-ceb50997229d153c9f5262b71be51bb1ad2009aa.zip |
Added APPCATEGORY so a .desktop file will be installed
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'rox-extra/picky/picky-0.4.5-r1.ebuild')
-rw-r--r-- | rox-extra/picky/picky-0.4.5-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/rox-extra/picky/picky-0.4.5-r1.ebuild b/rox-extra/picky/picky-0.4.5-r1.ebuild new file mode 100644 index 000000000000..dfafc1a57f3b --- /dev/null +++ b/rox-extra/picky/picky-0.4.5-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/picky/picky-0.4.5-r1.ebuild,v 1.1 2007/01/31 00:12:12 lack Exp $ + +ROX_LIB_VER=1.9.12 +inherit rox + +DESCRIPTION="Picky - an image viewer/slideshow app for the ROX Desktop" +MY_PN="Picky" +HOMEPAGE="http://www.rdsarts.com/code/picky/" +SRC_URI="http://www.rdsarts.com/code/picky/${MY_PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc x86" +IUSE="" + +APPNAME=${MY_PN} +APPCATEGORY="Graphics;Viewer" + +src_unpack() { + mkdir -p ${S}/${APPNAME} + cd ${S}/${APPNAME} + unpack ${A} +} |