[arch-commits] Commit in mono-tools/repos/extra-x86_64 (6 files)
Antonio Rojas
arojas at archlinux.org
Wed Nov 28 21:03:27 UTC 2018
Date: Wednesday, November 28, 2018 @ 21:03:26
Author: arojas
Revision: 340569
archrelease: copy trunk to extra-x86_64
Added:
mono-tools/repos/extra-x86_64/PKGBUILD
(from rev 340568, mono-tools/trunk/PKGBUILD)
mono-tools/repos/extra-x86_64/mono-tools.install
(from rev 340568, mono-tools/trunk/mono-tools.install)
mono-tools/repos/extra-x86_64/monodoc.xml
(from rev 340568, mono-tools/trunk/monodoc.xml)
Deleted:
mono-tools/repos/extra-x86_64/PKGBUILD
mono-tools/repos/extra-x86_64/mono-tools.install
mono-tools/repos/extra-x86_64/monodoc.xml
--------------------+
PKGBUILD | 91 +++++++++++++++++++++++++--------------------------
mono-tools.install | 12 +++---
2 files changed, 52 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-28 21:02:58 UTC (rev 340568)
+++ PKGBUILD 2018-11-28 21:03:26 UTC (rev 340569)
@@ -1,45 +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=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=('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
- monodoc.xml)
-sha256sums=('104f7a7e98202c44cd4f025ab8a922bd193e83ce874a48e50ffb401128ca73a8'
- '80de1af405556addbb481d9ac123e5f94b08ad7869c90fb469d71eb08c941480')
-
-prepare() {
- cd $pkgname-$pkgver
- mv configure.in configure.ac
-}
-
-build() {
- cd $pkgname-$pkgver
- glib-gettextize --force
- autoreconf -fi
- GMCS=/usr/bin/dmcs ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- install -D -m644 "${srcdir}"/monodoc.xml "${pkgdir}"/usr/lib/monodoc/monodoc.xml
-}
Copied: mono-tools/repos/extra-x86_64/PKGBUILD (from rev 340568, mono-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-28 21:03:26 UTC (rev 340569)
@@ -0,0 +1,46 @@
+# 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=4.2
+pkgrel=2
+pkgdesc="collection of testing and development tools for use with mono (including monodoc browser)"
+arch=(x86_64)
+license=('GPL')
+url="http://www.mono-project.com/"
+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
+ monodoc.xml)
+sha256sums=('104f7a7e98202c44cd4f025ab8a922bd193e83ce874a48e50ffb401128ca73a8'
+ '80de1af405556addbb481d9ac123e5f94b08ad7869c90fb469d71eb08c941480')
+
+prepare() {
+ cd $pkgname-$pkgver
+ mv configure.in configure.ac
+
+ sed -e 's/-warnaserror+//' -i gendarme/options.make # Fix build with newer mono
+}
+
+build() {
+ cd $pkgname-$pkgver
+ glib-gettextize --force
+ autoreconf -fi
+ GMCS=/usr/bin/dmcs ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -D -m644 "${srcdir}"/monodoc.xml "${pkgdir}"/usr/lib/monodoc/monodoc.xml
+}
Deleted: mono-tools.install
===================================================================
--- mono-tools.install 2018-11-28 21:02:58 UTC (rev 340568)
+++ mono-tools.install 2018-11-28 21:03:26 UTC (rev 340569)
@@ -1,6 +0,0 @@
-post_remove() {
- rm -f /usr/lib/monodoc/monodoc.index
- rm -rf /usr/lib/monodoc/search_index
-}
-
-# vim: ft=sh
Copied: mono-tools/repos/extra-x86_64/mono-tools.install (from rev 340568, mono-tools/trunk/mono-tools.install)
===================================================================
--- mono-tools.install (rev 0)
+++ mono-tools.install 2018-11-28 21:03:26 UTC (rev 340569)
@@ -0,0 +1,6 @@
+post_remove() {
+ rm -f /usr/lib/monodoc/monodoc.index
+ rm -rf /usr/lib/monodoc/search_index
+}
+
+# vim: ft=sh
Deleted: monodoc.xml
===================================================================
(Binary files differ)
Copied: mono-tools/repos/extra-x86_64/monodoc.xml (from rev 340568, mono-tools/trunk/monodoc.xml)
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list