diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-01-31 00:12:12 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-01-31 00:12:12 +0000 |
commit | fd865ea72f65e7cae099ba53eff37612cab5284f (patch) | |
tree | 8886960d09a76eff74cc930c5ccd14c8fe5c86ea /rox-extra/picky | |
parent | Added APPCATEGORY so a .desktop file will be installed (diff) | |
download | gentoo-2-fd865ea72f65e7cae099ba53eff37612cab5284f.tar.gz gentoo-2-fd865ea72f65e7cae099ba53eff37612cab5284f.tar.bz2 gentoo-2-fd865ea72f65e7cae099ba53eff37612cab5284f.zip |
Added APPCATEGORY so a .desktop file will be installed
(Portage version: 2.1.2-r4)
Diffstat (limited to 'rox-extra/picky')
-rw-r--r-- | rox-extra/picky/ChangeLog | 9 | ||||
-rw-r--r-- | rox-extra/picky/files/digest-picky-0.4.5-r1 | 3 | ||||
-rw-r--r-- | rox-extra/picky/picky-0.4.5-r1.ebuild | 25 |
3 files changed, 35 insertions, 2 deletions
diff --git a/rox-extra/picky/ChangeLog b/rox-extra/picky/ChangeLog index e15724052e4a..5d24b24af7c4 100644 --- a/rox-extra/picky/ChangeLog +++ b/rox-extra/picky/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for rox-extra/picky -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/picky/ChangeLog,v 1.8 2006/11/20 18:26:45 opfer Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/picky/ChangeLog,v 1.9 2007/01/31 00:12:12 lack Exp $ + +*picky-0.4.5-r1 (31 Jan 2007) + + 31 Jan 2007; Jim Ramsay <lack@gentoo.org> +picky-0.4.5-r1.ebuild: + Added APPCATEGORY so a .desktop file will be installed 20 Nov 2006; Christian Faulhammer <opfer@gentoo.org> picky-0.4.5.ebuild: stable x86, bug #155521 diff --git a/rox-extra/picky/files/digest-picky-0.4.5-r1 b/rox-extra/picky/files/digest-picky-0.4.5-r1 new file mode 100644 index 000000000000..1d0b7abe27ab --- /dev/null +++ b/rox-extra/picky/files/digest-picky-0.4.5-r1 @@ -0,0 +1,3 @@ +MD5 9b87b85cbfd36b844a16fb096d36fa64 Picky-0.4.5.tar.bz2 21912 +RMD160 bdc9b9d2c1b611ea1d7341d92a1e97462073deff Picky-0.4.5.tar.bz2 21912 +SHA256 52944e7be864625a9f24f9db6d17442fdab683e891a5103ac326561cb625151e Picky-0.4.5.tar.bz2 21912 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} +} |