[arch-commits] Commit in mono-tools/repos/extra-x86_64 (8 files)

Eric Bélanger eric at nymeria.archlinux.org
Tue Feb 5 18:08:20 UTC 2013


    Date: Tuesday, February 5, 2013 @ 19:08:20
  Author: eric
Revision: 177070

archrelease: copy trunk to extra-x86_64

Added:
  mono-tools/repos/extra-x86_64/PKGBUILD
    (from rev 177069, mono-tools/trunk/PKGBUILD)
  mono-tools/repos/extra-x86_64/gnome-sharp-2.20.patch
    (from rev 177069, mono-tools/trunk/gnome-sharp-2.20.patch)
  mono-tools/repos/extra-x86_64/gunit.patch
    (from rev 177069, mono-tools/trunk/gunit.patch)
  mono-tools/repos/extra-x86_64/mono-tools.install
    (from rev 177069, mono-tools/trunk/mono-tools.install)
Deleted:
  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

------------------------+
 PKGBUILD               |   76 +++++++++++++++++++++++------------------------
 gnome-sharp-2.20.patch |   22 ++++++-------
 gunit.patch            |   22 ++++++-------
 mono-tools.install     |   54 ++++++++++++++++-----------------
 4 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-05 18:07:55 UTC (rev 177069)
+++ PKGBUILD	2013-02-05 18:08:20 UTC (rev 177070)
@@ -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=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
- }

Copied: mono-tools/repos/extra-x86_64/PKGBUILD (from rev 177069, mono-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-05 18:08:20 UTC (rev 177070)
@@ -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="${srcdir}/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: gnome-sharp-2.20.patch
===================================================================
--- gnome-sharp-2.20.patch	2013-02-05 18:07:55 UTC (rev 177069)
+++ gnome-sharp-2.20.patch	2013-02-05 18:08:20 UTC (rev 177070)
@@ -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 177069, mono-tools/trunk/gnome-sharp-2.20.patch)
===================================================================
--- gnome-sharp-2.20.patch	                        (rev 0)
+++ gnome-sharp-2.20.patch	2013-02-05 18:08:20 UTC (rev 177070)
@@ -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: gunit.patch
===================================================================
--- gunit.patch	2013-02-05 18:07:55 UTC (rev 177069)
+++ gunit.patch	2013-02-05 18:08:20 UTC (rev 177070)
@@ -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 177069, mono-tools/trunk/gunit.patch)
===================================================================
--- gunit.patch	                        (rev 0)
+++ gunit.patch	2013-02-05 18:08:20 UTC (rev 177070)
@@ -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: mono-tools.install
===================================================================
--- mono-tools.install	2013-02-05 18:07:55 UTC (rev 177069)
+++ mono-tools.install	2013-02-05 18:08:20 UTC (rev 177070)
@@ -1,27 +0,0 @@
-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

Copied: mono-tools/repos/extra-x86_64/mono-tools.install (from rev 177069, mono-tools/trunk/mono-tools.install)
===================================================================
--- mono-tools.install	                        (rev 0)
+++ mono-tools.install	2013-02-05 18:08:20 UTC (rev 177070)
@@ -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