diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/qupzilla | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/qupzilla')
-rw-r--r-- | community/qupzilla/PKGBUILD | 37 | ||||
-rw-r--r-- | community/qupzilla/qupzilla.install | 12 |
2 files changed, 0 insertions, 49 deletions
diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD deleted file mode 100644 index cf32eb72e..000000000 --- a/community/qupzilla/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 90359 2013-05-11 23:23:44Z speps $ -# Maintainer: speps <speps at aur dot archlinux dot org> - -_name=QupZilla -pkgname=qupzilla -pkgver=1.4.3 -pkgrel=1 -pkgdesc="Cross-platform QtWebKit browser" -arch=(i686 x86_64) -url="http://www.qupzilla.com/" -license=('GPL3') -depends=('qtwebkit' 'hunspell') -optdepends=('bash-completion: bash completion support') -install="$pkgname.install" -source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver") -md5sums=('20187fcce11dbba876e1ee7dc5e32583') - -build() { - cd "$srcdir/$_name-$pkgname-"* - - # enable webgl support - export USE_WEBGL=true - - qmake-qt4 QUPZILLA_PREFIX=/usr/ - make -} - -package() { - cd "$srcdir/$_name-$pkgname-"* - make INSTALL_ROOT="$pkgdir/" install - - # zsh completion - install -Dm644 linux/completion/zsh_completion.sh \ - "$pkgdir/usr/share/zsh/site-functions/_$pkgname" -} - -# vim:set ts=2 sw=2 et: diff --git a/community/qupzilla/qupzilla.install b/community/qupzilla/qupzilla.install deleted file mode 100644 index 029294d67..000000000 --- a/community/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 -} |