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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jun 20 16:36:02 UTC 2022


    Date: Monday, June 20, 2022 @ 16:36:02
  Author: arojas
Revision: 449156

Build docs (FS#75120)

Modified:
  libmtp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-20 15:37:48 UTC (rev 449155)
+++ PKGBUILD	2022-06-20 16:36:02 UTC (rev 449156)
@@ -5,12 +5,13 @@
 
 pkgname=libmtp
 pkgver=1.1.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Library implementation of the Media Transfer Protocol'
 arch=(x86_64)
 url='http://libmtp.sourceforge.net'
 license=(LGPL)
 depends=(libusb)
+makedepends=(doxygen)
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
 sha256sums=('deb4af6f63f5e71215cfa7fb961795262920b4ec6cb4b627f55b30b18aa33228'
             'SKIP')
@@ -30,4 +31,7 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+
+# Install man page
+  install -Dm644 doc/man/man3/*.3 -t "$pkgdir"/usr/share/man/man3/
 }



More information about the arch-commits mailing list