LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 729|回复: 0

还是那个bmpanel,更新下9999

[复制链接]
发表于 2008-5-22 20:50:46 | 显示全部楼层 |阅读模式
这个最近更新到
  1. xfrank@Kenshinxf ~ $ bmpanel --version
  2. bmpanel version 0.9.17
复制代码
于是发个git版本,省得每次都得改,大家感兴趣的可以试试
  1. # Copyright 1999-2007 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/x11-misc/bmpanel/bmpanel-9999.ebuild,v 1.10 2008/05/21 20:43:41 uberlord Exp $
  4. inherit git
  5. EGIT_REPO_URI="git://jiss.convex.ru/bmpanel.git"
  6. DESCRIPTION="A themeable reincarnation of fspanel"
  7. HOMEPAGE="http://nsf.110mb.com/bmpanel/"
  8. SRC_URI=""
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
  12. IUSE=""
  13. RESTRICT="strip mirror"
  14. RDEPEND="dev-libs/libev
  15.         media-libs/imlib2
  16.         >=media-libs/freetype-2.1.10-r3"
  17. DEPEND="${RDEPEND}
  18.         dev-util/pkgconfig
  19.         dev-util/scons
  20.         x11-proto/xproto"
  21. src_unpack() {
  22.         git_src_unpack
  23. }
  24. src_compile() {
  25.         scons || die "scons failed"
  26. }
  27. src_install () {
  28.         dodir /usr/bin
  29.         scons prefix="${D}/usr" install || die "scons install died"
  30. }
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表