summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-01-31 00:12:12 +0000
committerJim Ramsay <lack@gentoo.org>2007-01-31 00:12:12 +0000
commitceb50997229d153c9f5262b71be51bb1ad2009aa (patch)
treeeeb60507daf3ed2076f2c98c537274c0ea8a71f4 /rox-extra/picky/picky-0.4.5-r1.ebuild
parentApply xprop/gtk d'n'd patch; thanks to Roland Kammerer. (bug #164429) (diff)
downloadhistorical-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.ebuild25
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}
+}