]> Pileus Git - ~andy/sunrise/commitdiff
x11-misc/stalonetray: New Ebuild for stalonetray. Bug #151432
authorPietro Franchi (tinaught) <tinaught@gmail.com>
Fri, 8 Jun 2007 10:53:55 +0000 (10:53 +0000)
committerPietro Franchi (tinaught) <tinaught@gmail.com>
Fri, 8 Jun 2007 10:53:55 +0000 (10:53 +0000)
svn path=/sunrise/; revision=3846

x11-misc/stalonetray/ChangeLog [new file with mode: 0644]
x11-misc/stalonetray/Manifest [new file with mode: 0644]
x11-misc/stalonetray/metadata.xml [new file with mode: 0644]
x11-misc/stalonetray/stalonetray-0.6.5.ebuild [new file with mode: 0644]

diff --git a/x11-misc/stalonetray/ChangeLog b/x11-misc/stalonetray/ChangeLog
new file mode 100644 (file)
index 0000000..3f89411
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for x11-misc/stalonetray
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  08 Jun 2007; Pietro Franchi (tinaught) <tinaught@gmail.com>
+  +stalonetray-0.6.5.ebuild, +metadata.xml:
+  New Ebuild for stalonetray. Bug #151432
+
diff --git a/x11-misc/stalonetray/Manifest b/x11-misc/stalonetray/Manifest
new file mode 100644 (file)
index 0000000..8e814bc
--- /dev/null
@@ -0,0 +1,4 @@
+DIST stalonetray-0.6.5.tar.bz2 113389 RMD160 d8a41d380c1c1a7c29fd2d52d5c3cb7446784c1d SHA1 ba8615ede0e5038e059f3a41299a84181f1725a3 SHA256 ef6df0627c3cf9d4bdedc189dfca99dc2b1b68a4d878a1359eb94a30d60d5bf1
+EBUILD stalonetray-0.6.5.ebuild 706 RMD160 b302f520fc35062ae04ba518b65566c95c830c9d SHA1 5a6bccb504ec327e0c048a317ff261d8b758010a SHA256 8d3f7d9f6bf71acdff7f8bcf2ebbfc6da04524fd392c2a41d01f27024206320f
+MISC ChangeLog 270 RMD160 df6f139118a1c9b778c0acff55f0f4210cd5cdaa SHA1 5f4033799d9023689ec77bf32c4679d1e4047725 SHA256 a741fa1ad76b4a60bf08063b4f5a3db2cf7f6f5b990a19434a3d33d6e03135ef
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-misc/stalonetray/metadata.xml b/x11-misc/stalonetray/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/x11-misc/stalonetray/stalonetray-0.6.5.ebuild b/x11-misc/stalonetray/stalonetray-0.6.5.ebuild
new file mode 100644 (file)
index 0000000..7af0944
--- /dev/null
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="System tray utility including support for KDE system tray icons."
+HOMEPAGE="http://stalonetray.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="kde"
+
+DEPEND="x11-libs/libX11
+       x11-libs/libICE
+       x11-libs/libXpm"
+
+RDEPEND="${DEPEND}"
+
+src_compile() {
+       econf $(use_enable kde native-kde) || die "econf failed"
+       emake || die "emake failed"
+}
+
+src_install() {
+       emake DESTDIR="${D}" install || die "emake install failed"
+       dodoc AUTHORS ChangeLog README stalonetrayrc.sample TODO
+       dohtml stalonetray.html
+}