diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-11-16 12:03:35 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-11-16 12:03:35 +0000 |
commit | c0fd36044074643250d9dde27950fda5d049d87c (patch) | |
tree | 1297ee14af452bdaa426aa720a493135326e6d0d /x11-plugins/wmclockmon | |
parent | Renamed to a better version concept, as upstream has no idea of naming patch-... (diff) | |
download | gentoo-2-c0fd36044074643250d9dde27950fda5d049d87c.tar.gz gentoo-2-c0fd36044074643250d9dde27950fda5d049d87c.tar.bz2 gentoo-2-c0fd36044074643250d9dde27950fda5d049d87c.zip |
Revision bump, fixing modular X dependancies again and adding support got gtk USE flag, making it possible to have wmclockmon installed without bringing in gtk+-1 libraries, at the cost of wmclockmon configurator program.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'x11-plugins/wmclockmon')
-rw-r--r-- | x11-plugins/wmclockmon/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0 | 2 | ||||
-rw-r--r-- | x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0-r1 | 3 | ||||
-rw-r--r-- | x11-plugins/wmclockmon/wmclockmon-0.8.0-r1.ebuild | 52 |
4 files changed, 66 insertions, 1 deletions
diff --git a/x11-plugins/wmclockmon/ChangeLog b/x11-plugins/wmclockmon/ChangeLog index 49d868a08237..2e524b78886a 100644 --- a/x11-plugins/wmclockmon/ChangeLog +++ b/x11-plugins/wmclockmon/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-plugins/wmclockmon # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.18 2006/01/24 22:43:20 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.19 2006/11/16 12:03:35 s4t4n Exp $ + +*wmclockmon-0.8.0-r1 (16 Nov 2006) + + 16 Nov 2006; Michele Noberasco <s4t4n@gentoo.org> wmclockmon-0.8.0-r1.ebuild: + Revision bump, fixing modular X dependancies again. Also, added support for + 'gtk' USE flag making compilation of configururator program optional. + This way it is possible to have wmclockmon without bringing in obsolete gtk+-1 + libraries... 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -wmclockmon-0.7.2.ebuild, wmclockmon-0.8.0.ebuild: diff --git a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0 b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0 index 35b8f141e89e..ce08f6fd6272 100644 --- a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0 +++ b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0 @@ -1 +1,3 @@ MD5 fb6d9c18d2598a5a0a9e56ae058c0f50 wmclockmon-0.8.0.tar.gz 141082 +RMD160 54ee03502be40bf9ef98f0639411269b4abaa464 wmclockmon-0.8.0.tar.gz 141082 +SHA256 8c72294a9dfebe9398d89597e47b9f39b6e5e2636c7b5b0fea6da455ed2719d6 wmclockmon-0.8.0.tar.gz 141082 diff --git a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0-r1 b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0-r1 new file mode 100644 index 000000000000..ce08f6fd6272 --- /dev/null +++ b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.8.0-r1 @@ -0,0 +1,3 @@ +MD5 fb6d9c18d2598a5a0a9e56ae058c0f50 wmclockmon-0.8.0.tar.gz 141082 +RMD160 54ee03502be40bf9ef98f0639411269b4abaa464 wmclockmon-0.8.0.tar.gz 141082 +SHA256 8c72294a9dfebe9398d89597e47b9f39b6e5e2636c7b5b0fea6da455ed2719d6 wmclockmon-0.8.0.tar.gz 141082 diff --git a/x11-plugins/wmclockmon/wmclockmon-0.8.0-r1.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.8.0-r1.ebuild new file mode 100644 index 000000000000..f69559a07faa --- /dev/null +++ b/x11-plugins/wmclockmon/wmclockmon-0.8.0-r1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.0-r1.ebuild,v 1.1 2006/11/16 12:03:35 s4t4n Exp $ + +WANT_AUTOMAKE="latest" +WANT_AUTOCONF="latest" + +inherit autotools + +IUSE="gtk" + +DESCRIPTION="digital clock dockapp with seven different styles with a LCD or LED display. Also has a Internet Time feature." +SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" +HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" + +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~ppc64" +LICENSE="GPL-2" + +RDEPEND="gtk? ( =x11-libs/gtk+-1.2* ) + || ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm + x11-libs/libXdmcp + x11-libs/libXau ) + virtual/x11 )" + +DEPEND="${RDEPEND} + !gtk? ( >=sys-apps/sed-4.1.4-r1 ) + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" + + +src_compile() +{ + if ! use gtk; then + econf || die "Configuration failed" + sed -i 's/doc wmclockmon-config wmclockmon-cal styles/doc styles/' Makefile.am + fi + + econf || die "Configuration failed" + emake || die "Compilation failed" +} + +src_install () +{ + einstall || die "make install failed" + dodoc AUTHORS BUGS ChangeLog THANKS TODO doc/sample.wmclockmonrc +} |