[arch-commits] Commit in gnome-multi-writer/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Jan 26 17:25:54 UTC 2017


    Date: Thursday, January 26, 2017 @ 17:25:53
  Author: bgyorgy
Revision: 209148

upgpkg: gnome-multi-writer 3.22.1-2

Use docbook-utils to build man page

Modified:
  gnome-multi-writer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-26 17:13:42 UTC (rev 209147)
+++ PKGBUILD	2017-01-26 17:25:53 UTC (rev 209148)
@@ -3,22 +3,17 @@
 
 pkgname=gnome-multi-writer
 pkgver=3.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Write an ISO file to multiple USB devices at once"
 arch=('x86_64' 'i686')
 url="https://wiki.gnome.org/Apps/MultiWriter"
 license=('GPL')
 depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2')
-makedepends=('appstream-glib' 'docbook2x' 'intltool')
+makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'intltool' 'perl-sgmls')
 optdepends=('gnome-icon-theme-extras: show device icons')
 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
 sha256sums=('02fe592b9c6c3b1b76dc7436f10a60673b8e89fb0f81f8e99ae943f6ba139fb6')
 
-prepare() {
-	cd $pkgname-$pkgver
-	sed -i 's/docbook2man \$?/docbook2man --sgml \$?/' man/Makefile.{am,in}
-}
-
 build() {
 	cd $pkgname-$pkgver
 	./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname



More information about the arch-commits mailing list