diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2005-01-30 18:01:59 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2005-01-30 18:01:59 +0000 |
commit | 4a2dda946c93cfc7f570094ae58b37c4f9bc513f (patch) | |
tree | e8f2a27238d28ca2b7c5d654200ec0cefb2999f2 /x11-misc/peksystray | |
parent | changed ~amd64 keyword to -amd64. (diff) | |
download | gentoo-2-4a2dda946c93cfc7f570094ae58b37c4f9bc513f.tar.gz gentoo-2-4a2dda946c93cfc7f570094ae58b37c4f9bc513f.tar.bz2 gentoo-2-4a2dda946c93cfc7f570094ae58b37c4f9bc513f.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-misc/peksystray')
-rw-r--r-- | x11-misc/peksystray/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/peksystray/peksystray-0.2.1.ebuild | 11 | ||||
-rw-r--r-- | x11-misc/peksystray/peksystray-0.2.ebuild | 9 |
3 files changed, 22 insertions, 7 deletions
diff --git a/x11-misc/peksystray/ChangeLog b/x11-misc/peksystray/ChangeLog index 394f11b0a48e..09958e776195 100644 --- a/x11-misc/peksystray/ChangeLog +++ b/x11-misc/peksystray/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/peksystray -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/ChangeLog,v 1.6 2004/12/28 22:06:57 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/ChangeLog,v 1.7 2005/01/30 18:01:59 taviso Exp $ + + 30 Jan 2005; Tavis Ormandy <taviso@gentoo.org> peksystray-0.2.1.ebuild, + peksystray-0.2.ebuild: + configure.in doesnt check AC_PATH_X if set $x_libraries + explicitly set with --x-libraries. #79528 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/x11-misc/peksystray/peksystray-0.2.1.ebuild b/x11-misc/peksystray/peksystray-0.2.1.ebuild index 91e8ac26934f..4c978ff42f92 100644 --- a/x11-misc/peksystray/peksystray-0.2.1.ebuild +++ b/x11-misc/peksystray/peksystray-0.2.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.1.ebuild,v 1.1 2004/11/23 12:40:50 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.1.ebuild,v 1.2 2005/01/30 18:01:59 taviso Exp $ inherit eutils DESCRIPTION="A system tray dockapp for window managers supporting docking" -HOMEPAGE="http://sourceforge.net/projects/peksystray/" +HOMEPAGE="http://freshmeat.net/projects/peksystray" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" @@ -14,6 +14,11 @@ KEYWORDS="~x86 ~alpha" DEPEND="virtual/x11" IUSE="" +src_compile() { + econf --x-libraries=/usr/X11R6/lib || die + emake || die +} + src_install() { dobin src/peksystray diff --git a/x11-misc/peksystray/peksystray-0.2.ebuild b/x11-misc/peksystray/peksystray-0.2.ebuild index 38fbe520fa9b..99d30f56e5f1 100644 --- a/x11-misc/peksystray/peksystray-0.2.ebuild +++ b/x11-misc/peksystray/peksystray-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.ebuild,v 1.5 2004/06/24 22:30:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.ebuild,v 1.6 2005/01/30 18:01:59 taviso Exp $ inherit eutils @@ -22,6 +22,11 @@ src_unpack() { cd ${S}; epatch ${FILESDIR}/${PN}-gcc3-mlsl.diff } +src_compile() { + econf --x-libraries=/usr/X11R6/lib || die + emake || die +} + src_install() { dodoc AUTHORS COPYING NEWS README THANKS TODO dobin src/peksystray |