[arch-commits] Commit in dvdauthor/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Dec 18 00:04:43 UTC 2016


    Date: Sunday, December 18, 2016 @ 00:04:42
  Author: arojas
Revision: 284280

Add Debian patch to fix build

Modified:
  dvdauthor/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-18 00:03:01 UTC (rev 284279)
+++ PKGBUILD	2016-12-18 00:04:42 UTC (rev 284280)
@@ -13,9 +13,16 @@
 license=('GPL')
 depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
 options=('!makeflags')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" dvdauthor-fix-build.patch)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80'
+         '3ac58688085e7a1a503d1f895dfce718')
 
+prepare() {
+  cd $pkgname
+  # Fix build (Debian)
+  patch -p1 -i ../dvdauthor-fix-build.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}"
 



More information about the arch-commits mailing list