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

Pierre Neidhardt ambrevar at archlinux.org
Sat Nov 25 11:56:38 UTC 2017


    Date: Saturday, November 25, 2017 @ 11:56:37
  Author: ambrevar
Revision: 268444

Include scripts

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-25 11:52:03 UTC (rev 268443)
+++ PKGBUILD	2017-11-25 11:56:37 UTC (rev 268444)
@@ -4,7 +4,7 @@
 pkgname=qutebrowser
 pkgver=1.0.3
 _pkgver=1.0.3-1
-pkgrel=1
+pkgrel=2
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
 url="http://www.qutebrowser.org/"
@@ -46,4 +46,9 @@
 	install -Dm644 icons/qutebrowser.svg \
 		"$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
 	install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" misc/userscripts/*
+
+	# TODO: When next release of Qutebrowser comes with a Makefile, use it instead
+	# of installing scripts manually.
+	install -Dm755 -t "$pkgdir/usr/share/qutebrowser/scripts/" \
+		scripts/{importer.py,install_dict.py,keytester.py,open_url_in_instance.sh,testbrowser.py,utils.py}
 }



More information about the arch-commits mailing list