Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1a844b868dba943ebfac8e7b3becb775d8e60d3
commit e1a844b868dba943ebfac8e7b3becb775d8e60d3 Author: James Buren <[email protected]> Date: Tue Mar 18 17:17:42 2014 -0500 do-plugins-0.8.2-2-x86_64 * remove package (depended on evolution-sharp) diff --git a/source/gnome-extra/do-plugins/FrugalBuild b/source/gnome-extra/do-plugins/FrugalBuild deleted file mode 100644 index 612089d..0000000 --- a/source/gnome-extra/do-plugins/FrugalBuild +++ /dev/null @@ -1,42 +0,0 @@ -# Compiling Time: 0.07 SBU -# Maintainer: bouleetbil <[email protected]> - -pkgname=do-plugins -_F_archive_name=gnome-do-plugins -pkgver=0.8.2 -pkgrel=2 -pkgdesc="plugins for Gnome-do" -depends=('gnome-do>=0.8.3.1' 'gnome-sharp' 'gtk-sharp') -makedepends=('perl-xml-parser' 'intltool' 'evolution-sharp' 'banshee' 'libflickrnet' 'epiphany' 'firefox' \ - 'monodevelop' 'bison') -groups=('gnome-extra') -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 mono2.6.diff) -Finclude mono -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=("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 - -build() { - Fcd - Fmonoexport - Fpatchall - Fautoreconf - Fmake - Fmakeinstall - 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/mono2.6.diff b/source/gnome-extra/do-plugins/mono2.6.diff deleted file mode 100644 index 20bee8d..0000000 --- a/source/gnome-extra/do-plugins/mono2.6.diff +++ /dev/null @@ -1,15 +0,0 @@ -=== 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 [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
