[arch-commits] Commit in mono-tools/trunk (PKGBUILD monodoc.xml)

Daniel Isenmann daniel at archlinux.org
Sun Jan 18 16:37:36 UTC 2015


    Date: Sunday, January 18, 2015 @ 17:37:35
  Author: daniel
Revision: 229529

upgpkg: mono-tools 3.10-2

Fix FS#42625

Added:
  mono-tools/trunk/monodoc.xml
Modified:
  mono-tools/trunk/PKGBUILD

-------------+
 PKGBUILD    |    9 ++++++---
 monodoc.xml |    1 +
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-18 16:17:41 UTC (rev 229528)
+++ PKGBUILD	2015-01-18 16:37:35 UTC (rev 229529)
@@ -11,7 +11,7 @@
 
 pkgname=mono-tools
 pkgver=3.10
-pkgrel=1
+pkgrel=2
 pkgdesc="collection of testing and development tools for use with mono (including monodoc browser)"
 arch=(i686 x86_64)
 license=('GPL')
@@ -21,10 +21,12 @@
 install=$pkgname.install
 options=('!makeflags')
 source=(https://github.com/mono/mono-tools/archive/3.10.tar.gz
-	fix-build.patch)
+	fix-build.patch
+	monodoc.xml)
 #source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('8df1eed41d5ff6dc6d48541f1c593319'
-         '9b4671fbfce76d883abbf779cbc504f3')
+         '9b4671fbfce76d883abbf779cbc504f3'
+         '641a50e8414132c425df2d87edfdaa95')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -43,4 +45,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+  install -D -m644 "${srcdir}"/monodoc.xml "${pkgdir}"/usr/lib/monodoc/monodoc.xml
  }

Added: monodoc.xml
===================================================================
(Binary files differ)

Index: mono-tools/trunk/monodoc.xml
===================================================================
--- monodoc.xml	2015-01-18 16:17:41 UTC (rev 229528)
+++ monodoc.xml	2015-01-18 16:37:35 UTC (rev 229529)

Property changes on: mono-tools/trunk/monodoc.xml
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/xml
\ No newline at end of property



More information about the arch-commits mailing list