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

Filipe Laíns ffy00 at archlinux.org
Mon Jun 22 19:16:54 UTC 2020


    Date: Monday, June 22, 2020 @ 19:16:54
  Author: ffy00
Revision: 650851

upgpkg: libratbag 0.14-2 (remove .doctrees)

Modified:
  libratbag/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-22 19:16:52 UTC (rev 650850)
+++ PKGBUILD	2020-06-22 19:16:54 UTC (rev 650851)
@@ -2,7 +2,7 @@
 
 pkgname=libratbag
 pkgver=0.14
-pkgrel=1
+pkgrel=2
 pkgdesc='A DBus daemon to configure gaming mice'
 arch=('x86_64')
 url='https://github.com/libratbag/libratbag'
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('glib2' 'libevdev' 'libudev.so' 'libunistring' 'json-glib' 'python' 'python-evdev' 'python-gobject')
 optdepends=('linux: Linux 5.2 is required for Logitech wireless devices')
-makedepends=('meson' 'swig' 'git' 'python-sphinx' 'python-sphinx_rtd_theme')
+makedepends=('meson' 'swig' 'git' 'python-sphinx' 'python-sphinx_rtd_theme' 'systemd')
 checkdepends=('check' 'valgrind' 'python-gobject' 'python-lxml')
 validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2' # Filipe Laíns (FFY00) <lains at archlinux.org>
               '3C2C43D9447D5938EF4551EBE23B7E70B467F0BF' # Peter Hutterer (Who-T) <office at who-t.net>
@@ -44,6 +44,7 @@
   # Install documentation
   install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
   cp -r -a --no-preserve=ownership doc/html "$pkgdir"/usr/share/doc/$pkgname
+  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
 
   # Install license
   install -Dm 644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE



More information about the arch-commits mailing list