trayion added
This commit is contained in:
parent
0579b56dcd
commit
a505116bb2
|
@ -0,0 +1,10 @@
|
||||||
|
# ChangeLog for x11-misc/trayion
|
||||||
|
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
*trayion-0.1.2 (24 Jan 2010)
|
||||||
|
|
||||||
|
24 Jan 2010; Rafael Goncalves Martins <rafael@rafaelmartins.eng.br>
|
||||||
|
+trayion-0.1.2.ebuild:
|
||||||
|
Initial import.
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
|
Hash: SHA1
|
||||||
|
|
||||||
|
DIST trayion-0.1.2.tar.gz 15681 RMD160 6bd1e266ef57c11cfa960025216a5983255dd3ff SHA1 a8501fd1451991d90adc532ec3f895b0377fb764 SHA256 c278750fca6947d8c82a664cfc5d9f510a727a9c79532bddfd5e199fd1a9827d
|
||||||
|
EBUILD trayion-0.1.2.ebuild 619 RMD160 4a08b6356df22177e4bd1087eee180f9ce7c5bd0 SHA1 9574b7ce052c45a46803151d044637e2d7a8a284 SHA256 5d9397a4363e5d6b3746b0536a34e9f97f5fac0b202d95211fdd8c912da49bbd
|
||||||
|
MISC ChangeLog 261 RMD160 2fa67db4236034db8b2d47e295bf9194f3aa707d SHA1 aefff8772f899b0a1e541fa1c4935d0b34a0e52f SHA256 cb2acaa8345fa215de5f24fce2dce111f2784e8a658b9e4c23cd009090930a47
|
||||||
|
MISC metadata.xml 730 RMD160 094a56fc63bee83814460203113460e3e2b99425 SHA1 c010ff6e4ac1d89c8b65a1fdcf1f92a004749566 SHA256 df354ffde394ab1df0b450d5bec0e2da2aff5158c806bbc29365ba14e48b33d9
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
|
iQEcBAEBAgAGBQJLXK+TAAoJEMmH5mwCk1Nva9UH/iomNSCAJmQsVzEhQagr1WZ0
|
||||||
|
r3vCIrBww/tERjyF9WY8QM9eGl3UfhxhQ3hLiPv5fYytqXj1EtfGJVSdxVDVKMCK
|
||||||
|
tZxd6IJHx4f1BdmZaD54RkZdsm3izohMM0tYNUGSjr+EoGUlJBB+9lNumek0blSr
|
||||||
|
WgfnukrRpd04mZewkKM4b+UGpgliX5YHKW00V33ma7+2AeEEgM5xr6qQAvBKH8ti
|
||||||
|
UoaFPUMXS/k0m4wq8jRLeM2BnuiE1kyOXA34Evksi4akr26VzistqaY2zIlXqKYo
|
||||||
|
jC6884tzgNgkaKmaAvP/k5udrao57nErRSK8FO5zQoMnBYyP89ZkbBSldG+wLMU=
|
||||||
|
=eEjy
|
||||||
|
-----END PGP SIGNATURE-----
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<herd>no-herd</herd>
|
||||||
|
<maintainer>
|
||||||
|
<email>rafael@rafaelmartins.eng.br</email>
|
||||||
|
<name>Rafael Goncalves Martins</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription lang="en">
|
||||||
|
Trayion is an external systray application suitable for using with Ion3.
|
||||||
|
|
||||||
|
It behaves like a Window Maker dockapp, so it can be redirected into the
|
||||||
|
Ion3 statusbar. It implements FreeDesktop (XEmbed) trayicon protocol, so
|
||||||
|
it can show trayicons from Qt4 and gtk2 applications.
|
||||||
|
|
||||||
|
Trayion was based in wmsystray 0.1.1, by Matthew Reppert, but was
|
||||||
|
modified to be better suited to the Ion3 statusbar.
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
||||||
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
# Copyright 1999-2010 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI="2"
|
||||||
|
|
||||||
|
inherit eutils
|
||||||
|
|
||||||
|
DESCRIPTION="FreeDesktop trayicon area for Ion3"
|
||||||
|
HOMEPAGE="http://code.google.com/p/trayion/"
|
||||||
|
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="x11-libs/libX11"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
emake -j1 || die 'emake failed.'
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install(){
|
||||||
|
emake \
|
||||||
|
prefix="${D}/usr" \
|
||||||
|
INSTALL="/usr/bin/install" \
|
||||||
|
X11_PREFIX=/usr \
|
||||||
|
install || die 'failed emake install.'
|
||||||
|
dodoc AUTHORS README || die 'failed dodoc.'
|
||||||
|
}
|
Loading…
Reference in New Issue