diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-12-13 15:13:18 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-12-13 15:13:18 +0000 |
commit | ecb2502dbfc3b8d56b71c5002d12f03ed70bace7 (patch) | |
tree | c134e9ae53278e94ddc7ac0a7e9e374ed13e3ad5 /gnome-extra/gnome-do-plugins | |
parent | Add gnome-do-plugins to gnome-do mask (diff) | |
download | gentoo-2-ecb2502dbfc3b8d56b71c5002d12f03ed70bace7.tar.gz gentoo-2-ecb2502dbfc3b8d56b71c5002d12f03ed70bace7.tar.bz2 gentoo-2-ecb2502dbfc3b8d56b71c5002d12f03ed70bace7.zip |
Version bump for gnome-do 0.6
(Portage version: 2.1.6.1/cvs/Linux 2.6.26-gentoo-r2 x86_64)
Diffstat (limited to 'gnome-extra/gnome-do-plugins')
3 files changed, 107 insertions, 1 deletions
diff --git a/gnome-extra/gnome-do-plugins/ChangeLog b/gnome-extra/gnome-do-plugins/ChangeLog index 29eced617d77..faaeb8d32bd1 100644 --- a/gnome-extra/gnome-do-plugins/ChangeLog +++ b/gnome-extra/gnome-do-plugins/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for gnome-extra/gnome-do-plugins # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog,v 1.5 2008/07/28 18:27:26 ford_prefect Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/ChangeLog,v 1.6 2008/12/13 15:13:18 graaff Exp $ + +*gnome-do-plugins-0.6.0.1 (13 Dec 2008) + + 13 Dec 2008; Hans de Graaff <graaff@gentoo.org> + +files/gnome-do-plugins-0.6.0.1-disable-evo-flickr.patch, + +gnome-do-plugins-0.6.0.1.ebuild: + Version bump for plugins compatible with gnome-do 0.6. Thanks to ikelos for + providing a good starting point. The flickr plugin is not supported because + flickr-sharp is not available at this moment in Gentoo. The evolution plugin + still has problems and has been disabled because of this. 28 Jul 2008; Arun Raghavan <ford_prefect@gentoo.org> metadata.xml: Add local USE flags to metadata.xml diff --git a/gnome-extra/gnome-do-plugins/files/gnome-do-plugins-0.6.0.1-disable-evo-flickr.patch b/gnome-extra/gnome-do-plugins/files/gnome-do-plugins-0.6.0.1-disable-evo-flickr.patch new file mode 100644 index 000000000000..fc5d529fb545 --- /dev/null +++ b/gnome-extra/gnome-do-plugins/files/gnome-do-plugins-0.6.0.1-disable-evo-flickr.patch @@ -0,0 +1,48 @@ +diff --git a/Makefile.am b/Makefile.am +index 0b90d3a..da31e16 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -6,10 +6,8 @@ SUBDIRS = po BundledLibraries \ + del.icio.us \ + DiskMounter \ + Epiphany \ +- Evolution \ + File \ + Firefox \ +- Flickr \ + GCalendar \ + GMailContacts \ + GNOME-Dictionary \ +diff --git a/configure.ac b/configure.ac +index 5f681c7..2f21e92 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -30,8 +30,6 @@ SHAMROCK_EXPAND_LIBDIR + SHAMROCK_EXPAND_BINDIR + SHAMROCK_EXPAND_DATADIR + +-PKG_CHECK_MODULES([EVOLUTION_SHARP], [evolution-sharp]) +-PKG_CHECK_MODULES([FLICKRNET], [flickrnet]) + PKG_CHECK_MODULES([GCONF_SHARP_20], [gconf-sharp-2.0]) + PKG_CHECK_MODULES([GLADE_SHARP_20], [glade-sharp-2.0]) + PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0]) +@@ -51,8 +49,6 @@ PKG_CHECK_MODULES([WNCK_SHARP_10], [wnck-sharp-1.0]) + PKG_CHECK_MODULES([DOADDINS], [do.addins]) + PKG_CHECK_MODULES([DODBUS], [do.dbus]) + +-AC_SUBST([EVOLUTION_SHARP_LIBS]) +-AC_SUBST([FLICKRNET_LIBS]) + AC_SUBST([GCONF_SHARP_20_LIBS]) + AC_SUBST([GLADE_SHARP_20_LIBS]) + AC_SUBST([GLIB_SHARP_20_LIBS]) +@@ -106,10 +102,8 @@ Banshee/Makefile + del.icio.us/Makefile + DiskMounter/Makefile + Epiphany/Makefile +-Evolution/Makefile + File/Makefile + Firefox/Makefile +-Flickr/Makefile + GCalendar/Makefile + GMailContacts/Makefile + GNOME-Dictionary/Makefile diff --git a/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.6.0.1.ebuild b/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.6.0.1.ebuild new file mode 100644 index 000000000000..6eec6f659391 --- /dev/null +++ b/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.6.0.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-do-plugins/gnome-do-plugins-0.6.0.1.ebuild,v 1.1 2008/12/13 15:13:18 graaff Exp $ + +inherit eutils autotools gnome2 mono versionator + +MY_PN="do-plugins" +PVC=$(get_version_component_range 1-2) +PVC2=$(get_version_component_range 1-3) + +DESCRIPTION="Plugins to put the Do in Gnome Do" +HOMEPAGE="http://do.davebsd.com/" +SRC_URI="https://launchpad.net/${MY_PN}/${PVC}/${PVC2}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=gnome-extra/gnome-do-${PV} + dev-dotnet/wnck-sharp" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/monodevelop" + +src_unpack() { + unpack ${A} + cd ${S} + epatch "${FILESDIR}/${P}-disable-evo-flickr.patch" + eautoreconf +} + +src_compile() +{ + econf --enable-debug=no --enable-release=yes || die "configure failed" + emake || die "make failed" +} + +pkg_postinst() +{ + ewarn "Plugin handling has changed since gnome-do 0.4." + ewarn "If you install the gnome-do-plugins package you will have local copies" + ewarn "of the plugins, but you still need to manually enable them in Preferences." + ewarn "Also note that plugins installed from upstream may not be compatible with" + ewarn "your system. When in doubt check the output from gnome-do itself". + ewarn "Old plugins may not be compatible either." + ewarn "Check ~/.local/share/gnome-do/ if you have problems with plugins." +} |