diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 01:49:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 01:49:27 +0000 |
commit | f2e174785b68976ed0c6fcbcadf06854456df7a5 (patch) | |
tree | 219a53aefef7f6ed0512986779de0b473e46757a /x11-plugins/gkrellshoot | |
parent | removed gkrellkam (diff) | |
download | gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.tar.gz gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.tar.bz2 gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.zip |
moved to x11-plugins
Diffstat (limited to 'x11-plugins/gkrellshoot')
-rw-r--r-- | x11-plugins/gkrellshoot/ChangeLog | 11 | ||||
-rw-r--r-- | x11-plugins/gkrellshoot/files/digest-gkrellshoot-0.3.11 | 1 | ||||
-rw-r--r-- | x11-plugins/gkrellshoot/gkrellshoot-0.3.11.ebuild | 29 |
3 files changed, 41 insertions, 0 deletions
diff --git a/x11-plugins/gkrellshoot/ChangeLog b/x11-plugins/gkrellshoot/ChangeLog new file mode 100644 index 000000000000..c2a6919945f1 --- /dev/null +++ b/x11-plugins/gkrellshoot/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-plugins/gkrellshoot +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $ + +*gkrellshoot-0.3.11 (10 Jun 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 10 Jun 2002; Ben Lutgens <lamer@gentoo.org> initial commit to portage. Commit includes x11-misc/gkrellshoot, gkrellshoot-0.3.11.ebuild, ChangeLog, files, and the digest for this version. It's a neat little plugin for gkrellm with two buttons. One for locking the screen and another to snap screenshots via "import" command which is included with imagemagick. Hence the RDEPEND diff --git a/x11-plugins/gkrellshoot/files/digest-gkrellshoot-0.3.11 b/x11-plugins/gkrellshoot/files/digest-gkrellshoot-0.3.11 new file mode 100644 index 000000000000..2f1b3a2799c3 --- /dev/null +++ b/x11-plugins/gkrellshoot/files/digest-gkrellshoot-0.3.11 @@ -0,0 +1 @@ +MD5 ac9ddc7cbccc06e393def3dbe4ab3bc2 gkrellshoot-0.3.11.tar.gz 14715 diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.3.11.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.3.11.ebuild new file mode 100644 index 000000000000..f823029c8393 --- /dev/null +++ b/x11-plugins/gkrellshoot/gkrellshoot-0.3.11.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.3.11.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $ + +S=${WORKDIR}/gkrellShoot-0.3.11 +DESCRIPTION="A GKrellM plugin with two buttons, one to lock another to snap +screenshots." +SRC_URI="mirror://sourceforge/gkrellshoot/${P}.tar.gz" +HOMEPAGE="http://gkrellshoot.sf.net" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc sparc64" + +DEPEND=">=app-admin/gkrellm-1.2.9 + =x11-libs/gtk+-1.2* + >=media-libs/imlib-1.9.10-r1" + +# It uses "import" which comes with imagemagick to snap the screenshots +RDEPEND="media-gfx/imagemagick" + +src_compile() { + emake || die +} + +src_install () { + insinto /usr/lib/gkrellm/plugins + doins gkrellshoot.so + dodoc ChangeLog README +} |