[arch-commits] Commit in mono-tools/repos (16 files)

Daniel Isenmann daniel at archlinux.org
Wed Dec 21 19:09:51 UTC 2011


    Date: Wednesday, December 21, 2011 @ 14:09:51
  Author: daniel
Revision: 145315

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mono-tools/repos/extra-i686/PKGBUILD
    (from rev 145314, mono-tools/trunk/PKGBUILD)
  mono-tools/repos/extra-i686/gnome-sharp-2.20.patch
    (from rev 145314, mono-tools/trunk/gnome-sharp-2.20.patch)
  mono-tools/repos/extra-i686/gunit.patch
    (from rev 145314, mono-tools/trunk/gunit.patch)
  mono-tools/repos/extra-i686/mono-tools.install
    (from rev 145314, mono-tools/trunk/mono-tools.install)
  mono-tools/repos/extra-x86_64/PKGBUILD
    (from rev 145314, mono-tools/trunk/PKGBUILD)
  mono-tools/repos/extra-x86_64/gnome-sharp-2.20.patch
    (from rev 145314, mono-tools/trunk/gnome-sharp-2.20.patch)
  mono-tools/repos/extra-x86_64/gunit.patch
    (from rev 145314, mono-tools/trunk/gunit.patch)
  mono-tools/repos/extra-x86_64/mono-tools.install
    (from rev 145314, mono-tools/trunk/mono-tools.install)
Deleted:
  mono-tools/repos/extra-i686/PKGBUILD
  mono-tools/repos/extra-i686/gnome-sharp-2.20.patch
  mono-tools/repos/extra-i686/gunit.patch
  mono-tools/repos/extra-i686/mono-tools.install
  mono-tools/repos/extra-x86_64/PKGBUILD
  mono-tools/repos/extra-x86_64/gnome-sharp-2.20.patch
  mono-tools/repos/extra-x86_64/gunit.patch
  mono-tools/repos/extra-x86_64/mono-tools.install

-------------------------------------+
 extra-i686/PKGBUILD                 |   76 +++++++++++++++++-----------------
 extra-i686/gnome-sharp-2.20.patch   |   22 ++++-----
 extra-i686/gunit.patch              |   22 ++++-----
 extra-i686/mono-tools.install       |   57 ++++++++++++-------------
 extra-x86_64/PKGBUILD               |   76 +++++++++++++++++-----------------
 extra-x86_64/gnome-sharp-2.20.patch |   22 ++++-----
 extra-x86_64/gunit.patch            |   22 ++++-----
 extra-x86_64/mono-tools.install     |   57 ++++++++++++-------------
 8 files changed, 174 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-12-21 19:09:19 UTC (rev 145314)
+++ extra-i686/PKGBUILD	2011-12-21 19:09:51 UTC (rev 145315)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Brice Carpentier <brice at dlfp.org>
-
-# The mono-tool package now calls make-search-index by post_install().
-# Whenever a package is installed which places doc-sources into:
-# /usr/lib/monodoc/sources it should call --make-search-index with
-# post_install() and with post remove. mond-tools itself deletes the index
-# file pre_remove(), so pacman finds the directory empty an removes it
-# properly.
-
-pkgname=mono-tools
-pkgver=2.10
-pkgrel=1
-pkgdesc="collection of testing and development tools for use with mono (including monodoc browser)"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.mono-project.com/"
-depends=('mono>=2.10.1' 'desktop-file-utils' 'gnome-desktop-sharp>=2.26.0' 'gluezilla')
-makedepends=('gecko-sharp-2.0>=0.13')
-install=$pkgname.install
-source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('da178df2c119c696c08c09dc9eb01994')
-
-build() {
- # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR="${startdir}/src/weird"
-  mkdir -p "${MONO_SHARED_DIR}"
-
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  aclocal || return 1
-  autoconf || return 1
-  automake || return 1
-  #sed -i 's:^Exec=.*$:Exec=/usr/bin/monodoc:' docbrowser/monodoc.desktop.in
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make GACUTIL="/usr/bin/gacutil /root ${startdir}/pkg/usr/lib" DESTDIR=${startdir}/pkg install || return 1
-}

Copied: mono-tools/repos/extra-i686/PKGBUILD (from rev 145314, mono-tools/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-12-21 19:09:51 UTC (rev 145315)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Brice Carpentier <brice at dlfp.org>
+
+# The mono-tool package now calls make-search-index by post_install().
+# Whenever a package is installed which places doc-sources into:
+# /usr/lib/monodoc/sources it should call --make-search-index with
+# post_install() and with post remove. mond-tools itself deletes the index
+# file pre_remove(), so pacman finds the directory empty an removes it
+# properly.
+
+pkgname=mono-tools
+pkgver=2.10
+pkgrel=2
+pkgdesc="collection of testing and development tools for use with mono (including monodoc browser)"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.mono-project.com/"
+depends=('libgnome-sharp' 'gtkhtml-sharp')
+makedepends=('gconf-sharp')
+install=$pkgname.install
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('da178df2c119c696c08c09dc9eb01994')
+
+build() {
+ # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR="${startdir}/src/weird"
+  mkdir -p "${MONO_SHARED_DIR}"
+  cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -fi 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make GACUTIL="/usr/bin/gacutil /root $pkgdir/usr/lib" DESTDIR="$pkgdir" install
+ }

Deleted: extra-i686/gnome-sharp-2.20.patch
===================================================================
--- extra-i686/gnome-sharp-2.20.patch	2011-12-21 19:09:19 UTC (rev 145314)
+++ extra-i686/gnome-sharp-2.20.patch	2011-12-21 19:09:51 UTC (rev 145315)
@@ -1,11 +0,0 @@
---- configure.in.orig	2008-03-24 14:36:16.000000000 +0000
-+++ configure.in	2008-03-24 14:36:24.000000000 +0000
-@@ -37,7 +37,7 @@
- AC_SUBST(MONODOC_LIBS)
- 
- 
--PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0)
-+PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0 gnome-sharp-2.0)
- #PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp glade-sharp gconf-sharp)
- AC_SUBST(GTK_SHARP_LIBS)
- 

Copied: mono-tools/repos/extra-i686/gnome-sharp-2.20.patch (from rev 145314, mono-tools/trunk/gnome-sharp-2.20.patch)
===================================================================
--- extra-i686/gnome-sharp-2.20.patch	                        (rev 0)
+++ extra-i686/gnome-sharp-2.20.patch	2011-12-21 19:09:51 UTC (rev 145315)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2008-03-24 14:36:16.000000000 +0000
++++ configure.in	2008-03-24 14:36:24.000000000 +0000
+@@ -37,7 +37,7 @@
+ AC_SUBST(MONODOC_LIBS)
+ 
+ 
+-PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0)
++PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0 gnome-sharp-2.0)
+ #PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp glade-sharp gconf-sharp)
+ AC_SUBST(GTK_SHARP_LIBS)
+ 

Deleted: extra-i686/gunit.patch
===================================================================
--- extra-i686/gunit.patch	2011-12-21 19:09:19 UTC (rev 145314)
+++ extra-i686/gunit.patch	2011-12-21 19:09:51 UTC (rev 145315)
@@ -1,11 +0,0 @@
---- gnunit/src/main.cs	2006-10-04 09:13:30.000000000 +0200
-+++ gnunit/src/main.cs.patched	2006-11-23 09:10:21.000000000 +0100
-@@ -563,7 +563,7 @@
- 		}
- 
- 		// Window event handlers
--		void OnWindowDelete (object sender, EventArgs args)
-+		void OnWindowDelete (object sender, Gtk.DeleteEventArgs args)
- 		{
- 			OnQuitActivate (sender, args);
- 		}

Copied: mono-tools/repos/extra-i686/gunit.patch (from rev 145314, mono-tools/trunk/gunit.patch)
===================================================================
--- extra-i686/gunit.patch	                        (rev 0)
+++ extra-i686/gunit.patch	2011-12-21 19:09:51 UTC (rev 145315)
@@ -0,0 +1,11 @@
+--- gnunit/src/main.cs	2006-10-04 09:13:30.000000000 +0200
++++ gnunit/src/main.cs.patched	2006-11-23 09:10:21.000000000 +0100
+@@ -563,7 +563,7 @@
+ 		}
+ 
+ 		// Window event handlers
+-		void OnWindowDelete (object sender, EventArgs args)
++		void OnWindowDelete (object sender, Gtk.DeleteEventArgs args)
+ 		{
+ 			OnQuitActivate (sender, args);
+ 		}

Deleted: extra-i686/mono-tools.install
===================================================================
--- extra-i686/mono-tools.install	2011-12-21 19:09:19 UTC (rev 145314)
+++ extra-i686/mono-tools.install	2011-12-21 19:09:51 UTC (rev 145315)
@@ -1,30 +0,0 @@
-post_install() {
-  # diable for a while maybe we can implement something in pacman to make it faster
-  #echo "creating index ... this could take a up to several minutes ..."
-  #monodoc --make-search-index > /dev/null  2>&1
-  echo "update desktop mime database..."
-  update-desktop-database -q
-}
-
-
-pre_upgrade() {
-  echo "removing index..."
-  rm -f  /opt/mono/lib/monodoc/monodoc.index
-  rm -rf /opt/mono/lib/monodoc/search_index
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  echo "removing index..."
-  rm -f  /usr/lib/monodoc/monodoc.index
-  rm -rf /usr/lib/monodoc/search_index
-  echo "update desktop mime database..."
-  update-desktop-database -q
-}
-
-# vim: ft=sh

Copied: mono-tools/repos/extra-i686/mono-tools.install (from rev 145314, mono-tools/trunk/mono-tools.install)
===================================================================
--- extra-i686/mono-tools.install	                        (rev 0)
+++ extra-i686/mono-tools.install	2011-12-21 19:09:51 UTC (rev 145315)
@@ -0,0 +1,27 @@
+post_install() {
+  echo "update icon cache..." 
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+
+pre_upgrade() {
+  echo "removing index..."
+  rm -f  /opt/mono/lib/monodoc/monodoc.index
+  rm -rf /opt/mono/lib/monodoc/search_index
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  echo "removing index..."
+  rm -f  /usr/lib/monodoc/monodoc.index
+  rm -rf /usr/lib/monodoc/search_index
+  echo "update icon cache..."
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+# vim: ft=sh

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-12-21 19:09:19 UTC (rev 145314)
+++ extra-x86_64/PKGBUILD	2011-12-21 19:09:51 UTC (rev 145315)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Brice Carpentier <brice at dlfp.org>
-
-# The mono-tool package now calls make-search-index by post_install().
-# Whenever a package is installed which places doc-sources into:
-# /usr/lib/monodoc/sources it should call --make-search-index with
-# post_install() and with post remove. mond-tools itself deletes the index
-# file pre_remove(), so pacman finds the directory empty an removes it
-# properly.
-
-pkgname=mono-tools
-pkgver=2.10
-pkgrel=1
-pkgdesc="collection of testing and development tools for use with mono (including monodoc browser)"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://www.mono-project.com/"
-depends=('mono>=2.10.1' 'desktop-file-utils' 'gnome-desktop-sharp>=2.26.0' 'gluezilla')
-makedepends=('gecko-sharp-2.0>=0.13')
-install=$pkgname.install
-source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('da178df2c119c696c08c09dc9eb01994')
-
-build() {
- # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR="${startdir}/src/weird"
-  mkdir -p "${MONO_SHARED_DIR}"
-
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  aclocal || return 1
-  autoconf || return 1
-  automake || return 1
-  #sed -i 's:^Exec=.*$:Exec=/usr/bin/monodoc:' docbrowser/monodoc.desktop.in
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make GACUTIL="/usr/bin/gacutil /root ${startdir}/pkg/usr/lib" DESTDIR=${startdir}/pkg install || return 1
-}

Copied: mono-tools/repos/extra-x86_64/PKGBUILD (from rev 145314, mono-tools/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-12-21 19:09:51 UTC (rev 145315)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Brice Carpentier <brice at dlfp.org>
+
+# The mono-tool package now calls make-search-index by post_install().
+# Whenever a package is installed which places doc-sources into:
+# /usr/lib/monodoc/sources it should call --make-search-index with
+# post_install() and with post remove. mond-tools itself deletes the index
+# file pre_remove(), so pacman finds the directory empty an removes it
+# properly.
+
+pkgname=mono-tools
+pkgver=2.10
+pkgrel=2
+pkgdesc="collection of testing and development tools for use with mono (including monodoc browser)"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://www.mono-project.com/"
+depends=('libgnome-sharp' 'gtkhtml-sharp')
+makedepends=('gconf-sharp')
+install=$pkgname.install
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('da178df2c119c696c08c09dc9eb01994')
+
+build() {
+ # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR="${startdir}/src/weird"
+  mkdir -p "${MONO_SHARED_DIR}"
+  cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -fi 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make GACUTIL="/usr/bin/gacutil /root $pkgdir/usr/lib" DESTDIR="$pkgdir" install
+ }

Deleted: extra-x86_64/gnome-sharp-2.20.patch
===================================================================
--- extra-x86_64/gnome-sharp-2.20.patch	2011-12-21 19:09:19 UTC (rev 145314)
+++ extra-x86_64/gnome-sharp-2.20.patch	2011-12-21 19:09:51 UTC (rev 145315)
@@ -1,11 +0,0 @@
---- configure.in.orig	2008-03-24 14:36:16.000000000 +0000
-+++ configure.in	2008-03-24 14:36:24.000000000 +0000
-@@ -37,7 +37,7 @@
- AC_SUBST(MONODOC_LIBS)
- 
- 
--PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0)
-+PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0 gnome-sharp-2.0)
- #PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp glade-sharp gconf-sharp)
- AC_SUBST(GTK_SHARP_LIBS)
- 

Copied: mono-tools/repos/extra-x86_64/gnome-sharp-2.20.patch (from rev 145314, mono-tools/trunk/gnome-sharp-2.20.patch)
===================================================================
--- extra-x86_64/gnome-sharp-2.20.patch	                        (rev 0)
+++ extra-x86_64/gnome-sharp-2.20.patch	2011-12-21 19:09:51 UTC (rev 145315)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2008-03-24 14:36:16.000000000 +0000
++++ configure.in	2008-03-24 14:36:24.000000000 +0000
+@@ -37,7 +37,7 @@
+ AC_SUBST(MONODOC_LIBS)
+ 
+ 
+-PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0)
++PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 glade-sharp-2.0 gconf-sharp-2.0 gnome-sharp-2.0)
+ #PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp glade-sharp gconf-sharp)
+ AC_SUBST(GTK_SHARP_LIBS)
+ 

Deleted: extra-x86_64/gunit.patch
===================================================================
--- extra-x86_64/gunit.patch	2011-12-21 19:09:19 UTC (rev 145314)
+++ extra-x86_64/gunit.patch	2011-12-21 19:09:51 UTC (rev 145315)
@@ -1,11 +0,0 @@
---- gnunit/src/main.cs	2006-10-04 09:13:30.000000000 +0200
-+++ gnunit/src/main.cs.patched	2006-11-23 09:10:21.000000000 +0100
-@@ -563,7 +563,7 @@
- 		}
- 
- 		// Window event handlers
--		void OnWindowDelete (object sender, EventArgs args)
-+		void OnWindowDelete (object sender, Gtk.DeleteEventArgs args)
- 		{
- 			OnQuitActivate (sender, args);
- 		}

Copied: mono-tools/repos/extra-x86_64/gunit.patch (from rev 145314, mono-tools/trunk/gunit.patch)
===================================================================
--- extra-x86_64/gunit.patch	                        (rev 0)
+++ extra-x86_64/gunit.patch	2011-12-21 19:09:51 UTC (rev 145315)
@@ -0,0 +1,11 @@
+--- gnunit/src/main.cs	2006-10-04 09:13:30.000000000 +0200
++++ gnunit/src/main.cs.patched	2006-11-23 09:10:21.000000000 +0100
+@@ -563,7 +563,7 @@
+ 		}
+ 
+ 		// Window event handlers
+-		void OnWindowDelete (object sender, EventArgs args)
++		void OnWindowDelete (object sender, Gtk.DeleteEventArgs args)
+ 		{
+ 			OnQuitActivate (sender, args);
+ 		}

Deleted: extra-x86_64/mono-tools.install
===================================================================
--- extra-x86_64/mono-tools.install	2011-12-21 19:09:19 UTC (rev 145314)
+++ extra-x86_64/mono-tools.install	2011-12-21 19:09:51 UTC (rev 145315)
@@ -1,30 +0,0 @@
-post_install() {
-  # diable for a while maybe we can implement something in pacman to make it faster
-  #echo "creating index ... this could take a up to several minutes ..."
-  #monodoc --make-search-index > /dev/null  2>&1
-  echo "update desktop mime database..."
-  update-desktop-database -q
-}
-
-
-pre_upgrade() {
-  echo "removing index..."
-  rm -f  /opt/mono/lib/monodoc/monodoc.index
-  rm -rf /opt/mono/lib/monodoc/search_index
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  echo "removing index..."
-  rm -f  /usr/lib/monodoc/monodoc.index
-  rm -rf /usr/lib/monodoc/search_index
-  echo "update desktop mime database..."
-  update-desktop-database -q
-}
-
-# vim: ft=sh

Copied: mono-tools/repos/extra-x86_64/mono-tools.install (from rev 145314, mono-tools/trunk/mono-tools.install)
===================================================================
--- extra-x86_64/mono-tools.install	                        (rev 0)
+++ extra-x86_64/mono-tools.install	2011-12-21 19:09:51 UTC (rev 145315)
@@ -0,0 +1,27 @@
+post_install() {
+  echo "update icon cache..." 
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+
+pre_upgrade() {
+  echo "removing index..."
+  rm -f  /opt/mono/lib/monodoc/monodoc.index
+  rm -rf /opt/mono/lib/monodoc/search_index
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  echo "removing index..."
+  rm -f  /usr/lib/monodoc/monodoc.index
+  rm -rf /usr/lib/monodoc/search_index
+  echo "update icon cache..."
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+# vim: ft=sh




More information about the arch-commits mailing list