[arch-commits] Commit in mono-tools/trunk (PKGBUILD fix-build.patch)

Jan de Groot jgc at archlinux.org
Wed Jan 25 12:33:42 UTC 2017


    Date: Wednesday, January 25, 2017 @ 12:33:42
  Author: jgc
Revision: 287417

upgpkg: mono-tools 4.2-1

Drop dependency on gnome-sharp and webkit-sharp. This drops gasnview, ilcontrast tools and the webkithtmlrenderer for monodoc

Modified:
  mono-tools/trunk/PKGBUILD
Deleted:
  mono-tools/trunk/fix-build.patch

-----------------+
 PKGBUILD        |   18 +++++++-----------
 fix-build.patch |   24 ------------------------
 2 files changed, 7 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-25 12:20:40 UTC (rev 287416)
+++ PKGBUILD	2017-01-25 12:33:42 UTC (rev 287417)
@@ -10,27 +10,23 @@
 # properly.
 
 pkgname=mono-tools
-pkgver=3.10
-pkgrel=3
+pkgver=4.2
+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=('libgnome-sharp' 'webkit-sharp')
-makedepends=('gconf-sharp' 'git' 'zip')
+depends=('gtk-sharp-2')
+makedepends=('git' 'zip')
 install=$pkgname.install
 options=('!makeflags')
 source=($pkgname-$pkgver.tar.gz::https://github.com/mono/mono-tools/archive/$pkgver.tar.gz
-	fix-build.patch
 	monodoc.xml)
-#source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8df1eed41d5ff6dc6d48541f1c593319'
-         '9b4671fbfce76d883abbf779cbc504f3'
-         '641a50e8414132c425df2d87edfdaa95')
+sha256sums=('104f7a7e98202c44cd4f025ab8a922bd193e83ce874a48e50ffb401128ca73a8'
+            '80de1af405556addbb481d9ac123e5f94b08ad7869c90fb469d71eb08c941480')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-build.patch
   mv configure.in configure.ac
 }
 
@@ -46,4 +42,4 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -D -m644 "${srcdir}"/monodoc.xml "${pkgdir}"/usr/lib/monodoc/monodoc.xml
- }
+}

Deleted: fix-build.patch
===================================================================
--- fix-build.patch	2017-01-25 12:20:40 UTC (rev 287416)
+++ fix-build.patch	2017-01-25 12:33:42 UTC (rev 287417)
@@ -1,24 +0,0 @@
-Index: mono-tools.git/webdoc/Makefile.am
-===================================================================
---- mono-tools.git.orig/webdoc/Makefile.am	2013-10-10 01:14:56.927106468 +0200
-+++ mono-tools.git/webdoc/Makefile.am	2013-10-10 10:48:14.179831385 +0200
-@@ -117,18 +117,14 @@
- 	 $(INSTALL_DATA) $(srcdir)/App_Code/Plugins/*cs                                         $(DESTDIR)$(webdir)/App_Code/Plugins
- 	 $(INSTALL_DATA) $(srcdir)/views/*css                                                   $(DESTDIR)$(webdir)/views
- 	 $(INSTALL_DATA) $(srcdir)/views/*js                                                    $(DESTDIR)$(webdir)/views
--	 $(INSTALL_DATA) $(srcdir)/views/*html                                                  $(DESTDIR)$(webdir)/views
- 	 $(INSTALL_DATA) $(srcdir)/views/images/*png                                            $(DESTDIR)$(webdir)/views/images
--	 $(INSTALL_DATA) $(srcdir)/views/images/*gif                                            $(DESTDIR)$(webdir)/views/images
-+	 $(INSTALL_DATA) $(srcdir)/views/images/*ico                                            $(DESTDIR)$(webdir)/views/images
- 	 $(INSTALL_DATA) $(srcdir)/skins/mono-external/header*                                  $(DESTDIR)$(webdir)/skins/mono-external
- 	 $(INSTALL_DATA) $(srcdir)/skins/mono-external/footer*                                  $(DESTDIR)$(webdir)/skins/mono-external
- 	 $(INSTALL_DATA) $(srcdir)/skins/mono-external/*css                                     $(DESTDIR)$(webdir)/skins/mono-external
--	 $(INSTALL_DATA) $(srcdir)/skins/mono-external/*js                                      $(DESTDIR)$(webdir)/skins/mono-external
- 	 $(INSTALL_DATA) $(srcdir)/skins/mono-external/images/*png                              $(DESTDIR)$(webdir)/skins/mono-external/images
- 	 $(INSTALL_DATA) $(srcdir)/skins/mono-external/images/*gif                              $(DESTDIR)$(webdir)/skins/mono-external/images
--	 $(INSTALL_DATA) $(srcdir)/plugins/iframe-plugins/*css                                  $(DESTDIR)$(webdir)/plugins/iframe-plugin
- 	 $(INSTALL_DATA) $(srcdir)/plugins/iframe-plugin/*js                                    $(DESTDIR)$(webdir)/plugins/iframe-plugin
--	 $(INSTALL_DATA) $(srcdir)/plugins/iframe-plugin/*html                                  $(DESTDIR)$(webdir)/plugins/iframe-plugin
- 	 $(INSTALL_DATA) $(srcdir)/plugins/tooltip-plugin/*js                                    $(DESTDIR)$(webdir)/plugins/tooltip-plugin
- 	 $(INSTALL_DATA) $(srcdir)/plugins/sidebar-plugin/*css                                  $(DESTDIR)$(webdir)/plugins/sidebar-plugin
- 	 $(INSTALL_DATA) $(srcdir)/plugins/sidebar-plugin/*js                                   $(DESTDIR)$(webdir)/plugins/sidebar-plugin



More information about the arch-commits mailing list