[arch-commits] Commit in dwb/repos (8 files)
Daniel Wallace
dwallace at nymeria.archlinux.org
Sat Mar 30 14:49:30 UTC 2013
Date: Saturday, March 30, 2013 @ 15:49:30
Author: dwallace
Revision: 87389
archrelease: copy trunk to community-i686, community-x86_64
Added:
dwb/repos/community-i686/PKGBUILD
(from rev 87388, dwb/trunk/PKGBUILD)
dwb/repos/community-i686/dwb.install
(from rev 87388, dwb/trunk/dwb.install)
dwb/repos/community-x86_64/PKGBUILD
(from rev 87388, dwb/trunk/PKGBUILD)
dwb/repos/community-x86_64/dwb.install
(from rev 87388, dwb/trunk/dwb.install)
Deleted:
dwb/repos/community-i686/PKGBUILD
dwb/repos/community-i686/dwb.install
dwb/repos/community-x86_64/PKGBUILD
dwb/repos/community-x86_64/dwb.install
------------------------------+
/PKGBUILD | 52 +++++++++++++++++++++++++++++++++++++++++
/dwb.install | 26 ++++++++++++++++++++
community-i686/PKGBUILD | 26 --------------------
community-i686/dwb.install | 11 --------
community-x86_64/PKGBUILD | 26 --------------------
community-x86_64/dwb.install | 11 --------
6 files changed, 78 insertions(+), 74 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-03-30 14:49:02 UTC (rev 87388)
+++ community-i686/PKGBUILD 2013-03-30 14:49:30 UTC (rev 87389)
@@ -1,26 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: portix <portix at gmx.net>
-
-pkgname=dwb
-pkgver=2013.03.30
-pkgrel=1
-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
-}
Copied: dwb/repos/community-i686/PKGBUILD (from rev 87388, dwb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 14:49:30 UTC (rev 87389)
@@ -0,0 +1,26 @@
+#$Id$
+# 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
+}
Deleted: community-i686/dwb.install
===================================================================
--- community-i686/dwb.install 2013-03-30 14:49:02 UTC (rev 87388)
+++ community-i686/dwb.install 2013-03-30 14:49:30 UTC (rev 87389)
@@ -1,11 +0,0 @@
-post_install(){
- update-desktop-database -q
-}
-
-post_upgrade(){
- post_install
-}
-
-post_remove(){
- post_install
-}
Copied: dwb/repos/community-i686/dwb.install (from rev 87388, dwb/trunk/dwb.install)
===================================================================
--- community-i686/dwb.install (rev 0)
+++ community-i686/dwb.install 2013-03-30 14:49:30 UTC (rev 87389)
@@ -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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-03-30 14:49:02 UTC (rev 87388)
+++ community-x86_64/PKGBUILD 2013-03-30 14:49:30 UTC (rev 87389)
@@ -1,26 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: portix <portix at gmx.net>
-
-pkgname=dwb
-pkgver=2013.03.30
-pkgrel=1
-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
-}
Copied: dwb/repos/community-x86_64/PKGBUILD (from rev 87388, dwb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-03-30 14:49:30 UTC (rev 87389)
@@ -0,0 +1,26 @@
+#$Id$
+# 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
+}
Deleted: community-x86_64/dwb.install
===================================================================
--- community-x86_64/dwb.install 2013-03-30 14:49:02 UTC (rev 87388)
+++ community-x86_64/dwb.install 2013-03-30 14:49:30 UTC (rev 87389)
@@ -1,11 +0,0 @@
-post_install(){
- update-desktop-database -q
-}
-
-post_upgrade(){
- post_install
-}
-
-post_remove(){
- post_install
-}
Copied: dwb/repos/community-x86_64/dwb.install (from rev 87388, dwb/trunk/dwb.install)
===================================================================
--- community-x86_64/dwb.install (rev 0)
+++ community-x86_64/dwb.install 2013-03-30 14:49:30 UTC (rev 87389)
@@ -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
+}
More information about the arch-commits
mailing list