Date: Monday, December 19, 2011 @ 13:03:52
  Author: andrea
Revision: 145212

db-move: moved arora from [staging] to [testing] (i686)

Added:
  arora/repos/testing-i686/
  arora/repos/testing-i686/PKGBUILD
    (from rev 145207, arora/repos/staging-i686/PKGBUILD)
  arora/repos/testing-i686/install
    (from rev 145207, arora/repos/staging-i686/install)
Deleted:
  arora/repos/staging-i686/

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 install  |   12 ++++++++++++
 2 files changed, 40 insertions(+)

Copied: arora/repos/testing-i686/PKGBUILD (from rev 145207, 
arora/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2011-12-19 18:03:52 UTC (rev 145212)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgname=arora
+pkgver=0.11.0
+pkgrel=3
+pkgdesc='Lightweight cross-platform Web browser'
+url='http://www.arora-browser.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'desktop-file-utils')
+source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31')
+
+install=install
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       qmake PREFIX='/usr' 'CONFIG-=debug' -r
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make INSTALL_ROOT="${pkgdir}" install
+}

Copied: arora/repos/testing-i686/install (from rev 145207, 
arora/repos/staging-i686/install)
===================================================================
--- testing-i686/install                                (rev 0)
+++ testing-i686/install        2011-12-19 18:03:52 UTC (rev 145212)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to