summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2007-06-04 04:49:32 +0000
committerDavid Shakaryan <omp@gentoo.org>2007-06-04 04:49:32 +0000
commit820bdba15eef66ae9f31436ee39ff1b88f68f5b7 (patch)
treeff0486562f0ceaa202d1f972a9f3d24908f6c6a8 /x11-misc/fbpanel
parentRemove old, broken version. (diff)
downloadgentoo-2-820bdba15eef66ae9f31436ee39ff1b88f68f5b7.tar.gz
gentoo-2-820bdba15eef66ae9f31436ee39ff1b88f68f5b7.tar.bz2
gentoo-2-820bdba15eef66ae9f31436ee39ff1b88f68f5b7.zip
Version bump; thanks to affinity and Ali Polatel. (bug #175878).
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-misc/fbpanel')
-rw-r--r--x11-misc/fbpanel/ChangeLog7
-rw-r--r--x11-misc/fbpanel/fbpanel-4.9.ebuild39
-rw-r--r--x11-misc/fbpanel/files/digest-fbpanel-4.93
3 files changed, 48 insertions, 1 deletions
diff --git a/x11-misc/fbpanel/ChangeLog b/x11-misc/fbpanel/ChangeLog
index bf8d25cf188b..4e9bb84c0966 100644
--- a/x11-misc/fbpanel/ChangeLog
+++ b/x11-misc/fbpanel/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/fbpanel
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.29 2007/03/19 01:29:55 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.30 2007/06/04 04:49:32 omp Exp $
+
+*fbpanel-4.9 (04 Jun 2007)
+
+ 04 Jun 2007; David Shakaryan <omp@gentoo.org> +fbpanel-4.9.ebuild:
+ Version bump; thanks to affinity and Ali Polatel. (bug #175878).
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove ka0ttic from metadata.xml due to retirement.
diff --git a/x11-misc/fbpanel/fbpanel-4.9.ebuild b/x11-misc/fbpanel/fbpanel-4.9.ebuild
new file mode 100644
index 000000000000..37a1a85b1f8a
--- /dev/null
+++ b/x11-misc/fbpanel/fbpanel-4.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-4.9.ebuild,v 1.1 2007/06/04 04:49:32 omp Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="fbpanel is a light-weight X11 desktop panel"
+HOMEPAGE="http://fbpanel.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ # Will be fixed in 4.10.
+ sed -i \
+ -e '41s/$(LIBS) $(OBJ) $(EXTRAOBJ)/$(OBJ) $(EXTRAOBJ) $(LIBS)/' \
+ Makefile || die "sed failed"
+}
+
+src_compile() {
+ # econf does not work.
+ ./configure --prefix=/usr || die "configure failed"
+ emake CHATTY=1 CC=$(tc-getCC) || die "emake failed"
+}
+
+src_install () {
+ emake PREFIX="${D}/usr" install || die "emake install failed"
+ dodoc CHANGELOG CREDITS README
+}
diff --git a/x11-misc/fbpanel/files/digest-fbpanel-4.9 b/x11-misc/fbpanel/files/digest-fbpanel-4.9
new file mode 100644
index 000000000000..800a9b6d463a
--- /dev/null
+++ b/x11-misc/fbpanel/files/digest-fbpanel-4.9
@@ -0,0 +1,3 @@
+MD5 67a2a442a038ba80094c8cc06784dd08 fbpanel-4.9.tgz 169637
+RMD160 4e4e58ad549e9d3e6a8a95df16f8b5e4a4dd1581 fbpanel-4.9.tgz 169637
+SHA256 6d7f445885644988820119f51fb0728fbd2b8df0c26ca8d010c267b535d129de fbpanel-4.9.tgz 169637