[Frugalware-git] frugalware-current: do-plugins-0.8.0-1-i686

bouleetbil bouleetbil at frogdev.info
Sun Feb 1 15:42:56 CET 2009


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=753af54576f11952d814743c4ca3180d8b0c4e53

commit 753af54576f11952d814743c4ca3180d8b0c4e53
Author: bouleetbil <bouleetbil at frogdev.info>
Date:   Sun Feb 1 17:34:34 2009 +0100

do-plugins-0.8.0-1-i686
*version bump
*added new subpkg
*disable google plugin (broken)

diff --git a/source/gnome-extra/do-plugins/FrugalBuild b/source/gnome-extra/do-plugins/FrugalBuild
index 79a37b8..7458168 100644
--- a/source/gnome-extra/do-plugins/FrugalBuild
+++ b/source/gnome-extra/do-plugins/FrugalBuild
@@ -2,31 +2,40 @@
# Maintainer: bouleetbil <bouleetbil at frogdev.info>

pkgname=do-plugins
-pkgver=0.4.0
+_F_archive_name=gnome-do-plugins
+pkgver=0.8.0
pkgrel=1
pkgdesc="plugins for Gnome-do"
-depends=('gnome-do')
-makedepends=('perl-xml-parser' 'intltool' 'evolution-sharp')
+depends=('gnome-do' 'gnome-sharp' 'gtk-sharp')
+makedepends=('perl-xml-parser' 'intltool' 'evolution-sharp' 'banshee' 'libflickrnet' 'epiphany' 'firefox' \
+		'monodevelop' 'bison')
groups=('gnome-extra')
options=('scriptlet')
archs=('i686')
url="http://do.davebsd.com/"
-up2date="elinks -dump 'https://launchpad.net/do/+download' | Flasttar"
-source=(http://launchpad.net/do/trunk/0.4/+download/$pkgname-$pkgver.tar.gz)
+up2date="lynx -dump -source 'http://do.davebsd.com/download.shtml' | Flasttar"
+source=(http://edge.launchpad.net/do-plugins/trunk/$pkgver/+download/$_F_archive_name-$pkgver.tar.gz disable_google_do.diff)
Finclude mono
-sha1sums=('c1cebc5e247b0d147ce73af8393ace8f9e345809')
-subpkgs=("do-plugins-evolution")
-subdescs=('plugin gnome-do for evolution')
-subdepends=("$pkgname=$pkgver evolution-sharp")
-subgroups=('gnome-extra')
-subarchs=('i686')
+sha1sums=('d98c57b7f93a0154814ce23acd8675bab0e198f2' \
+          'e66eed2dc060f7f58bee07640fdcc2ca1b8c6ffa')
+subpkgs=("do-plugins-evolution" "do-plugins-banshee" "do-plugins-flickr" "do-plugins-epiphany" "do-plugins-firefox")
+subdescs=('plugin gnome-do for evolution' 'plugin gnome-do for banshee' 'plugin gnome-do for flickr' 'plugin gnome-do for epiphany' 'plugin gnome-do for firefox')
+subdepends=("$pkgname=$pkgver evolution-sharp" "$pkgname=$pkgver banshee" "$pkgname=$pkgver libflickrnet" "$pkgname=$pkgver epiphany" "$pkgname=$pkgver firefox")
+subgroups=('gnome-extra' 'gnome-extra' 'gnome-extra' 'gnome-extra' 'gnome-extra')
+subarchs=('i686' 'i686' 'i686' 'i686' 'i686')
+_F_cd_path=$_F_archive_name-$pkgver

build() {
Fcd
-	#delete plugin broken
-	rm SimplePlugins/GoogleMapAction.cs || Fdie
Fmonoexport
-	Fbuild
-	Fsplit do-plugins-evolution /usr/share/gnome-do/plugins/Evolution.dll
+	Fpatchall
+	Fautoreconf
+	Fmake
+	Fmakeinstall
+	Fsplit do-plugins-evolution /usr/share/gnome-do/plugins/*Evolution*
+	Fsplit do-plugins-banshee /usr/share/gnome-do/plugins/*Banshee*
+	Fsplit do-plugins-flickr /usr/share/gnome-do/plugins/*Flickr*
+	Fsplit do-plugins-epiphany /usr/share/gnome-do/plugins/*Epiphany*
+	Fsplit do-plugins-firefox /usr/share/gnome-do/plugins/*Firefox*
Fmonocleanup
}
diff --git a/source/gnome-extra/do-plugins/disable_google_do.diff b/source/gnome-extra/do-plugins/disable_google_do.diff
new file mode 100644
index 0000000..05b36ad
--- /dev/null
+++ b/source/gnome-extra/do-plugins/disable_google_do.diff
@@ -0,0 +1,30 @@
+--- gnome-do-plugins-0.8.0/configure.ac	2009-01-29 21:03:08.000000000 +0100
++++ gnome-do-plugins-0.8.0/configure.ac	2009-02-01 16:50:47.000000000 +0100
+@@ -129,12 +129,6 @@
+ GNOME-Screenshot/Makefile
+ GNOME-Session/Makefile
+ GNOME-Terminal/Makefile
+-GoogleCalculator/Makefile
+-GoogleCalendar/Makefile
+-GoogleContacts/Makefile
+-GoogleDocs/Makefile
+-GoogleMaps/Makefile
+-GoogleSearch/Makefile
+ ImageShack/Makefile
+ JIRA/Makefile
+ Launchpad/Makefile
+--- gnome-do-plugins-0.8.0/Makefile.am	2009-01-22 20:33:48.000000000 +0100
++++ gnome-do-plugins-0.8.0/Makefile.am	2009-02-01 16:54:16.000000000 +0100
+@@ -24,12 +24,6 @@
+ 	GNOME-Screenshot \
+ 	GNOME-Session \
+ 	GNOME-Terminal \
+-	GoogleCalculator \
+-	GoogleCalendar \
+-	GoogleContacts \
+-	GoogleDocs \
+-	GoogleMaps \
+-	GoogleSearch \
+ 	ImageShack \
+ 	JIRA \
+ 	Launchpad \


More information about the Frugalware-git mailing list