summaryrefslogtreecommitdiff
path: root/libre/qupzilla
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-10 11:34:57 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-10 11:34:57 -0500
commit15f5961e8fbae2a953fb867d75027398b3b4f772 (patch)
tree59b69765837ee9ea40368c99ccc3c20a243364f8 /libre/qupzilla
parent3b96b9eee4baccfa6c2d3bd10157d44ca19f121a (diff)
qupzilla-1.8.9-3.parabola1: hooks rebuild
Diffstat (limited to 'libre/qupzilla')
-rw-r--r--libre/qupzilla/PKGBUILD3
-rw-r--r--libre/qupzilla/qupzilla.install12
2 files changed, 1 insertions, 14 deletions
diff --git a/libre/qupzilla/PKGBUILD b/libre/qupzilla/PKGBUILD
index ef9c64dc5..26ae77f9c 100644
--- a/libre/qupzilla/PKGBUILD
+++ b/libre/qupzilla/PKGBUILD
@@ -5,13 +5,12 @@
pkgbase=qupzilla
pkgname=(qupzilla qupzilla-qt4)
pkgver=1.8.9
-pkgrel=2.parabola1
+pkgrel=3.parabola1
arch=(i686 x86_64)
url="http://www.qupzilla.com/"
license=('GPL3')
makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 'kdelibs' 'kwallet' 'libgnome-keyring')
optdepends=('bash-completion: bash completion support')
-install="$pkgbase.install"
source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz"
'searchenginesmanager.cpp.sed'
'speeddial.cpp.sed'
diff --git a/libre/qupzilla/qupzilla.install b/libre/qupzilla/qupzilla.install
deleted file mode 100644
index 029294d67..000000000
--- a/libre/qupzilla/qupzilla.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}