summaryrefslogtreecommitdiff
path: root/community/dwb
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/dwb
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/dwb')
-rw-r--r--community/dwb/PKGBUILD26
-rw-r--r--community/dwb/dwb.install13
2 files changed, 0 insertions, 39 deletions
diff --git a/community/dwb/PKGBUILD b/community/dwb/PKGBUILD
deleted file mode 100644
index 9c7fb1a8a..000000000
--- a/community/dwb/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-#$Id: PKGBUILD 87389 2013-03-30 14:49:30Z dwallace $
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: portix <portix at gmx.net>
-
-pkgname=dwb
-pkgver=2013.03.30
-pkgrel=2
-pkgdesc="A webkit web browser with vi-like keyboard shortcuts, stable snapshot"
-url="http://portix.bitbucket.org/dwb/"
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-makedepends=('json-c')
-source=(https://bitbucket.org/portix/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}".tar.gz)
-sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
-
-build() {
- cd "${srcdir}"/"${pkgname}"-"${pkgver}"
- make
-}
-package() {
- cd "${srcdir}"/"${pkgname}"-"${pkgver}"
- export BASHCOMPLETION=/usr/share/bash-completion/completions
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/dwb/dwb.install b/community/dwb/dwb.install
deleted file mode 100644
index abb6d38e4..000000000
--- a/community/dwb/dwb.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install(){
- update-desktop-database -q
- echo "==> If you are using extensions you should update the extensions with"
- echo "==> dwbem -u or dwbem -Nu"
-}
-
-post_upgrade(){
- post_install
-}
-
-post_remove(){
- post_install
-}