[arch-commits] Commit in dwb/repos (8 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Sun Mar 16 22:27:48 UTC 2014


    Date: Sunday, March 16, 2014 @ 23:27:48
  Author: dwallace
Revision: 107304

archrelease: copy trunk to community-i686, community-x86_64

Added:
  dwb/repos/community-i686/PKGBUILD
    (from rev 107303, dwb/trunk/PKGBUILD)
  dwb/repos/community-i686/dwb.install
    (from rev 107303, dwb/trunk/dwb.install)
  dwb/repos/community-x86_64/PKGBUILD
    (from rev 107303, dwb/trunk/PKGBUILD)
  dwb/repos/community-x86_64/dwb.install
    (from rev 107303, 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   |   13 ----------
 community-x86_64/PKGBUILD    |   26 --------------------
 community-x86_64/dwb.install |   13 ----------
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-16 22:27:09 UTC (rev 107303)
+++ community-i686/PKGBUILD	2014-03-16 22:27:48 UTC (rev 107304)
@@ -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=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
-}

Copied: dwb/repos/community-i686/PKGBUILD (from rev 107303, dwb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-16 22:27:48 UTC (rev 107304)
@@ -0,0 +1,26 @@
+#$Id$ 
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: portix <portix at gmx.net>
+
+pkgname=dwb
+pkgver=2014.03.07
+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=('webkitgtk2' 'desktop-file-utils')
+makedepends=('json-c')
+source=(https://bitbucket.org/portix/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}".tar.gz)
+sha1sums=('006e9df0c52219b9f022c1b4a3aa0518ff96295d')
+
+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	2014-03-16 22:27:09 UTC (rev 107303)
+++ community-i686/dwb.install	2014-03-16 22:27:48 UTC (rev 107304)
@@ -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
-}

Copied: dwb/repos/community-i686/dwb.install (from rev 107303, dwb/trunk/dwb.install)
===================================================================
--- community-i686/dwb.install	                        (rev 0)
+++ community-i686/dwb.install	2014-03-16 22:27:48 UTC (rev 107304)
@@ -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	2014-03-16 22:27:09 UTC (rev 107303)
+++ community-x86_64/PKGBUILD	2014-03-16 22:27:48 UTC (rev 107304)
@@ -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=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
-}

Copied: dwb/repos/community-x86_64/PKGBUILD (from rev 107303, dwb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-16 22:27:48 UTC (rev 107304)
@@ -0,0 +1,26 @@
+#$Id$ 
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: portix <portix at gmx.net>
+
+pkgname=dwb
+pkgver=2014.03.07
+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=('webkitgtk2' 'desktop-file-utils')
+makedepends=('json-c')
+source=(https://bitbucket.org/portix/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}".tar.gz)
+sha1sums=('006e9df0c52219b9f022c1b4a3aa0518ff96295d')
+
+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	2014-03-16 22:27:09 UTC (rev 107303)
+++ community-x86_64/dwb.install	2014-03-16 22:27:48 UTC (rev 107304)
@@ -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
-}

Copied: dwb/repos/community-x86_64/dwb.install (from rev 107303, dwb/trunk/dwb.install)
===================================================================
--- community-x86_64/dwb.install	                        (rev 0)
+++ community-x86_64/dwb.install	2014-03-16 22:27:48 UTC (rev 107304)
@@ -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