summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-12 16:08:22 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-12 16:08:22 +0000
commit431013747ba43df1208350fa0873a11309c27582 (patch)
tree283c1fd87e3e8b58a9128d1012e36d17211bcbdb /x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild
parentStable on sparc (diff)
downloadhistorical-431013747ba43df1208350fa0873a11309c27582.tar.gz
historical-431013747ba43df1208350fa0873a11309c27582.tar.bz2
historical-431013747ba43df1208350fa0873a11309c27582.zip
Updated to use new gkrellm-plugin eclass
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild')
-rw-r--r--x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild21
1 files changed, 5 insertions, 16 deletions
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild
index b0f69d0d3923..caa7e35a422f 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild,v 1.19 2005/09/17 10:08:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.1.ebuild,v 1.20 2007/03/12 16:08:22 lack Exp $
+
+inherit gkrellm-plugin
S=${WORKDIR}/${P/s/S}
DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen"
@@ -12,18 +14,5 @@ SLOT="2"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
-DEPEND="=x11-libs/gtk+-2*
- >=app-admin/gkrellm-2"
-RDEPEND="${DEPEND}
- media-gfx/imagemagick"
-
-src_compile() {
- export CFLAGS="${CFLAGS/-O?/}"
- emake || die "emake failed"
-}
+RDEPEND="media-gfx/imagemagick"
-src_install () {
- insinto /usr/lib/gkrellm2/plugins
- doins gkrellshoot.so
- dodoc README ChangeLog
-}