Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 151124 Details for
Bug 214109
gnome-extra/cairo-dock-plugins ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x11-plugins/cairo-dock-plugins
cairo-dock-plugins-1.5.5.2.ebuild (text/plain), 2.53 KB, created by
Sandy
on 2008-04-27 12:34:05 UTC
(
hide
)
Description:
x11-plugins/cairo-dock-plugins
Filename:
MIME Type:
Creator:
Sandy
Created:
2008-04-27 12:34:05 UTC
Size:
2.53 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >WANT_AUTOCONF=latest >WANT_AUTOMAKE=latest >inherit autotools eutils > ># Upstream sources use date instead version number >MY_PV="20080426" > >DESCRIPTION="Cairo-dock is a kind of dock applet, which doesn't depend on any gnome package." >HOMEPAGE="http://developer.berlios.de/projects/cairo-dock/" >SRC_URI="http://download2.berlios.de/cairo-dock/cairo-dock-sources-${MY_PV}.tar.bz2" > >LICENSE="GPL" >SLOT="0" >KEYWORDS="amd64 ppc x86" > >MYPLUGINS="Cairo-Penguin Dbus Xgamma alsaMixer clock compiz-icon cpusage dustbin gauge-test gnome-integration gnome-integration-old logout mail netspeed powermanager rame rendering rhythmbox shortcuts showDesklets showDesktop slider stacks switcher systray terminal tomboy weather weblets wifi xfce-integration xmms" > >IUSE=${MYPLUGINS} > >DEPEND="gnome-extra/cairo-dock > dev-libs/glib > dev-libs/libxml2 > Dbus? ( sys-apps/dbus dev-libs/dbus-glib) > Xgamma? ( x11-libs/libXxf86vm ) > alsaMixer? ( media-sound/alsa-headers ) > gnome-integration? (>=gnome-base/gnome-vfs-2.0 > >=gnome-base/libgnomeui-2.0) > gnome-integration-old? (>=gnome-base/gnome-vfs-2.0 > >=gnome-base/libgnomeui-2.0) > mail? ( net-libs/gnutls ) > powermanager? ( sys-apps/dbus dev-libs/dbus-glib) > rhythmbox? ( sys-apps/dbus dev-libs/dbus-glib) > tomboy? ( sys-apps/dbus dev-libs/dbus-glib) > weblets? ( || (www-client/mozilla-firefox www-client/seamonkey)) > xfce-integration? ( xfce-base/xfwm4 xfce-base/thunar)" > >RDEPEND=${DEPEND} > > >S="${WORKDIR}/opt/cairo-dock/trunk/plug-ins" > >src_unpack() { > unpack cairo-dock-sources-${MY_PV}.tar.bz2 > cd "${S}" > #the source tree seems to have issues, let's fix it: > sed s/mozilla\-gtkmozembed/firefox\-gtkmozembed/ < weblets/configure.ac >tmp.ac > mv tmp.ac weblets/configure.ac > sed s/\-fgnu89\-inline// <mail/src/Makefile.am >tmp.am > mv tmp.am mail/src/Makefile.am > cp rame/po/Makefile.in.in slider/po/Makefile.in.in > for plugin in ${MYPLUGINS}; do > if use ${plugin}; then > cd "${S}/${plugin}" > eautoreconf || die "eautoreconf failed on ${plugin}" > econf || die "econf failed on ${plugin}" > fi > done >} > >src_compile() { > for plugin in ${MYPLUGINS}; do > if use ${plugin}; then > cd "${S}/${plugin}" > make || die "emake failed on ${plugin}" ># emake || die "emake failed on ${plugin}" > fi > done >} > >src_install() { > for plugin in ${MYPLUGINS}; do > if use ${plugin}; then > cd "${S}/${plugin}" > emake DESTDIR="${D}" install || die "emake install failed on ${plugin}" > fi > done >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 214109
:
146731
|
151124
|
151372
|
151512
|
151513
|
151566
|
151568
|
153801
|
195508
|
196275