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

Balló György bgyorgy at nymeria.archlinux.org
Wed Mar 19 03:08:03 UTC 2014


    Date: Wednesday, March 19, 2014 @ 04:08:03
  Author: bgyorgy
Revision: 107744

upgpkg: pdfmod 0.9.1-6

Workaround for build error (FS#39501)

Added:
  pdfmod/trunk/fix-build.patch
Modified:
  pdfmod/trunk/PKGBUILD

-----------------+
 PKGBUILD        |    7 ++++++-
 fix-build.patch |    1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-19 02:34:42 UTC (rev 107743)
+++ PKGBUILD	2014-03-19 03:08:03 UTC (rev 107744)
@@ -4,7 +4,7 @@
 
 pkgname=pdfmod
 pkgver=0.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Simple application for modifying PDF written in C Sharp"
 arch=('any')
 url="https://wiki.gnome.org/Apps/PdfMod"
@@ -14,9 +14,11 @@
 install=$pkgname.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
         pdfmod-mono-2.10.patch
+        fix-build.patch
         LICENSE-PDFsharp)
 sha256sums=('eb7c987514a053106ddf03f26544766c751c801d87762909b36415d46bc425c9'
             'f606f29f881f7171b43fed97aab58c1e1f5b78aa96e33d1c43e2526736651acd'
+            '155f965fefaf9cc318107995e9dae02b39cb9c353719f9eab3a32755556f2c36'
             '5d2b6e1a9e5582f9c5d129f222ff01ca6ce3dfa4a5c1f5c41ba827fe0fbeb4bd')
 
 prepare() {
@@ -25,6 +27,9 @@
   # https://bugzilla.gnome.org/show_bug.cgi?id=644516
   patch -Np1 -i "$srcdir/pdfmod-mono-2.10.patch"
 
+  # Workaround for build error (FS#39501)
+  patch -Np1 -i "$srcdir/fix-build.patch"
+
   # Fix build
   sed -i 's/gmcs/dmcs/' configure{,.ac}
 }

Added: fix-build.patch
===================================================================
(Binary files differ)

Index: pdfmod/trunk/fix-build.patch
===================================================================
--- fix-build.patch	2014-03-19 02:34:42 UTC (rev 107743)
+++ fix-build.patch	2014-03-19 03:08:03 UTC (rev 107744)

Property changes on: pdfmod/trunk/fix-build.patch
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property



More information about the arch-commits mailing list