aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/cairo-dock/cairo-dock-2.2.0.4.ebuild')
-rw-r--r--x11-misc/cairo-dock/cairo-dock-2.2.0.4.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/x11-misc/cairo-dock/cairo-dock-2.2.0.4.ebuild b/x11-misc/cairo-dock/cairo-dock-2.2.0.4.ebuild
deleted file mode 100644
index e1d99c2..0000000
--- a/x11-misc/cairo-dock/cairo-dock-2.2.0.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit eutils cmake-utils versionator
-
-MY_PV=$(replace_version_separator 3 -)
-DESCRIPTION="Cairo-dock is a fast, responsive, Mac OS X-like dock."
-HOMEPAGE="http://www.cairo-dock.org"
-SRC_URI="http://launchpad.net/${PN}-core/$(get_version_component_range 1-2)/$(get_version_component_range 1-3)/+download/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="xcomposite"
-
-RDEPEND="dev-libs/dbus-glib
- dev-libs/glib:2
- dev-libs/libxml2
- gnome-base/librsvg
- sys-apps/dbus
- x11-libs/cairo
- x11-libs/gtk+:2
- x11-libs/gtkglext
- x11-libs/libXrender
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXinerama
- x11-libs/libXtst
- )
-"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig
- sys-devel/gettext"
-
-pkg_postinst() {
- elog "Cairo-Dock is an app that draws on a RGBA GLX visual."
- elog "Some users have noticed that if the dock is launched,"
- elog "severals qt4-based applications could crash, like skype or vlc."
- elog "If you have this problem, add the following line into your bashrc :"
- echo
- elog "alias vlc='export XLIB_SKIP_ARGB_VISUALS=1; vlc; unset XLIB_SKIP_ARGB_VISUALS'"
- elog "see http://www.qtforum.org/article/26669/qt4-mess-up-the-opengl-context.html for more details."
-}