diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-11-12 23:46:51 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-11-12 23:46:51 +0000 |
commit | 89221d69cb720c0fa9ee5244fe39c443117fa84e (patch) | |
tree | 9c27951913ebc418f4472c673e40e833bd03af49 /x11-plugins/bfm | |
parent | Clean up profile.d file thanks to Joker. (Manifest recommit) (diff) | |
download | gentoo-2-89221d69cb720c0fa9ee5244fe39c443117fa84e.tar.gz gentoo-2-89221d69cb720c0fa9ee5244fe39c443117fa84e.tar.bz2 gentoo-2-89221d69cb720c0fa9ee5244fe39c443117fa84e.zip |
Initial import of x11-plugins/bfm, versino 0.6.4. Closes #68349
Diffstat (limited to 'x11-plugins/bfm')
-rw-r--r-- | x11-plugins/bfm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/bfm/Manifest | 3 | ||||
-rw-r--r-- | x11-plugins/bfm/bfm-0.6.4.ebuild | 37 | ||||
-rw-r--r-- | x11-plugins/bfm/files/bfm-0.6.4-Makefile.patch | 11 | ||||
-rw-r--r-- | x11-plugins/bfm/files/digest-bfm-0.6.4 | 1 | ||||
-rw-r--r-- | x11-plugins/bfm/metadata.xml | 5 |
6 files changed, 65 insertions, 0 deletions
diff --git a/x11-plugins/bfm/ChangeLog b/x11-plugins/bfm/ChangeLog new file mode 100644 index 000000000000..c552b1370b2e --- /dev/null +++ b/x11-plugins/bfm/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-plugins/bfm +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.1 2004/11/12 23:46:51 s4t4n Exp $ + +*bfm-0.6.4 (13 Nov 2004) + + 13 Nov 2004; Michele Noberasco <s4t4n@gentoo.org> bfm-0.6.4.ebuild: + Initial import. Closes #68349, submitted by Molchanov Alexander. diff --git a/x11-plugins/bfm/Manifest b/x11-plugins/bfm/Manifest new file mode 100644 index 000000000000..e1c68dc0d1f5 --- /dev/null +++ b/x11-plugins/bfm/Manifest @@ -0,0 +1,3 @@ +MD5 3740a8eb7ac0cf9c6528f57b4a2de799 bfm-0.6.4.ebuild 738 +MD5 982d3f2f02d699a46ef33cb67ebaa862 files/bfm-0.6.4-Makefile.patch 295 +MD5 03c246d1fb0b4f65ef0247f8a5c2c6c4 files/digest-bfm-0.6.4 61 diff --git a/x11-plugins/bfm/bfm-0.6.4.ebuild b/x11-plugins/bfm/bfm-0.6.4.ebuild new file mode 100644 index 000000000000..f403657111dc --- /dev/null +++ b/x11-plugins/bfm/bfm-0.6.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4.ebuild,v 1.1 2004/11/12 23:46:51 s4t4n Exp $ + +inherit eutils + +IUSE="" + +DESCRIPTION="Dock application that combines timecop's bubblemon and wmfishtime together." +HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html" +SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=x11-libs/gtk+-2.4.9-r1" + +src_unpack() +{ + unpack ${A} + cd ${S} + + # Patch to honour Gentoo CFLAGS + epatch ${FILESDIR}/${P}-Makefile.patch +} + +src_compile() +{ + emake GENTOO_CFLAGS="${CFLAGS}" || die "Compilation failed" +} + +src_install () +{ + dodoc ChangeLog README doc/Xdefaults.sample README.bubblemon + einstall PREFIX="${D}/usr" || die "Installation failed" +} diff --git a/x11-plugins/bfm/files/bfm-0.6.4-Makefile.patch b/x11-plugins/bfm/files/bfm-0.6.4-Makefile.patch new file mode 100644 index 000000000000..493b9a172ab2 --- /dev/null +++ b/x11-plugins/bfm/files/bfm-0.6.4-Makefile.patch @@ -0,0 +1,11 @@ +--- Makefile 2004-11-13 00:25:05.091914208 +0100 ++++ Makefile 2004-11-13 00:25:32.086810360 +0100 +@@ -35,7 +35,7 @@ + + # optimization cflags + #CFLAGS = -O3 -Wall ${EXTRA} +-CFLAGS = ${EXTRA} ++CFLAGS = ${GENTOO_CFLAGS} ${EXTRA} + + # profiling cflags + # CFLAGS = -ansi -Wall -pg -O3 ${EXTRA} -DPRO diff --git a/x11-plugins/bfm/files/digest-bfm-0.6.4 b/x11-plugins/bfm/files/digest-bfm-0.6.4 new file mode 100644 index 000000000000..5c27692b4636 --- /dev/null +++ b/x11-plugins/bfm/files/digest-bfm-0.6.4 @@ -0,0 +1 @@ +MD5 db6395852d7d08a2481139497cc6a957 bfm-0.6.4.tar.bz2 50634 diff --git a/x11-plugins/bfm/metadata.xml b/x11-plugins/bfm/metadata.xml new file mode 100644 index 000000000000..b1a9efc4f2f0 --- /dev/null +++ b/x11-plugins/bfm/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>desktop-dock</herd> +</pkgmetadata> |