From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/dwb/PKGBUILD | 26 ++++++++++++++++++++++++++ community/dwb/dwb.install | 13 +++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 community/dwb/PKGBUILD create mode 100644 community/dwb/dwb.install (limited to 'community/dwb') diff --git a/community/dwb/PKGBUILD b/community/dwb/PKGBUILD new file mode 100644 index 000000000..9c7fb1a8a --- /dev/null +++ b/community/dwb/PKGBUILD @@ -0,0 +1,26 @@ +#$Id: PKGBUILD 87389 2013-03-30 14:49:30Z dwallace $ +# Maintainer: Daniel Wallace +# Contributor: portix + +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 new file mode 100644 index 000000000..abb6d38e4 --- /dev/null +++ b/community/dwb/dwb.install @@ -0,0 +1,13 @@ +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 +} -- cgit v1.2.3-54-g00ecf