diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-12-23 15:56:31 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-12-23 15:56:31 +0000 |
commit | 61b3ef5a4c9ab0c9dae88098be33483af6747a78 (patch) | |
tree | 0a88f7ccf7b1d8e2e64d7ebd3c27871f4d824130 /x11-misc/compton | |
parent | version bump (diff) | |
download | gentoo-2-61b3ef5a4c9ab0c9dae88098be33483af6747a78.tar.gz gentoo-2-61b3ef5a4c9ab0c9dae88098be33483af6747a78.tar.bz2 gentoo-2-61b3ef5a4c9ab0c9dae88098be33483af6747a78.zip |
update live ebuild
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-misc/compton')
-rw-r--r-- | x11-misc/compton/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/compton/compton-9999.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/x11-misc/compton/ChangeLog b/x11-misc/compton/ChangeLog index 29fa7900d5d6..7a1e965b9886 100644 --- a/x11-misc/compton/ChangeLog +++ b/x11-misc/compton/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/compton # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.9 2012/11/17 23:24:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/ChangeLog,v 1.10 2012/12/23 15:56:31 hasufell Exp $ + + 23 Dec 2012; Julian Ospald <hasufell@gentoo.org> compton-9999.ebuild: + update live ebuild *compton-0_pre20121114 (17 Nov 2012) diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild index 3c4c6a84949d..ebcd4c1a9276 100644 --- a/x11-misc/compton/compton-9999.ebuild +++ b/x11-misc/compton/compton-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-9999.ebuild,v 1.3 2012/11/17 23:24:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/compton/compton-9999.ebuild,v 1.4 2012/12/23 15:56:31 hasufell Exp $ EAPI=5 @@ -32,6 +32,7 @@ RDEPEND="${COMMON_DEPEND} x11-apps/xprop x11-apps/xwininfo" DEPEND="${COMMON_DEPEND} + app-text/asciidoc virtual/pkgconfig x11-libs/libdrm x11-proto/xproto" @@ -40,6 +41,11 @@ pkg_setup() { tc-export CC } +src_compile() { + emake docs + emake compton +} + src_install() { default dodoc compton.sample.conf |