[arch-commits] Commit in arora/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Mon Dec 19 18:03:54 UTC 2011


    Date: Monday, December 19, 2011 @ 13:03:53
  Author: andrea
Revision: 145213

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

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

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

Copied: arora/repos/testing-x86_64/PKGBUILD (from rev 145207, arora/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-12-19 18:03:53 UTC (rev 145213)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+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-x86_64/install (from rev 145207, arora/repos/staging-x86_64/install)
===================================================================
--- testing-x86_64/install	                        (rev 0)
+++ testing-x86_64/install	2011-12-19 18:03:53 UTC (rev 145213)
@@ -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
+}




More information about the arch-commits mailing list