diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-07-16 16:49:42 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-07-16 16:49:42 +0000 |
commit | e5b5421f9555c17dd49e1231383c4375727df6c0 (patch) | |
tree | ccae1d13104c5dbe78ca03e37aea3b1c022f7ae9 /x11-libs/startup-notification/startup-notification-0.9.ebuild | |
parent | alpha/ia64/x86 stable wrt security #183520 (diff) | |
download | gentoo-2-e5b5421f9555c17dd49e1231383c4375727df6c0.tar.gz gentoo-2-e5b5421f9555c17dd49e1231383c4375727df6c0.tar.bz2 gentoo-2-e5b5421f9555c17dd49e1231383c4375727df6c0.zip |
Version bump for bug 185544.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-libs/startup-notification/startup-notification-0.9.ebuild')
-rw-r--r-- | x11-libs/startup-notification/startup-notification-0.9.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-libs/startup-notification/startup-notification-0.9.ebuild b/x11-libs/startup-notification/startup-notification-0.9.ebuild new file mode 100644 index 000000000000..064282ff4150 --- /dev/null +++ b/x11-libs/startup-notification/startup-notification-0.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/startup-notification/startup-notification-0.9.ebuild,v 1.1 2007/07/16 16:49:42 drac Exp $ + +inherit gnome.org + +DESCRIPTION="Application startup notification and feedback library" +HOMEPAGE="http://www.freedesktop.org/software/startup-notification" + +LICENSE="LGPL-2 BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libSM + x11-libs/libICE" +DEPEND="${RDEPEND} + x11-proto/xproto + x11-libs/libXt" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog NEWS README doc/startup-notification.txt +} |