diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-17 04:12:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-17 04:12:58 +0000 |
commit | 8810e4fc0a260b4f4ec50c27a3d497910e12657b (patch) | |
tree | cbe78e0f8cb4ea8afc5c07924a07f9a1f223cc6b /x11-misc/3ddesktop | |
parent | Stable for HPPA (bug #403995). (diff) | |
download | gentoo-2-8810e4fc0a260b4f4ec50c27a3d497910e12657b.tar.gz gentoo-2-8810e4fc0a260b4f4ec50c27a3d497910e12657b.tar.bz2 gentoo-2-8810e4fc0a260b4f4ec50c27a3d497910e12657b.zip |
Old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/3ddesktop')
-rw-r--r-- | x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild | 59 | ||||
-rw-r--r-- | x11-misc/3ddesktop/ChangeLog | 5 |
2 files changed, 4 insertions, 60 deletions
diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild deleted file mode 100644 index bb0ec46194f0..000000000000 --- a/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild,v 1.11 2010/09/16 17:34:48 scarabeus Exp $ - -inherit autotools eutils - -DESCRIPTION="OpenGL virtual desktop switching" -HOMEPAGE="http://desk3d.sourceforge.net/" -SRC_URI="mirror://sourceforge/desk3d/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXext - x11-libs/libXi - x11-libs/libXxf86vm - media-libs/imlib2 - media-libs/freeglut - media-libs/freetype" -DEPEND="${RDEPEND} - x11-proto/xf86vidmodeproto - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-gcc4.patch" - epatch "${FILESDIR}/${P}-asneeded.patch" - epatch "${FILESDIR}/${P}-missing-include.patch" - - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README AUTHORS TODO ChangeLog README.windowmanagers -} - -pkg_postinst() { - einfo - einfo "This ebuild installed a configuration file called /etc/3ddesktop.conf" - einfo "The default configuration makes a screenshot of the virtual desktops" - einfo "every X seconds. This is non-optimal behavior." - einfo - einfo "To enable a more intelligent way of updating the virtual desktops," - einfo "execute the following:" - einfo - einfo " echo \"AutoAcquire 0\" >> /etc/3ddesktop.conf" - einfo - einfo "This will cause 3ddesktop to update the virtual desktop snapshots" - einfo "only when a 3d desktop switch is required." - einfo -} diff --git a/x11-misc/3ddesktop/ChangeLog b/x11-misc/3ddesktop/ChangeLog index 50c2fbd7db54..47600cf94fff 100644 --- a/x11-misc/3ddesktop/ChangeLog +++ b/x11-misc/3ddesktop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/3ddesktop # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/ChangeLog,v 1.44 2012/02/16 18:24:45 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/ChangeLog,v 1.45 2012/02/17 04:12:58 jer Exp $ + + 17 Feb 2012; Jeroen Roovers <jer@gentoo.org> -3ddesktop-0.2.9.ebuild: + Old. 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> 3ddesktop-0.2.9-r1.ebuild: |