Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=65414123367947a3a5b33bdb5074ae71939598a3

commit 65414123367947a3a5b33bdb5074ae71939598a3
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Mar 8 23:28:15 2010 +0000

do-plugins-0.8.2-1-i686
*version bump

diff --git a/source/gnome-extra/do-plugins/FrugalBuild 
b/source/gnome-extra/do-plugins/FrugalBuild
index 23c9148..645c577 100644
--- a/source/gnome-extra/do-plugins/FrugalBuild
+++ b/source/gnome-extra/do-plugins/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=do-plugins
_F_archive_name=gnome-do-plugins
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc="plugins for Gnome-do"
-depends=('gnome-do' 'gnome-sharp' 'gtk-sharp')
+depends=('gnome-do>=0.8.2' 'gnome-sharp' 'gtk-sharp')
makedepends=('perl-xml-parser' 'intltool' 'evolution-sharp' 'banshee' 
'libflickrnet' 'epiphany' 'firefox' \
'monodevelop' 'bison')
groups=('gnome-extra')
@@ -14,13 +14,14 @@ options=('scriptlet')
archs=('i686' 'x86_64')
url="http://do.davebsd.com/";
up2date="lynx -dump -source 'http://do.davebsd.com/download.shtml' | Flasttar"
-source=(http://edge.launchpad.net/$pkgname/0.8/$pkgver/+download/$_F_archive_name-$pkgver.tar.gz
 disable_google_do.diff)
+source=(http://edge.launchpad.net/$pkgname/0.8/$pkgver/+download/$_F_archive_name-$pkgver.tar.gz
 mono2.6.diff)
Finclude mono
-sha1sums=('a3eadb07c4dfd9ff21c80b502c855a84c8741b9b' \
-          'e66eed2dc060f7f58bee07640fdcc2ca1b8c6ffa')
+sha1sums=('897a2949d126201505701e64b07a3a89232362d3' \
+          '3e231390c7e3c7564778cad91a712f12e44187e8')
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")
+subdepends=("evolution-sharp" "banshee" "libflickrnet" "epiphany" "firefox")
+subrodepends=("$pkgname=$pkgver" "$pkgname=$pkgver" "$pkgname=$pkgver" 
"$pkgname=$pkgver" "$pkgname=$pkgver")
subgroups=('gnome-extra' 'gnome-extra' 'gnome-extra' 'gnome-extra' 
'gnome-extra')
subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64')
_F_cd_path=$_F_archive_name-$pkgver
@@ -32,10 +33,10 @@ build() {
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*
+       Fsplit do-plugins-evolution /usr/lib/gnome-do/plugins/*Evolution*
+       Fsplit do-plugins-banshee /usr/lib/gnome-do/plugins/*Banshee*
+       Fsplit do-plugins-flickr /usr/lib/gnome-do/plugins/*Flickr*
+       Fsplit do-plugins-epiphany /usr/lib/gnome-do/plugins/*Epiphany*
+       Fsplit do-plugins-firefox /usr/lib/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
deleted file mode 100644
index 05b36ad..0000000
--- a/source/gnome-extra/do-plugins/disable_google_do.diff
+++ /dev/null
@@ -1,30 +0,0 @@
---- 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 \
diff --git a/source/gnome-extra/do-plugins/mono2.6.diff 
b/source/gnome-extra/do-plugins/mono2.6.diff
new file mode 100644
index 0000000..20bee8d
--- /dev/null
+++ b/source/gnome-extra/do-plugins/mono2.6.diff
@@ -0,0 +1,15 @@
+=== modified file 'Evolution/src/ContactItemSource.cs'
+--- Evolution/src/ContactItemSource.cs 2009-06-22 04:05:16 +0000
++++ Evolution/src/ContactItemSource.cs 2010-02-12 01:08:47 +0000
+@@ -32,8 +32,8 @@
+ {
+       public struct ContactAttribute
+       {
+-              public string Detail { get; protected set; }
+-              public string Key { get; protected set; }
++              public string Detail { get; private set; }
++              public string Key { get; private set; }
+
+               public ContactAttribute (string key, string detail)
+               {
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to