summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-09-02 15:26:44 +0200
committerRomain Perier <mrpouet@gentoo.org>2009-09-02 15:26:44 +0200
commite709876da3133773776acd4548cb3f1fdc6cfe06 (patch)
treeff9a6adb10c69756630454544f7980c5cfe84b6a
parentx11-misc/cairo-dock: add pkg_postinst() function to notify about a problem wi... (diff)
downloadmrpouet-e709876da3133773776acd4548cb3f1fdc6cfe06.tar.gz
mrpouet-e709876da3133773776acd4548cb3f1fdc6cfe06.tar.bz2
mrpouet-e709876da3133773776acd4548cb3f1fdc6cfe06.zip
x11-misc/cairo-dock* : Moved into desktop-effects overlay
-rw-r--r--x11-misc/cairo-dock-plugins/Manifest3
-rw-r--r--x11-misc/cairo-dock-plugins/cairo-dock-plugins-2.0.8.ebuild73
-rw-r--r--x11-misc/cairo-dock/Manifest2
-rw-r--r--x11-misc/cairo-dock/cairo-dock-2.0.8.ebuild59
4 files changed, 0 insertions, 137 deletions
diff --git a/x11-misc/cairo-dock-plugins/Manifest b/x11-misc/cairo-dock-plugins/Manifest
deleted file mode 100644
index e361035..0000000
--- a/x11-misc/cairo-dock-plugins/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST cairo-dock-plugins-2.0.8-clean-up-cflags.patch.lzma 3916 RMD160 4bcc63fe69e41d9cbbc07cc0d36f5cbffb3e3455 SHA1 5930327667ffe4372f8f9d6bc919c06fa9b47b96 SHA256 ee3dcbe9174f29918bdb12ef0d4b226822ad5d0a024c26d4ebdd958a1562b890
-DIST cairo-dock-plugins-2.0.8.tar.bz2 5188297 RMD160 d46586eaf17d4e8cc86a8ee2e9d4bc8d596afe69 SHA1 2bc45bd4a7fc98f204dc36674632b11faef32b09 SHA256 73f783625fdf85ecebb294a9dfb86d390c28e0ae12fd4e2045f333524bbe0c8f
-EBUILD cairo-dock-plugins-2.0.8.ebuild 2082 RMD160 8228e9eee7b399e6fc33e831ba83607c95458513 SHA1 9996e41232cf5992e5a70338a654828cc6bf7fdb SHA256 00395a5fe5677db6b5ac57a6a7bc6a5396109aad17064def5e79c0483729b8af
diff --git a/x11-misc/cairo-dock-plugins/cairo-dock-plugins-2.0.8.ebuild b/x11-misc/cairo-dock-plugins/cairo-dock-plugins-2.0.8.ebuild
deleted file mode 100644
index 6a9dc66..0000000
--- a/x11-misc/cairo-dock-plugins/cairo-dock-plugins-2.0.8.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="Official plugins for cairo-dock"
-HOMEPAGE="http://www.cairo-dock.org"
-SRC_URI="mirror://berlios/${PN/-plugins}/${P}.tar.bz2
- http://dev.gentoo.org/~mrpouet/pub/patches/${P}-clean-up-cflags.patch.lzma"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="alsa compiz exif gio gmenu gnome mail nvidia powermanager rhythmbox terminal tomboy webkit wifi xfce xgamma xklavier"
-
-RDEPEND="~x11-misc/cairo-dock-${PV}
- alsa? ( media-libs/alsa-lib )
- exif? ( media-libs/libexif )
- gmenu? ( gnome-base/gnome-menus )
- terminal? ( x11-libs/vte )
- webkit? ( >=net-libs/webkit-gtk-1.0 )
- xfce? ( xfce-base/thunar )
- xgamma? ( x11-libs/libXxf86vm )
- xklavier? ( x11-libs/libxklavier )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- dev-util/pkgconfig"
-
-pkg_setup() {
- if use gio; then
- if ! use gmenu; then
- ewarn "gio requires gmenu, implicitly added"
- fi
- fi
-}
-
-src_prepare() {
- # Fix infinite loop in po/
- # (What's are these buggy autotools ?)
- eautoreconf
-
- epatch "${WORKDIR}/${P}-clean-up-cflags.patch"
-}
-
-src_configure() {
- econf --disable-old-gnome-integration \
- $(use_enable alsa alsa-mixer) \
- $(use_enable compiz compiz-icon) \
- $(use_enable exif) \
- $(use_enable gio gio-in-gmenu) \
- $(use_enable gio gmenu) \
- $(use_enable gmenu) \
- $(use_enable gnome gnome-integration) \
- $(use_enable mail) \
- $(use_enable nvidia) \
- $(use_enable powermanager) \
- $(use_enable rhythmbox) \
- $(use_enable terminal) \
- $(use_enable tomboy) \
- $(use_enable webkit weblets) \
- $(use_enable wifi) \
- $(use_enable xfce xfce-integration) \
- $(use_enable xgamma) \
- $(use_enable xklavier keyboard-indicator)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
diff --git a/x11-misc/cairo-dock/Manifest b/x11-misc/cairo-dock/Manifest
deleted file mode 100644
index 0efdf1b..0000000
--- a/x11-misc/cairo-dock/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST cairo-dock-2.0.8.tar.bz2 1173653 RMD160 b0aa90c6b7b050005790088b6c54212dd15e8619 SHA1 980879bfbd0944b8e3de8ec6c6fe9b290c5f47fc SHA256 e4c0ddd1d21ae38e6a5c65a6a84ea81ae8b3c80c249980b4e575c327ba61f633
-EBUILD cairo-dock-2.0.8.ebuild 1546 RMD160 4eaffec758c8b5a298ca7efceb5b5e6c92aa3286 SHA1 89476894a2b248e3f45ad3750daf2e24839f948e SHA256 5cd2257387ce08ad7872049dd5b884a2dcc8fa86059ec74b0e8750016e87929c
diff --git a/x11-misc/cairo-dock/cairo-dock-2.0.8.ebuild b/x11-misc/cairo-dock/cairo-dock-2.0.8.ebuild
deleted file mode 100644
index 011f04d..0000000
--- a/x11-misc/cairo-dock/cairo-dock-2.0.8.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="Cairo-dock is a fast, responsive, Mac OS X-like dock."
-HOMEPAGE="http://www.cairo-dock.org"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="glitz xcomposite"
-
-RDEPEND="dev-libs/dbus-glib
- dev-libs/glib:2
- x11-libs/gtk+:2
- x11-libs/gtkglext
- x11-libs/libXrender
- dev-libs/libxml2
- gnome-base/librsvg
- sys-apps/dbus
- x11-libs/cairo
- xcomposite? (
- x11-libs/libXtst
- x11-libs/libXcomposite
- x11-libs/libXinerama
- )
- glitz? ( media-libs/glitz )
-"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-#FIXME: May be a sed expression which solves the problem
-# would be better ?
-src_prepare() {
- # Fix infinite loop while processing po/Makefile.in
- eautoreconf
-}
-src_configure() {
- econf $(use_enable glitz) $(use_enable xcomposite xextend)
-}
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-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."
-}