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/gkrellmms | |
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/gkrellmms')
-rw-r--r-- | x11-plugins/gkrellmms/ChangeLog | 32 | ||||
-rw-r--r-- | x11-plugins/gkrellmms/files/digest-gkrellmms-0.5.6 | 1 | ||||
-rw-r--r-- | x11-plugins/gkrellmms/files/gkrellmms-patch-0.5.5 | 26 | ||||
-rw-r--r-- | x11-plugins/gkrellmms/gkrellmms-0.5.6.ebuild | 28 |
4 files changed, 87 insertions, 0 deletions
diff --git a/x11-plugins/gkrellmms/ChangeLog b/x11-plugins/gkrellmms/ChangeLog new file mode 100644 index 000000000000..e1f2841514ca --- /dev/null +++ b/x11-plugins/gkrellmms/ChangeLog @@ -0,0 +1,32 @@ +# ChangeLog for x11-plugins/gkrellmms +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $ + +*gkrellmms-0.5.6 (27 May 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 27 May 2002; Seemant Kulleen <seemant@gentoo.org> + + The patch was applied and upstream upped the version number. + +*gkrellmms-0.5.5-r1 (12 Mar 2002) + + 12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> + + Gkrellm 1.2.9 changed some things, which caused gkrellmms to not compile + against it. The author has issued a patch for it. The patch is in files/ + and this revision of the ebuild applied that patch before compilation. + + +*gkrellmms-0.5.5 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/gkrellmms/files/digest-gkrellmms-0.5.6 b/x11-plugins/gkrellmms/files/digest-gkrellmms-0.5.6 new file mode 100644 index 000000000000..147bce100daf --- /dev/null +++ b/x11-plugins/gkrellmms/files/digest-gkrellmms-0.5.6 @@ -0,0 +1 @@ +MD5 8fd81a1e35b3d1a899310672b1dc1d1c gkrellmms-0.5.6.tar.gz 27249 diff --git a/x11-plugins/gkrellmms/files/gkrellmms-patch-0.5.5 b/x11-plugins/gkrellmms/files/gkrellmms-patch-0.5.5 new file mode 100644 index 000000000000..092983b3fdf8 --- /dev/null +++ b/x11-plugins/gkrellmms/files/gkrellmms-patch-0.5.5 @@ -0,0 +1,26 @@ +--- gkrellmms.c.orig Tue Feb 19 07:32:16 2002 ++++ gkrellmms.c Tue Feb 19 07:56:24 2002 +@@ -687,7 +687,22 @@ + if (bg_scroll_image) + gkrellm_set_image_border("gkrellmms_bg_scroll", + bg_scroll_image, scroll_style); +-#if ((VERSION_MAJOR>1)||(VERSION_MAJOR==1 && VERSION_MINOR==0 && VERSION_REV>2)||(VERSION_MAJOR==1 && VERSION_MINOR>0)) ++#if ( (VERSION_MAJOR>1) \ ++ || (VERSION_MAJOR==1 && VERSION_MINOR==2 && VERSION_REV>8) \ ++ || (VERSION_MAJOR==1 && VERSION_MINOR>2)) ++ { ++ Margin margin; ++ ++ margin = *gkrellm_get_style_margins(scroll_style); ++ if (gkrellm_get_gkrellmrc_integer("gkrellmms_scroll_margin", &margin.left)) ++ margin.right = margin.left; ++ gkrellm_get_gkrellmrc_integer("gkrellmms_scroll_top_margin", &margin.top); ++ gkrellm_get_gkrellmrc_integer("gkrellmms_scroll_bottom_margin", ++ &margin.bottom); ++ gkrellm_set_style_margins(scroll_style, &margin); ++ } ++#elif ( (VERSION_MAJOR==1 && VERSION_MINOR==0 && VERSION_REV>2) ++ ||(VERSION_MAJOR==1 && VERSION_MINOR>0)) + gkrellm_get_gkrellmrc_integer("gkrellmms_scroll_margin", + &scroll_style->margin); + gkrellm_get_gkrellmrc_integer("gkrellmms_scroll_top_margin", diff --git a/x11-plugins/gkrellmms/gkrellmms-0.5.6.ebuild b/x11-plugins/gkrellmms/gkrellmms-0.5.6.ebuild new file mode 100644 index 000000000000..6cff97a02c14 --- /dev/null +++ b/x11-plugins/gkrellmms/gkrellmms-0.5.6.ebuild @@ -0,0 +1,28 @@ +# 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/gkrellmms/gkrellmms-0.5.6.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="A sweet plugin to controll xmms from gkrellm" +SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" +HOMEPAGE="http://gkrellm.luon.net/gkrellm/Plugins.html" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc sparc64" + +DEPEND=">=app-admin/gkrellm-1.2.9 + >=media-sound/xmms-1.2.4" + + +src_compile() { + + emake || die + +} + +src_install () { + + exeinto /usr/lib/gkrellm/plugins + doexe gkrellmms.so + dodoc README Changelog FAQ Themes +} |