summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2015-01-02 19:17:31 +0100
committerFlorian Bruhin2015-06-10 22:45:16 +0200
commit50c92ebe7bbecad5d037e40328527265492c917a (patch)
tree25cda80ea8d1e3c6a3d838049d851e39c300c66e
parentd1e7414bfa6a603836517ffb5698327622334355 (diff)
downloadaur-50c92ebe7bbecad5d037e40328527265492c917a.tar.gz
qutebrowser{,-git}: Update .install files and dependencies.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--qutebrowser-git.install2
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74ab8c32cd1f..f9c00760509c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qutebrowser-git
pkgdesc = A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit
- pkgver = r3206.3622f35
- pkgrel = 4
+ pkgver = r3557.6d1ac5d
+ pkgrel = 1
url = http://www.qutebrowser.org/
install = qutebrowser-git.install
arch = any
@@ -16,6 +16,8 @@ pkgbase = qutebrowser-git
depends = python-pypeg2
depends = python-jinja
depends = python-pygments
+ depends = xdg-utils
+ depends = desktop-file-utils
optdepends = python-colorlog: colored logging output
optdepends = gst-libav: media playback
optdepends = gst-plugins-base: media playback
@@ -28,7 +30,7 @@ pkgbase = qutebrowser-git
source = git+https://github.com/The-Compiler/qutebrowser.git
source = qutebrowser-git.install
sha256sums = SKIP
- sha256sums = 3622243cf88eef2bb3381fec5e3cede59288b263a0ef6387510e0ad92e2cb690
+ sha256sums = 4a88871e91f894890ce96feb620e4174c686db12e4fa91b5a7306454dc96bf67
pkgname = qutebrowser-git
diff --git a/PKGBUILD b/PKGBUILD
index 265e8efbb5b4..513c33275f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# vim: set ts=2 sw=2 et ft=sh:
pkgname=qutebrowser-git
-pkgver=r3206.3622f35
-pkgrel=4
+pkgver=r3557.6d1ac5d
+pkgrel=1
pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
arch=(any)
url="http://www.qutebrowser.org/"
license=('GPL')
depends=('python>=3.4' 'python-setuptools' 'python-pyqt5>=5.2' 'qt5-base>=5.2'
'qt5-webkit>=5.2' 'libxkbcommon-x11' 'python-pypeg2' 'python-jinja'
- 'python-pygments')
+ 'python-pygments' 'xdg-utils' 'desktop-file-utils')
makedepends=('asciidoc')
optdepends=(
'python-colorlog: colored logging output'
@@ -26,7 +26,7 @@ provides=('qutebrowser')
source=('git+https://github.com/The-Compiler/qutebrowser.git'
'qutebrowser-git.install')
sha256sums=('SKIP'
- '3622243cf88eef2bb3381fec5e3cede59288b263a0ef6387510e0ad92e2cb690')
+ '4a88871e91f894890ce96feb620e4174c686db12e4fa91b5a7306454dc96bf67')
install=qutebrowser-git.install
pkgver() {
diff --git a/qutebrowser-git.install b/qutebrowser-git.install
index bce670aff4af..5c501dc49916 100644
--- a/qutebrowser-git.install
+++ b/qutebrowser-git.install
@@ -1,5 +1,5 @@
post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}