[arch-commits] Commit in (5 files)

Pierre Schmitz pierre at archlinux.org
Wed Mar 4 22:06:20 UTC 2009


    Date: Wednesday, March 4, 2009 @ 17:06:20
  Author: pierre
Revision: 29040

adding arora to the repo

Added:
  arora/
  arora/repos/
  arora/trunk/
  arora/trunk/PKGBUILD
  arora/trunk/arora.install

---------------+
 PKGBUILD      |   21 +++++++++++++++++++++
 arora.install |   11 +++++++++++
 2 files changed, 32 insertions(+)

Added: arora/trunk/PKGBUILD
===================================================================
--- arora/trunk/PKGBUILD	                        (rev 0)
+++ arora/trunk/PKGBUILD	2009-03-04 22:06:20 UTC (rev 29040)
@@ -0,0 +1,21 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=arora
+pkgver=0.5
+pkgrel=1
+pkgdesc='A cross platform web browser built using Qt and WebKit.'
+url='http://www.arora-browser.org'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qt' 'openssl')
+install='arora.install'
+source=("http://arora.googlecode.com/files/arora-${pkgver}.tar.gz")
+md5sums=('339e35f46e50e38a49bdf8bbba7dd405')
+
+build() {
+	cd $srcdir/$pkgname-$pkgver
+	qmake PREFIX="/usr" "CONFIG-=debug" -r || return 1
+	make || return 1
+	make INSTALL_ROOT=$pkgdir install
+}

Added: arora/trunk/arora.install
===================================================================
--- arora/trunk/arora.install	                        (rev 0)
+++ arora/trunk/arora.install	2009-03-04 22:06:20 UTC (rev 29040)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list